OpenBao Rust SDK 1.0.2 Release Notes
Version
- Version: 1.0.2
- Release date: 2026-06-10
- Git tag:
v1.0.2 - Git commit: see the signed
v1.0.2tag object - License: MIT OR Apache-2.0
Summary
1.0.2 is a source-compatible maintenance release for the stable 1.0.x line.
It refreshes reviewed dependencies and CI tooling, and trims the crates.io
README so it focuses on current SDK support instead of pre-1.0 release
history.
This release does not change OpenBao endpoint coverage or the public typed SDK
API surface.
Changed
- Updated
base64-ngto1.0.8. - Refreshed semver-compatible transitive dependencies in
Cargo.lock,
includingbitflags,http,log,wasm-bindgenpackages,web-sys,
js-sys, andzerocopy. - Updated pinned
taiki-e/install-actionCI action tov2.81.9. - Shortened
README.mdfor crates.io by removing historical “Delivered in”
release narration and keeping current support inImplemented now. - Updated migration, release plan, API stability, and release metadata checks
for the1.0.2candidate.
Compatibility
- Normal
1.0.1callers should not need code changes. - The dependency update keeps the same public features and APIs.
- Historical release details remain available in
CHANGELOG.mdand older
release-note files.
Validation
scripts/checks.shcargo fmt --allcargo test --all-targets --all-featurescargo clippy --all-targets --all-features -- -D warningscargo deny checkcargo package --locked --allow-dirty --listscripts/validate-release-metadata.sh
v1.0.2 was tagged after GitHub CI and CodeQL were green for the release
commit.