This release includes 1 breaking change for platform teams planning a safe upgrade.
Published 3d
Version Control
✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
blazingly-fast
built-with-rust
cli
git
version-control
Affected surfaces
breaking_upgrade
Summary
AI summaryUpdates Commit Details, New Features, and Commit Statistics across a mixed release.
Full changelog
New Features
- add
gix-zlibcrate
This merely moves thezlibmodule into its own crate.
Previously, there were multiple backends, but these times
are over for a while and there is only one implementation: zlib-rs.
New Features (BREAKING)
- make zlib compression levels configurable
Introduce a validated Compression type and require callers to choose a level when creating deflate streams. Optional serde support allows options in dependent crates to retain their serialization APIs.
Commit Statistics
- 9 commits contributed to the release over the course of 13 calendar days.
- 2 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details- Uncategorized
- Update changelogs prior to release (cb6ec7d)
- Merge pull request #2722 from GitoxideLabs/reasons (c16b5a1)
- Replace lint allowances with expectations (43ff87a)
- Merge pull request #2695 from ameyypawar/fix/2024-compression-level (6e1c4a2)
- Review (f1ac335)
- Make zlib compression levels configurable (6936e85)
- Merge pull request #2707 from ameyypawar/fix/2703-inflate-error (6d95da6)
- Adapt to changes in
gix-features, usegix-zlibaccordingly. (9c2977a) - Add
gix-zlibcrate (519e2d8)
Breaking Changes
- Compression level must now be explicitly specified via the new `Compression` type when creating deflate streams.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Related context
Related tools
Earlier breaking changes
- vgix-v0.84.0 Allow checkouts of empty repositories; `destination_must_be_empty` becomes `Option<bool>`
- vgix-worktree-stream-v0.33.0 Changes API of `Stream::add_entry_from_path` to require `hash_kind` argument.
- vgix-object-v0.61.0 Renames `Data::hash_kind` to `Data::object_hash` for consistency.
Beta — feedback welcome: [email protected]