This release includes 1 breaking change for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
ReleasePort's take
Light signalThe API of `Stream::add_entry_from_path` now requires a `hash_kind` argument.
Why it matters: If your code calls gix-worktree-stream's Stream::add_entry_from_path, update the call to include hash_kind; failure will cause compile errors in v0.33.0.
Summary
AI summaryBroad release touches Commit Details, Commit Statistics, New Features, and BREAKING. Breaking: Stream::add_entry_from_path now requires hash_kind argument; update call sites accordingly
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Breaking | High |
Changes API of `Stream::add_entry_from_path` to require `hash_kind` argument. Changes API of `Stream::add_entry_from_path` to require `hash_kind` argument. Source: llm_adapter@2026-05-26 Confidence: high |
— |
Full changelog
New Features (BREAKING)
- use
GIX_TEST_FIXTURE_HASHforgix-worktree-stream
This is breaking becauseStream::add_entry_from_path's API has
changed. It now takeshash_kindas an argument.
Commit Statistics
- 20 commits contributed to the release over the course of 28 calendar days.
- 28 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details- Uncategorized
- Merge pull request #2589 from GitoxideLabs/fix-status-in-unborn-repo (ba7d9a4)
- Stabilize filter-driver example use in parallel tests to remove flake (db16a05)
- Merge pull request #2573 from cruessler/run-gix-traverse-tests-with-sha-256 (278d7ec)
- Address auto-review (0ec3bb7)
- Cleanup
sha1feature ingixto just set what's needed. (16a6fc4) - Merge pull request #2575 from SarthakB11/fix/issue-2316 (4743361)
- Review (1980190)
- Document why each fixture archive is .gitignored (e3d5a04)
- Merge pull request #2568 from GitoxideLabs/dependabot/cargo/cargo-56d6b174d8 (ab2fee1)
- Update crates to Rust 2024 edition (2cb17b2)
- Remove rust_2018_idioms lint declarations (e10d5f6)
- Raise MSRV for hash dependency updates (3675a8d)
- Merge pull request #2559 from GitoxideLabs/fix/symlink-prefix-reuse-worktree-escape-ghsa-f89h-2fjh-2r9q (3af9b4a)
- Release gix-fs v0.21.1 (d3e4c17)
- Merge pull request #2543 from cruessler/run-gix-worktree-stream-tests-with-sha-256 (23af41a)
- Adapt to changes in
gix-testtoolsand renamehash_kind->object_hash(d9648e8) - Review (71e1de9)
- Add unwrap_or_default (183823e)
- Use
GIX_TEST_FIXTURE_HASHforgix-worktree-stream(f223e63) - Merge pull request #2546 from GitoxideLabs/fix-2545 (adb8328)
Breaking Changes
- `Stream::add_entry_from_path` now requires `hash_kind` argument; update call sites accordingly.
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-object-v0.61.0 Renames `Data::hash_kind` to `Data::object_hash` for consistency.
Beta — feedback welcome: [email protected]