release 2.8.0 - #37
Merged
Merged
Conversation
# Conflicts: # CHANGELOG.md
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
Included review availability: Your plan includes up to 3 reviews per rolling hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe project version changed from 2.7.0 to 2.8.0. The changelog now contains the dated 2.8.0 release notes. ChangesRelease metadata
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This PR updates the release version, changelog, and adds the net8.0 target without identified actionable merge-blocking risk; it is merge-ready after normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
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.
Version bump and changelog for 2.8.0. No source changes beyond what is already on master.
Minor, not patch:
netstandard2.0becomesnetstandard2.0;net8.0on every package. Purely additive, so existing consumers resolve exactly as before.Contents:
ErrorCollection.Createleaks the pooled buffer if enumeration throws #24, fix(extensions): return pooled buffers after enumeration failures #34), which also corrects a second bug the issue did not ask for: using the count actually yielded rather thanCount, so a collection that overstates its length no longer exposes stale pooled slots.601 tests pass on a clean solution build. All 8 packages pack at 2.8.0 carrying both target frameworks.
Summary by CodeRabbit
New Features
Bug Fixes
Release