New Features
- add
data::File::resolve_header()
to obtain object information without decompressing it. - upgrade to
prodash 21.1
and addIds
to all progress instances.
That way callers can identify progress they are interested in, say, for
selective visualizations.
Changed (BREAKING)
- move
data::ResolveBase
intodata::decode_entry::
; unifydecode_entry|decode_header::Error
intodecode::Error
.
Commit Statistics
- 20 commits contributed to the release over the course of 27 calendar days.
- 27 days passed between releases.
- 3 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
- prepare chnagelogs prior to git-repository release (7114bbb)
- Merge branch 'odb-iteration' (693a469)
- Assure deltas are counted correctly, even if the base is out of pack. (ddaf47f)
- Merge branch 'read-header' (3d01252)
- tweaks to immprove header decode performance (04df898)
- move
data::ResolveBase
intodata::decode_entry::
; unifydecode_entry|decode_header::Error
intodecode::Error
. (37f3a67) - add
data::File::resolve_header()
to obtain object information without decompressing it. (a85dcdd) - Merge branch 'adjustments-for-cargo' (083909b)
- thanks clippy (f1160fb)
- adjust to changes in
git-testtools
(4eb842c) - Merge branch 'adjustments-for-cargo' (70ccbb2)
- upgrade clru, remove it from git-repository dependencies (unused) (7e7547d)
- Release git-hash v0.10.1, git-hashtable v0.1.0 (7717170)
- Merge branch 'main' into http-config (6b9632e)
- Merge branch 'optimize_hashtables' (95ad56c)
- use newly added git-hashtable (50cb436)
- switch to custom Hasher implementation (269d59e)
- Release git-features v0.24.1, git-actor v0.14.1, git-index v0.9.1 (7893502)
- upgrade to
prodash 21.1
and addIds
to all progress instances. (c8835c6) - Merge branch 'main' into http-config (bcd9654)