Releases: Cosmian/cli
Releases Β· Cosmian/cli
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)
1.4.0
[1.4.0] - 2025-09-16
π Features
- CLI: Added support for SHA1 in RSA key wrapping and add Azure functionality to facilitate BYOK (#105)
π Bug Fixes
- PKCS11: Skip unknown key types in search functions (find_*) and update KMS and FS crates (#104)
- Deliver CLI with all features - including non-FIPS feature
1.3.0
[1.3.0] - 2025-08-22
π Features
- Add support for Oracle TDE with direct HSM/KMS connection (#89)
- (Google CSE) Consume KMS Google Key pair action (#100)
- Support HTTP forward proxy (#102)
- Create comprehensive .github/copilot-instructions.md with validated build procedures and OpenSSL 3.2.0 requirements (#94)
π Bug Fixes
- RUSTSEC-2025-0047: Update slab dependency from 0.4.10 to 0.4.11 (#92)
- README.md: remove UI section and correct formatting issues (#96)
βοΈ Miscellaneous Tasks
- Fix publish step
- Skip debug pipeline on tags
- Fix audit GitHub action (#99)
1.2.0
feat:
1.1.0
1.0.0
[1.0.0] - 2025-07-08
π Features
- Invert fips feature
- Handle extension file to define x509 setup extensions for Google CSE keypairs create command
βοΈ Miscellaneous Tasks
- Display items ID on google keypairs creation command
π§ͺ Testing
- Test with stackoverflow
0.5.0
0.4.1
[0.4.1] - 2025-05-22
π Features
- Display user_id in the Header UI to help users identify their session context
- Update server test configuration to align with changes introduced in version 5.1.0
- Support for PKCE (Proof Key for Code Exchange) authentication from the CLI with the Cosmian KMS
- Concurrent multi factor authentication with clear cascading rules (OIDC / Client Certificates / API TOken)
π Bug Fixes
- Fix Revoke structure on UI for key revocation
- Unclear cascading rules in multi-factor authentication
π Documentation
- PKCE documentation with configuration examples
- Improved authentication documentation both client and server side
0.4.0
[0.4.0] - 2025-05-09
π Features
- Run KMS server with privileged users (#40):
- These users can grant or revoke access rights for other users
- Support Kmip 1 (#48)
π Bug Fixes
- Cargo deny missing license
π Refactor
- MemoryADT implementation for KmsEncryptionLayer (#46)
π Documentation
- From RHEL to Rocky Linux URL update
βοΈ Miscellaneous Tasks
- Reuse GitHub workflow to publish artifacts
- Centralize subcrates version in root Cargo.toml (#55)
- Missing Cargo.toml descriptions