File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.2.0] – 2025-12-26
4+
5+ ### Changed
6+ - Updated dependency to ` spiffe 0.8.0 ` .
7+ - Made ` ClientConfigBuilder::build() ` and ` ServerConfigBuilder::build() ` synchronous (removed async/await).
8+ - Refactored material construction to use ` rustls::pki_types::CertificateDer ` and renamed helpers for clarity.
9+ - Added generation tracking to material snapshots and implemented verifier caching keyed by generation.
10+ - Tightened crate linting and documentation policy (` missing_docs ` , ` unsafe_code ` , clippy incl. ` pedantic ` ).
11+
12+ ### Fixed
13+ - Improved internal correctness and performance under trust bundle rotation by avoiding verifier rebuilds on every handshake.
14+
15+ ### Notes
16+ - Building configs now requires a Tokio runtime to spawn the rotation watcher; initialization returns an error if no runtime is available.
17+
18+
319## [ 0.1.3] – 2025-12-24
420
521* Documentation improvements only. No functional changes.
Original file line number Diff line number Diff line change 11[package ]
22name = " spiffe-rustls"
3- version = " 0.1.3 "
3+ version = " 0.2.0 "
44edition = " 2021"
55rust-version = " 1.83"
66license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments