Releases: Cosmian/cli
Releases · Cosmian/cli
1.9.0
[1.9.0] - 2026-02-16
🚀 Features
- Add KEM subcommand for hybridized PQC KEM
🐛 Bug Fixes
- Cargo audit: time and actix-files
💼 Other
- (deps) Bump bytes in the cargo group across 1 directory (#131)
- Release 1.9.0
⚙️ Miscellaneous Tasks
- Merge branch 'release/1.8.1' into develop
- Small refactor on kem_tag
1.8.1
fix: do not miss Windows artifact cosmian_pkcs11.dll
1.8.0
1.7.1
1.7.0
1.6.0
[1.6.0] - 2025-12-08
🚀 Features
- KMS CLI additions aligned with KMIP XML vectors:
rng retrieveandrng seedfor RNG operationsmac verifyto validate message authentication codesdiscover-versionsandqueryfor KMIP discovery and server queries
- Opaque Object subcommands:
opaque-object create,import,export(raw/base64/json),revoke,destroy
- Attributes:
- Deterministic
attributes getordering aligned with server - Expanded attribute flows consistent with KMIP GetAttributeList/ModifyAttribute
- Deterministic
🧪 Testing
- Added CLI tests: Opaque Object CRUD, RNG Retrieve/Seed, MAC Verify, Query, DiscoverVersions.
📚 Documentation
- Updated CLI docs/examples to reflect new subcommands and attribute behavior.
1.5.2
1.5.1
[1.5.1] - 2025-10-28
🐛 Bug Fixes
- (google_cse) Load RSA private as PKCS8 or PKCS1 format (#592)
⚠️ WARNING
Gmail CSE users: Versions 1.3/1.4 and 1.5.0 contain a blocking issue with Gmail Client-Side Encryption support (issue loading PKCS#8 RSA private key). Please upgrade to version 1.5.1 or later to ensure proper Gmail CSE functionality.
1.5.0
[1.5.0] - 2025-10-22
🚀 Features
- Support wrapping SecretData object (#109)
- Add derive key subcommand (#111)
- Create a configuration wizard - add configure subcommand (#116)
🐛 Bug Fixes
- Build errors
🧪 Testing
- Add luks integration script (#108)
⚙️ Miscellaneous Tasks
- Configure Dependabot for GitHub Actions updates
- Add SECURITY.md file (#113)
- Use cosmian_logger (#110)
- Split cargo_build.sh into multiple files (#114)
Build
- (deps) Bump actions/checkout from 4 to 5 (#112)
1.4.1
[1.4.1] - 2025-09-16
🐛 Bug Fixes
- Re-publish
cosmian_clicrate without direct dependency ontest_kms_server(only dev-dependency)