github Byron/gitoxide gix-credentials-v0.12.0
gix-credentials v0.12.0

18 months ago

Bug Fixes

  • it's no error if credential helpers don't receive context as input.
    They might ignore all input and output hardcoded credentials for good reason,
    so we don't validate writes to the helper similarly to how git does it.

    Note that we also don't care if credentials are stored or erased for similar reasons.
    I would happily make the case that we should be more adamant about error handling in that
    case, but typically we check error codes and that's the only indicator for success or failure.

    Related to rust-lang/cargo#11821

Commit Statistics

  • 2 commits contributed to the release.
  • 6 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 (e06f5f5)
    • It's no error if credential helpers don't receive context as input. (ee1e269)

Don't miss a new gitoxide release

NewReleases is sending notifications on new releases.