Skip to content

Releases: GitoxideLabs/gitoxide

gix-refspec v0.22.0

20 Jan 08:19
eb6aa8f

Choose a tag to compare

A maintenance release without user-facing changes.

Commit Statistics

  • 1 commit contributed to the release.
  • 20 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Prepare changelogs prior to release (6a2e0be)

gix-ref v0.41.0

20 Jan 08:19
eb6aa8f

Choose a tag to compare

New Features (BREAKING)

  • support for precompose_unicode, which is now an extra argument in the Store constructor.

Commit Statistics

  • 5 commits contributed to the release over the course of 4 calendar days.
  • 20 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 (6a2e0be)
    • Merge branch 'dirwalk' (5d176fc)
    • Add precompose_unicode related tests (69c8232)
    • Support for precompose_unicode, which is now an extra argument in the Store constructor. (7523e5c)
    • Release gix-trace v0.1.7, gix-features v0.37.2, gix-commitgraph v0.23.2, gix-traverse v0.36.2, gix-index v0.28.2 (b6c04c8)

gix-protocol v0.44.0

20 Jan 08:19
eb6aa8f

Choose a tag to compare

A maintenance release without user-facing changes.

Commit Statistics

  • 2 commits contributed to the release over the course of 4 calendar days.
  • 20 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Prepare changelogs prior to release (6a2e0be)
    • Release gix-trace v0.1.7, gix-features v0.37.2, gix-commitgraph v0.23.2, gix-traverse v0.36.2, gix-index v0.28.2 (b6c04c8)

gix-pathspec v0.6.0

20 Jan 08:19
eb6aa8f

Choose a tag to compare

A maintenance release without user-facing changes.

Commit Statistics

  • 5 commits contributed to the release over the course of 20 calendar days.
  • 20 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Prepare changelogs prior to release (6a2e0be)
    • Merge pull request #1248 from joshtriplett/tyop (39f35da)
    • Typo fixes (3ef3bc2)
    • Merge branch 'fuzz-gix-pathspec' (62e1072)
    • Fuzz more of pathspec patterns (6ac89e5)

gix-path v0.10.4

20 Jan 08:19
eb6aa8f

Choose a tag to compare

Bug Fixes

  • prevent very long path from using unbounded time in realpath().
    It's possible to inject such paths using urls which can then end up
    being canonicalized, causing very long runtimes with excessively long
    paths due to is_symlink calls which will be slow.

    Now the amount of components is limited to 4096/2, which should be
    a worst-case path at the border of realistic.

    If this limitation becomes too arbitrary, one could consider making
    this cut-off value configurable.

Commit Statistics

  • 6 commits contributed to the release over the course of 4 calendar days.
  • 20 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 (6a2e0be)
    • Merge branch 'url-fuzz' (db86fba)
    • Prevent very long path from using unbounded time in realpath(). (8d4bf40)
    • Merge branch 'dirwalk' (5d176fc)
    • Use gix_fs::current_dir(precompose_unicode). (7d8d167)
    • Release gix-trace v0.1.7, gix-features v0.37.2, gix-commitgraph v0.23.2, gix-traverse v0.36.2, gix-index v0.28.2 (b6c04c8)

gix-packetline v0.17.3

20 Jan 08:19
eb6aa8f

Choose a tag to compare

A maintenance release without user-facing changes.

Commit Statistics

  • 2 commits contributed to the release over the course of 4 calendar days.
  • 20 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Prepare changelogs prior to release (6a2e0be)
    • Release gix-trace v0.1.7, gix-features v0.37.2, gix-commitgraph v0.23.2, gix-traverse v0.36.2, gix-index v0.28.2 (b6c04c8)

gix-packetline-blocking v0.17.3

20 Jan 08:19
eb6aa8f

Choose a tag to compare

A maintenance release without user-facing changes.

Commit Statistics

  • 2 commits contributed to the release over the course of 4 calendar days.
  • 20 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Prepare changelogs prior to release (6a2e0be)
    • Release gix-trace v0.1.7, gix-features v0.37.2, gix-commitgraph v0.23.2, gix-traverse v0.36.2, gix-index v0.28.2 (b6c04c8)

gix-pack v0.47.0

20 Jan 08:19
eb6aa8f

Choose a tag to compare

A maintenance release without user-facing changes.

Commit Statistics

  • 10 commits contributed to the release over the course of 16 calendar days.
  • 20 days passed between releases.
  • 0 commits were understood as conventional.
  • 1 unique issue was worked on: #1231

Commit Details

view details
  • #1231
    • Improve usage of unsafe (4017e69)
  • Uncategorized
    • Prepare changelogs prior to release (6a2e0be)
    • Release gix-trace v0.1.7, gix-features v0.37.2, gix-commitgraph v0.23.2, gix-traverse v0.36.2, gix-index v0.28.2 (b6c04c8)
    • Merge pull request #1248 from joshtriplett/tyop (39f35da)
    • Typo fixes (3ef3bc2)
    • Merge branch 'safety-invariants' (2a663a0)
    • Put Tree in its own module (c85a981)
    • Properly track safety invariants (6587eea)
    • Demote ItemSliceMut::get_mut() bound-check to debug-code only. (911c05f)
    • Make ItemSliceSync::get_mut() check that the index is in range (ef21617)

gix-odb v0.57.0

20 Jan 08:19
eb6aa8f

Choose a tag to compare

A maintenance release without user-facing changes.

Commit Statistics

  • 7 commits contributed to the release over the course of 5 calendar days.
  • 20 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Prepare changelogs prior to release (6a2e0be)
    • Merge branch 'dirwalk' (5d176fc)
    • Use gix_fs::current_dir(precompose_unicode). (7d8d167)
    • Adapt to changes in gix-features (eacb5a4)
    • Release gix-trace v0.1.7, gix-features v0.37.2, gix-commitgraph v0.23.2, gix-traverse v0.36.2, gix-index v0.28.2 (b6c04c8)
    • Merge pull request #1248 from joshtriplett/tyop (39f35da)
    • Typo fixes (3ef3bc2)

gix-object v0.41.0

20 Jan 08:19
eb6aa8f

Choose a tag to compare

A maintenance release without user-facing changes.

Commit Statistics

  • 1 commit contributed to the release.
  • 20 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Prepare changelogs prior to release (6a2e0be)