File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 "
77edition = " 2024"
88authors = [
" Max Lambrecht <[email protected] >" ]
99description = " Rust client library implementation for SPIFFE"
You can’t perform that action at this time.
0 commit comments