Release Notes
Added
- Rust callers can use
secretspec::providers()to list built-in provider
names, descriptions, and example URIs, including providers whose Cargo
features are disabled.
Fixed
- The published
secretspeccrate includes every fixture its tests need, so
its test suite runs from the crates.io source without the repository. - The C resolver client reports why opening a session failed when the endpoint
writes non-protocol text before its first response, instead of sometimes
returningUNAVAILABLEwithout an error message.
Install secretspec 0.21.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/cachix/secretspec/releases/download/v0.21.1/secretspec-installer.sh | shDownload secretspec 0.21.1
| File | Platform | Checksum |
|---|---|---|
| secretspec-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| secretspec-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| secretspec-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| secretspec-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| secretspec-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
| secretspec-aarch64-unknown-linux-musl.tar.xz | ARM64 MUSL Linux | checksum |
| secretspec-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |