v2.10.0
This release adds , which allows a context.Context to be used for cancellation of sign/verify operations.
Specifically, the following APIs have been added:
- func OptSignWithContext: supply a
context.Contextwhen calling NewSigner - func OptVerifyWithContext: supply a
context.Contextwhen calling NewVerifier
What's Changed
- fix: add nolint to silence go-errorlint by @tri-adam in #264
- build(deps): bump github.com/sigstore/sigstore from 1.5.1 to 1.5.2 by @dependabot in #263
- Expose Context in Sign/Verify by @tri-adam in #259
Full Changelog: v2.9.2...v2.10.0