Skip to content

gitoxide

vgix-zlib-v0.1.0 scope: gix-zlib Breaking

This release includes 1 breaking change for platform teams planning a safe upgrade.

Published 3d Version Control
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

blazingly-fast built-with-rust cli git version-control

Affected surfaces

breaking_upgrade

Summary

AI summary

Updates Commit Details, New Features, and Commit Statistics across a mixed release.

Full changelog

New Features

  • add gix-zlib crate
    This merely moves the zlib module 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, use gix-zlib accordingly. (9c2977a)
    • Add gix-zlib crate (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

Track gitoxide

Get notified when new releases ship.

Sign up free

About gitoxide

An idiomatic, lean, fast & safe pure Rust implementation of Git

All releases →

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]