docs(release): 2.30.0 notes — free-threaded (Beta) + concurrency fix#345
Merged
Conversation
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Benchmark
Details
| Benchmark suite | Current: 84f4f41 | Previous: b6acdf2 | Ratio |
|---|---|---|---|
benchmarks/test_guard_lifecycle.py::test_g6_build_child_container |
436167.7058280098 iter/sec (stddev: 0.00005304074172967605) |
521214.23676513147 iter/sec (stddev: 0.000044614649777320474) |
1.19 |
benchmarks/test_guard_lifecycle.py::test_g7_request_lifecycle |
64113.41722881194 iter/sec (stddev: 0.000013120614055429771) |
93627.36023839211 iter/sec (stddev: 0.000010418636026672453) |
1.46 |
benchmarks/test_guard_resolve.py::test_g1_transient_resolve |
1187838.7299937522 iter/sec (stddev: 3.8657012802655553e-7) |
1479048.86501334 iter/sec (stddev: 3.0934325122732567e-7) |
1.25 |
benchmarks/test_guard_resolve.py::test_g2_cached_resolve |
2273785.981017806 iter/sec (stddev: 6.400047343990942e-8) |
2749843.6127453996 iter/sec (stddev: 4.5376925047972613e-8) |
1.21 |
benchmarks/test_guard_resolve.py::test_g3_deep_chain |
504330.43911035836 iter/sec (stddev: 5.33781076371081e-7) |
619179.1402988931 iter/sec (stddev: 4.2916895325269866e-7) |
1.23 |
benchmarks/test_guard_resolve.py::test_g4_wide_resolve |
319554.0677717954 iter/sec (stddev: 5.918800241432659e-7) |
401730.35100661666 iter/sec (stddev: 4.027410040196229e-7) |
1.26 |
benchmarks/test_guard_resolve.py::test_g5_cross_scope |
1034668.35835579 iter/sec (stddev: 3.918373248585563e-7) |
1336212.8626625133 iter/sec (stddev: 4.925058463245402e-7) |
1.29 |
This comment was automatically generated by workflow using github-action-benchmark.
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 notes for the next version, covering the just-merged #344.
Draft placement is 2.30.0 (minor bump — free-threaded Beta support is a new capability). Retag/rename if you'd number it differently; the file name tracks the version.
Leads with the concurrency fix (a correctness fix affecting any multithreaded resolve on any Python, GIL or not), then the free-threaded Beta support and its honest "why Beta not Stable" caveat. Per the release convention, the file is used verbatim as the GitHub Release body when the tag is pushed.
🤖 Generated with Claude Code