Releases: maxlambrecht/rust-spiffe
Releases · maxlambrecht/rust-spiffe
spire-api-v0.3.2
What's Changed
- Depend explicitly on tonic 0.12.3 by @bleggett in #120
- Update thiserror requirement from 1 to 2 in /spiffe by @dependabot in #127
Full Changelog: spire-api-v0.3.1...spire-api-v0.3.2
spiffe-v0.6.3
What's Changed
- Depend explicitly on tonic 0.12.3 by @bleggett in #120
- Update thiserror requirement from 1 to 2 in /spiffe by @dependabot in #127
Full Changelog: spiffe-v0.6.2...spiffe-v0.6.3
spire-api-v0.3.1
What's Changed
- Bump tonic dependencies to latest tonic release
0.12
by @howardjohn in #111 - Remove https://github.com/nhynes/jwk-rs as a runtime dependency by @bleggett in #115
New Contributors
- @howardjohn made his first contribution in #111
spiffe-v0.6.2
What's Changed
- Bump tonic dependencies to latest tonic release
0.12
by @howardjohn in #111 - Remove https://github.com/nhynes/jwk-rs as a runtime dependency by @bleggett in #115
New Contributors
- @howardjohn made his first contribution in #111
spire-api-v0.3.0
spiffe-v0.6.1
What's Changed
- Fix re-exports (#100)
- Add Missing Debug Implementations (#85)
- Update Rust Edition to 2021 (#82)
- Enhance Usability with Core spiffe and spire-api Type Re-exports (#83)
- Bump actions/checkout from 4.1.1 to 4.1.2 by https://github.com/dependabot in #86
- Add Test for Parsing JWKS with Empty Keys Array (#89)
- cargo fmt fixes + makefile by @bleggett in #97
Full Changelog: spiffe-v0.5.0...spiffe-v0.6.1
spire-api-v0.2.0
spiffe-v0.5.0
spire-api-v0.1.0
spiffe-v0.4.0
Added
- Refactor of
spiffe
crate: Introducedspiffe-types
andworkload-api
features for better modularity (#44). - Implemented
X509Source
for fetching X.509 materials (#50). - Added dependencies
log
andtokio-util
specifically to theworkload-api
feature (#50, #51).
API Changes
- Renamed
stream_
methods inWorkloadApiClient
(#44). - Moved
SocketPathError
andGrpcClientError
tospiffe::errors
package as part of thespiffe-types
feature,
aligning with the new structure (#44).
Changed
- Replaced
unreachable!()
infind_spiffe_id
function withUnexpectedExtension
error variant to handle unexpected
X.509 extensions, improving error handling in SAN extension parsing (#48).