Merged
Conversation
- Bump version from 0.4.7 to 0.5.0 across workspace - Add comprehensive v0.5.0 CHANGELOG entry - Security hardening (Phase 1 & 2) - Zero-cost GAT migration (1.82x performance improvement) - Generic type system refactoring - 2,593 tests passing with 87.35% coverage - Update unreleased section for v0.6.0 planning
Remove version-specific and frequently-changing information: - Test count references (2,593 tests, 44 tests, etc.) - Coverage percentage (87.35%) - Keep only stable, general descriptions README should contain general functionality overview with parameters that rarely change.
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #81 +/- ##
==========================================
+ Coverage 81.83% 81.93% +0.10%
==========================================
Files 90 90
Lines 25205 25205
==========================================
+ Hits 20626 20652 +26
+ Misses 4579 4553 -26
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
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.
Summary
Minor release with zero-cost GAT migration, comprehensive security hardening, and generic type system refactoring.
Key Changes
Performance
Security
Infrastructure
Code Quality
Breaking Changes
CacheRepositorywithCacheGat,StreamSessionRepositorywithStreamRepositoryGatMigration Guide
See CHANGELOG.md for detailed migration instructions.
Test Plan