Releases: GitoxideLabs/gitoxide
gix-pack v0.48.0
A maintenance release without user-facing changes.
Commit Statistics
- 10 commits contributed to the release over the course of 30 calendar days.
- 36 days passed between releases.
- 0 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 changelogs prior to release (f2e111f)
- Thanks clippy (13d5602)
- Merge branch 'tempfile-permissions' (7b44c7f)
- Release gix-tempfile v13.1.0, gix-lock v13.1.0, safety bump 12 crates (8430442)
- Merge branch 'entryoom' (684fa5c)
- Refactor (2a9ef4e)
- Merge branch 'chunks_exact' (d4d478b)
- Use chunks_exact where possible (2482023)
- Handle OOM when copying to buffers (0be338f)
- Release gix-path v0.10.5 (b8cba96)
gix-odb v0.58.0
A maintenance release without user-facing changes.
Commit Statistics
- 4 commits contributed to the release over the course of 30 calendar days.
- 36 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
gix-object v0.41.1
New Features
- Allow the creation of any
EntryMode.
This helps testing for one, but might also be useful in other contexts.
After all, this is a plumbing crate.
Bug Fixes
EntryModecanonicalization
This means thatmode.kind()andmode.is_*will also work correctly
if the underlying mode wasn't canonicalized, which could happen when
looking at trees that were stored with very old versions of Git.
Commit Statistics
- 15 commits contributed to the release over the course of 34 calendar days.
- 36 days passed between releases.
- 2 commits were understood as conventional.
- 1 unique issue was worked on: #1259
Commit Details
view details
- #1259
- Uncategorized
- Prepare changelogs prior to release (f2e111f)
- Merge branch 'btoi' (5fc379d)
- Refactor (c5c69bd)
- Inline btoi code to reduce compile times (f26f298)
- Merge pull request #1290 from epage/winnow (a663e9f)
- Update winnow to 0.6 (e175b20)
- Update winnow to 0.5.40 (516e105)
- Merge branch 'dirwalk' (face359)
- Adjust gitignore files with precious declarations (ae86a6a)
- Merge pull request #1267 from epage/winnow (69cb78b)
- Move off deprecated take_until[01] (52ede06)
- Update from winnow 0.5.31 to 0.5.36 (9470554)
- Merge branch 'entry-mode-fixes' (35d2083)
gix-index v0.30.0
New Features
- Provide information about whether or not EOIE and IEOT extensions were available.
These are only relevant when reading, and have to be regenerated after writing.
During reading, they can speed up performance by allowing multi-threading.
Bug Fixes (BREAKING)
-
refactor ignore-case functionality to actually work.
The new implementation does the same as Git, and initializes
an alternative lookup location.All previous implementations with
_icasesuffix were removed
without replacement.
Commit Statistics
- 11 commits contributed to the release over the course of 19 calendar days.
- 36 days passed between releases.
- 2 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Prepare changelogs prior to release (f2e111f)
- Merge branch 'btoi' (5fc379d)
- Refactor (c5c69bd)
- Inline btoi code to reduce compile times (f26f298)
- Merge branch 'dirwalk' (face359)
- Provide information about whether or not EOIE and IEOT extensions were available. (ec37db4)
- Refactor ignore-case functionality to actually work. (cbda06d)
- Merge branch 'tempfile-permissions' (7b44c7f)
- Release gix-tempfile v13.1.0, gix-lock v13.1.0, safety bump 12 crates (8430442)
- Merge branch 'chunks_exact' (d4d478b)
- Use chunks_exact where possible (2482023)
gix-ignore v0.11.1
A maintenance release without user-facing changes.
Commit Statistics
- 2 commits contributed to the release over the course of 30 calendar days.
- 36 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
gix-glob v0.16.1
A maintenance release without user-facing changes.
Commit Statistics
- 3 commits contributed to the release over the course of 30 calendar days.
- 36 days passed between releases.
- 0 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
gix-fsck v0.3.0
Chore
-
change
rust-versionmanifest field back to 1.65.
They didn't actually need to be higher to work, and changing them
unecessarily can break downstream CI.Let's keep this value as low as possible, and only increase it when
more recent features are actually used.
Commit Statistics
- 5 commits contributed to the release over the course of 57 calendar days.
- 58 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Prepare changelogs prior to release (f2e111f)
- Release gix-utils v0.1.9, gix-features v0.38.0, gix-actor v0.30.0, gix-object v0.41.0, gix-path v0.10.4, gix-glob v0.16.0, gix-attributes v0.22.0, gix-command v0.3.3, gix-packetline-blocking v0.17.3, gix-filter v0.9.0, gix-fs v0.10.0, gix-commitgraph v0.24.0, gix-revwalk v0.12.0, gix-traverse v0.37.0, gix-worktree-stream v0.9.0, gix-archive v0.9.0, gix-config-value v0.14.4, gix-tempfile v13.0.0, gix-lock v13.0.0, gix-ref v0.41.0, gix-sec v0.10.4, gix-config v0.34.0, gix-url v0.27.0, gix-credentials v0.24.0, gix-ignore v0.11.0, gix-index v0.29.0, gix-worktree v0.30.0, gix-diff v0.40.0, gix-discover v0.29.0, gix-mailmap v0.22.0, gix-negotiate v0.12.0, gix-pack v0.47.0, gix-odb v0.57.0, gix-pathspec v0.6.0, gix-packetline v0.17.3, gix-transport v0.41.0, gix-protocol v0.44.0, gix-revision v0.26.0, gix-refspec v0.22.0, gix-status v0.5.0, gix-submodule v0.8.0, gix-worktree-state v0.7.0, gix v0.58.0, safety bump 39 crates (eb6aa8f)
- Release gix-date v0.8.3, gix-hash v0.14.1, gix-trace v0.1.6, gix-features v0.37.1, gix-actor v0.29.1, gix-validate v0.8.3, gix-object v0.40.1, gix-path v0.10.3, gix-glob v0.15.1, gix-quote v0.4.10, gix-attributes v0.21.1, gix-command v0.3.2, gix-packetline-blocking v0.17.2, gix-utils v0.1.8, gix-filter v0.8.1, gix-fs v0.9.1, gix-chunk v0.4.7, gix-commitgraph v0.23.1, gix-hashtable v0.5.1, gix-revwalk v0.11.1, gix-traverse v0.36.1, gix-worktree-stream v0.8.1, gix-archive v0.8.1, gix-config-value v0.14.3, gix-tempfile v12.0.1, gix-lock v12.0.1, gix-ref v0.40.1, gix-sec v0.10.3, gix-config v0.33.1, gix-prompt v0.8.2, gix-url v0.26.1, gix-credentials v0.23.1, gix-ignore v0.10.1, gix-bitmap v0.2.10, gix-index v0.28.1, gix-worktree v0.29.1, gix-diff v0.39.1, gix-discover v0.28.1, gix-macros v0.1.3, gix-mailmap v0.21.1, gix-negotiate v0.11.1, gix-pack v0.46.1, gix-odb v0.56.1, gix-pathspec v0.5.1, gix-packetline v0.17.2, gix-transport v0.40.1, gix-protocol v0.43.1, gix-revision v0.25.1, gix-refspec v0.21.1, gix-status v0.4.1, gix-submodule v0.7.1, gix-worktree-state v0.6.1, gix v0.57.1 (972241f)
- Merge branch 'msrv' (8c492d7)
- Change
rust-versionmanifest field back to 1.65. (3bd09ef)
gix-filter v0.10.0
Bug Fixes (BREAKING)
- allow buffer operations to fail gracefully on out-of-memory.
Commit Statistics
- 7 commits contributed to the release over the course of 30 calendar days.
- 36 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
gix-discover v0.30.0
A maintenance release without user-facing changes.
Commit Statistics
- 4 commits contributed to the release over the course of 30 calendar days.
- 36 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
gix-dir v0.1.0
Bug Fixes
- pathspec prefixes still allows directory collapsing.
- proper submodule handling
Previously it was possible for.gitfiles in directories to
not trigger repository detection. - assure
Action::Canceldoesn't run into unreachable code.
New Features (BREAKING)
-
Represent
DotGitasExtendedKind
This cleans up the model despite also making it harder to detect
whether something is a DotGit. -
simplify
walk()signature to computerootwith pathspec directory.
This makes the overall handling more unified, while assuring it's always
in the worktree.And as a pathspec directory isn't exactly the same as a user-specified root,
it's also possible to override this automation. -
allow to emit all collapsed entries.
This is useful for rename tracking as it allows to see all files
that may take part in a rename (i.e. when a directory is renamed).
Commit Statistics
- 18 commits contributed to the release over the course of 57 calendar days.
- 6 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Prepare changelogs prior to release (f2e111f)
- Merge branch 'status' (d53504a)
- Make it even harder to remove your own CWD (4d5767c)
- Assure that we don't artificially make non-recursable directories visible (1a26732)
- Represent
DotGitasExtendedKind(bd5f449) - Pathspec prefixes still allows directory collapsing. (95d10ee)
- Merge branch 'status' (bb48c4c)
- More natural top-level handling (44ccc67)
- Simplify
walk()signature to computerootwith pathspec directory. (b6ea37a) - Allow to emit all collapsed entries. (4567dbb)
- Proper submodule handling (dc200bf)
- Assure
Action::Canceldoesn't run into unreachable code. (c04954a) - Merge branch 'status' (b8def77)
- Make sure that
*foo*prefixes don't end up matching any directory. (482d6f3) - Merge branch 'dirwalk' (face359)
- Implementation of the Git-style directory walk. (3252cfd)
- Merge branch 'gix-status' (c3983c6)
- Initial version of the
gix-dircrate (22acf0d)