Skip to content

Commit 5c532e5

Browse files
authored
release(spiffe): 0.7.1 (#191)
Signed-off-by: Max Lambrecht <[email protected]>
1 parent b786ed0 commit 5c532e5

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

spiffe/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [0.7.1] - 2025-12-23
4+
5+
### Added
6+
7+
* Added `JwtSvid::claims()` accessor to expose parsed JWT claims in a read-only, safe manner.
8+
* Added `X509Source::x509_context()` convenience method to retrieve a snapshot of the current X.509 SVIDs and bundle set.
9+
10+
### Documentation
11+
12+
* Fixed doctest examples to correctly handle `Option`-returning APIs (`default_svid()`).
13+
* Updated examples to use `bundle_set()` instead of non-existent `bundles()` accessor.
14+
* Clarify `X509Source` as the primary entry point for X.509 workloads
15+
* Improve overall structure and readability of crate-level docs
16+
17+
### Notes
18+
19+
* No breaking changes: existing APIs remain unchanged; additions are purely additive.
20+
21+
322
## [0.7.0] - 2025-12-23
423

524
### Added

spiffe/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "spiffe"
33
# When releasing to crates.io:
44
# - Update CHANGELOG.md.
55
# - Create a new tag
6-
version = "0.7.0"
6+
version = "0.7.1"
77
edition = "2024"
88
authors = ["Max Lambrecht <[email protected]>"]
99
description = "Rust client library implementation for SPIFFE"

0 commit comments

Comments
 (0)