Prepare for v0.10.0 release#52
Merged
Merged
Conversation
Consolidate [Unreleased] into [0.10.0] (Windows IPv6 completing the platform matrix + the BSD dead-code fix); mark Windows v6 done in the README feature list and CLAUDE.md platform table; curate the plan's IPv6 section to the remaining deferred-validation and CI-cross-lint items. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #52 +/- ##
=======================================
Coverage 84.31% 84.31%
=======================================
Files 36 36
Lines 6663 6663
=======================================
Hits 5618 5618
Misses 1045 1045
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
test_polling_vs_event_driven asserted a channel wakeup lands within 150ms of a 100ms sleep — inherently flaky on shared CI runners where scheduling jitter under load pushes it over (it failed a macOS run on an unrelated docs PR). Assert the real invariant instead: the event blocked ~100ms (>=90ms) and didn't hang (<2s), catching regressions without racing the scheduler. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release prep per docs/RELEASE_PROCESS.md. Since v0.9.0 (this session): Windows IPv6 via
Icmp6SendEcho2(#50) — completing-6on every supported platform — plus the BSD dead-code fix and live FreeBSD/OpenBSD validation (#51, notably the first-ever clean OpenBSD compile).Three Dependabot action-bump PRs (#46/#48/#49) remain open, blocked on the gh token lacking
workflowscope — not release blockers.🤖 Generated with Claude Code