github GitoxideLabs/gitoxide gix-v0.78.0
gix v0.78.0

17 hours ago

Bug Fixes

  • Correctly use $COMMON_DIR/info/exclude to make excludes work in worktrees.
    It turns out there is no per-worktree excludes file either.

Chore (BREAKING)

  • Upgrade prodash and crosstermion to the latest version.
    This will fix the cargo deny issue as it brings in a newer lru crate.

Refactor (BREAKING)

  • catch up Exn designs with the upstream
    refactor!: rename Exn::from_iter to raise_all

New Features (BREAKING)

  • Use std::ops::ControlFlow where possible
  • Use gix-error in gix-date
    This will make for easier introspection for users of these errors.

New Features

  • Enable auto-chain-error by default.
    This way, the behaviour of gix::Error is the same as it was before
    without actually exposing an Exn error tree.
  • add http-client-curl-rust-openssl feature, and make it the default.
    Previously it was implicit, now it's explicit so it can be turned off.
    When that's the case, the openssl dependencies will be removed.

Commit Statistics

  • 30 commits contributed to the release over the course of 21 calendar days.
  • 21 days passed between releases.
  • 7 commits were understood as conventional.
  • 2 unique issues were worked on: #2363, #2384

Commit Details

view details
  • #2363
    • Regenerate all changelogs with a more recent CSR version (cbbdef5)
  • #2384
    • Catch up Exn designs with the upstream (f8517be)
  • Uncategorized
    • Release gix-error v0.0.0, gix-date v0.13.0, gix-actor v0.38.0, gix-validate v0.11.0, gix-path v0.11.0, gix-features v0.46.0, gix-hash v0.22.0, gix-hashtable v0.12.0, gix-object v0.55.0, gix-glob v0.24.0, gix-attributes v0.30.0, gix-command v0.7.0, gix-packetline v0.21.0, gix-filter v0.25.0, gix-fs v0.19.0, gix-chunk v0.5.0, gix-commitgraph v0.32.0, gix-revwalk v0.26.0, gix-traverse v0.52.0, gix-worktree-stream v0.27.0, gix-archive v0.27.0, gix-tempfile v21.0.0, gix-lock v21.0.0, gix-index v0.46.0, gix-config-value v0.17.0, gix-pathspec v0.15.0, gix-ignore v0.19.0, gix-worktree v0.47.0, gix-diff v0.58.0, gix-blame v0.8.0, gix-ref v0.58.0, gix-sec v0.13.0, gix-config v0.51.0, gix-prompt v0.13.0, gix-url v0.35.0, gix-credentials v0.35.0, gix-discover v0.46.0, gix-dir v0.20.0, gix-mailmap v0.30.0, gix-revision v0.40.0, gix-merge v0.11.0, gix-negotiate v0.26.0, gix-pack v0.65.0, gix-odb v0.75.0, gix-refspec v0.36.0, gix-shallow v0.8.0, gix-transport v0.53.0, gix-protocol v0.56.0, gix-status v0.25.0, gix-submodule v0.25.0, gix-worktree-state v0.25.0, gix v0.78.0, gix-fsck v0.17.0, gitoxide-core v0.53.0, gitoxide v0.50.0, safety bump 50 crates (562e684)
    • Merge pull request #2383 from GitoxideLabs/gix-error (9d39656)
    • Enable auto-chain-error by default. (08d7966)
    • Various improvements to how errors are defined for consistency (1c5598e)
    • Merge pull request #2378 from GitoxideLabs/gix-error (6cff657)
    • Adapt to changes in gix-commitgraph (1f58905)
    • Change ErrorExt::erased() to ErrorExt::raise_erased(). (373fced)
    • Use std::ops::ControlFlow where possible (5c1bd03)
    • Merge pull request #2374 from GitoxideLabs/gix-error (25233ce)
    • Turn Exn::into_box() to Exn::into_inner(). (939b8fc)
    • Merge pull request #2352 from GitoxideLabs/gix-error (ae23762)
    • Actually introduce gix-error into gix-revision. (4819ea8)
    • Add http-client-curl-rust-openssl feature, and make it the default. (3774a03)
    • Merge pull request #2364 from GitoxideLabs/changelogs (0a333e5)
    • Adadpt exn to most pressing needs of gitoxide (abedade)
    • Use gix-error in gix-date (5ab19a7)
    • Merge pull request #2354 from canac/worktree-info-exclude (10bdf7e)
    • Refactor (3f0e26e)
    • Correctly use $COMMON_DIR/info/exclude to make excludes work in worktrees. (4773fd1)
    • Merge pull request #2353 from GitoxideLabs/improvements (ee0a1f6)
    • Upgrade prodash and crosstermion to the latest version. (2358b1d)
    • Merge pull request #2346 from GitoxideLabs/release (c663b3f)
    • Release gix-trace v0.1.17, gix-features v0.45.2, gix-command v0.6.5, gix-hash v0.21.2, gix-date v0.12.1, gix-actor v0.37.1, gix-object v0.54.1, gix-filter v0.24.1, gix-fs v0.18.2, gix-tempfile v20.0.1, gix-lock v20.0.1, gix-traverse v0.51.1, gix-index v0.45.1, gix-diff v0.57.1, gix-pack v0.64.1 (7be8f90)
    • Merge pull request #2341 from GitoxideLabs/dependabot/cargo/cargo-cf4a2135ae (d914d95)
    • Bump the cargo group across 1 directory with 51 updates (4edc5dd)
    • Merge pull request #2333 from GitoxideLabs/improvements (9e1ba5e)
    • Release gix-command v0.6.4, gix-credentials v0.34.1, gix-transport v0.52.1 (3bc0c47)
    • Merge pull request #2322 from GitoxideLabs/report (211b4fb)

Don't miss a new gitoxide release

NewReleases is sending notifications on new releases.