Skip to content

Bump gix-features from 0.40.0 to 0.41.0#1555

Merged
o2sh merged 1 commit into
mainfrom
dependabot/cargo/gix-features-0.41.0
Apr 5, 2025
Merged

Bump gix-features from 0.40.0 to 0.41.0#1555
o2sh merged 1 commit into
mainfrom
dependabot/cargo/gix-features-0.41.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 4, 2025

Bumps gix-features from 0.40.0 to 0.41.0.

Release notes

Sourced from gix-features's releases.

gix-features v0.41.0

Changed (BREAKING)

  • drop obsolete SHA‐1 features The hashing API has moved to gix_hash::hasher, and we now use sha1-checked unconditionally.
  • move hashing API to gix_hash

New Features (BREAKING)

Bug Fixes (BREAKING)

  • fs::walkdir_sorted_new now returns files first. It's only used by gix_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 the fs-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

  • 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)

... (truncated)

Changelog

Sourced from gix-features's changelog.

0.41.0 (2025-01-18)

New Features

  • add gix blame -L start,end
  • add gix env to print paths relevant to the Git installation.
  • Document the remaining subcommands
  • Add support for statistics and additional performance information.
  • add gix blame to the CLI That way it's possible to see the blame result of any file in the repository.

Commit Statistics

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

Commit Details

  • Uncategorized
    • Merge pull request #1766 from cruessler/add-range-to-gix-blame (90fef01)
    • Add gix blame -L start,end (4a78395)
    • Merge pull request #1758 from GitoxideLabs/git-shell (851a7c4)
    • Merge pull request #1757 from lu-zero/document-subcommands (31d83a4)
    • Add tailing . for consistency (ddddf02)
    • Add gix env to print paths relevant to the Git installation. (75d689f)
    • Document the remaining subcommands (278125a)
    • Merge pull request #1453 from cruessler/gix-blame (6ed9976)
    • Add support for statistics and additional performance information. (4ffe6eb)
    • Add gix blame to the CLI (80e5804)
Commits
  • b41312b Release gix-date v0.9.4, gix-utils v0.2.0, gix-actor v0.34.0, gix-features v0...
  • 38dff41 update changelogs prior to release
  • 4660f7a Merge pull request #1915 from emilazy/push-qvyqmopsoltr
  • 4501086 refactor
  • f879654 Prepare gix-index end-of-index extension parsing for SHA256.
  • a68f115 change!: drop migration shims for fallible hashing
  • 3d7e379 migrate gix_object::{try_ =>}compute_hash users
  • b5ac93a change!: make gix_object::compute_hash fallible
  • fbf6cc8 migrate hashing API users to fallible versions
  • f2b07c0 add fallible gix_object::try_compute_hash for migration
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [gix-features](https://github.com/GitoxideLabs/gitoxide) from 0.40.0 to 0.41.0.
- [Release notes](https://github.com/GitoxideLabs/gitoxide/releases)
- [Changelog](https://github.com/GitoxideLabs/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@gix-features-v0.40.0...gix-features-v0.41.0)

---
updated-dependencies:
- dependency-name: gix-features
  dependency-version: 0.41.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 4, 2025
@o2sh o2sh merged commit 3448d98 into main Apr 5, 2025
4 checks passed
@dependabot dependabot Bot deleted the dependabot/cargo/gix-features-0.41.0 branch April 5, 2025 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant