chore(main): release 0.6.1#112
Merged
27Bslash6 merged 1 commit intoMay 16, 2026
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
d713c06 to
ed6debe
Compare
7 tasks
27Bslash6
added a commit
that referenced
this pull request
May 16, 2026
…ion (#115) Replaces 26 flaky time.sleep() calls across 5 test files with deterministic synchronization primitives: - ThreadGate: named sync points for thread coordination (new helper) - TimingHelper.wait_for_condition: poll observable state instead of hoping sleep durations are sufficient - collector.flush(): use existing drain API instead of sleeping - time-machine: replace patch("time.time") for thread-safe clock control (test_l1_swr.py) Fixes the test_version_mismatch_aborts_refresh_concurrent flake that blocks the release-please PR (#112).
ed6debe to
d7a95b7
Compare
Contributor
Author
|
🤖 Created releases: 🌻 |
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.
🤖 I have created a release beep boop
0.6.1 (2026-05-16)
Bug Fixes
This PR was generated with Release Please. See documentation.