Changed (BREAKING)
- drop obsolete SHA‐1 features
The hashing API has moved togix_hash::hasher
, and we now use
sha1-checked
unconditionally. - move hashing API to
gix_hash
New Features (BREAKING)
- detect SHA‐1 collision attacks
Fix [GHSA-2frx-2596-x5r6].
Bug Fixes (BREAKING)
-
fs::walkdir_sorted_new
now returns files first.
It's only used bygix_ref
for reference traversal, which now needs this
to be sorted differently to work correctly.As this isn't easily possible in the parallel walk implementation, it's hereby removed,
along with thefs-walkdir-parallel
feature toggle.
Commit Statistics
- 16 commits contributed to the release.
- 4 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Thanks Clippy
Clippy helped 1 time to make code idiomatic.
Commit Details
view details
- Uncategorized
- Update changelogs prior to release (38dff41)
- Merge pull request #1915 from emilazy/push-qvyqmopsoltr (4660f7a)
- Refactor (4501086)
- Drop obsolete SHA‐1 features (fd12ef8)
- Move hashing API to
gix_hash
(e4439aa) - Detect SHA‐1 collision attacks (f253f02)
- Merge pull request #1851 from GitoxideLabs/fix-1850 (cd96b64)
fs::walkdir_sorted_new
now returns files first. (7b1b5bf)- Merge pull request #1873 from NobodyXu/zlib-rs (316f113)
- Review adjustments for zlib-rs support. (5e618b6)
- Add new feature zlib-rs (8b1b55c)
- Merge pull request #1882 from emilazy/push-ylwwuwymlmwt (10e41ee)
- Fix cargo-deny using a prodash-update and ignore directive (cf7f34d)
- Merge pull request #1854 from GitoxideLabs/montly-report (16a248b)
- Thanks clippy (8e96ed3)
- Merge pull request #1778 from GitoxideLabs/new-release (8df0db2)