Skip to content

Releases: Cosmian/client

0.3.0

11 Apr 14:07
Compare
Choose a tag to compare

[0.3.0] - 2025-04-10

πŸš€ Features

  • Delegates encryption to KMS (#13)
  • Add UI in React + WASM (#21)
  • Add CBC mode support for KMS encryption (#23)

πŸ› Bug Fixes

  • Test_kms_client: bug when exporting a sym key using the tag of a private key
  • Test_certificate_encrypt_using_rsa: add prefix to temporary files
  • RUSTSEC-2025-0022: Use-After-Free in Md::fetch and Cipher::fetch
  • Findex concurrent tests on KMS encryption layer

🚜 Refactor

  • Import all KMS CLI crates (#18)

βš™οΈ Miscellaneous Tasks

  • Missing artifact libcosmian_pkcs11.so on RHEL
  • Reuse generic GitHub workflows

0.2.0

04 Feb 12:11
Compare
Choose a tag to compare
ci: fix mkdir on package.cosmian.com

0.1.3

09 Jan 10:11
Compare
Choose a tag to compare

[0.1.3] - 2025-01-09

πŸ§ͺ Testing

  • Reuse clap actions instead of cosmian binary

0.1.2

23 Dec 14:23
Compare
Choose a tag to compare

[0.1.2] - 2024-12-23

πŸ“š Documentation

  • Fix notes in README
  • Add KMS, FS correspondence versions
  • Simplify configuration examples

0.1.1

17 Dec 07:51
Compare
Choose a tag to compare

[0.1.1] - 2024-12-17

πŸ› Bug Fixes

  • Save cli configuration if login/logout have been called (#4)

πŸ“š Documentation

  • Fix typo

0.1.0

09 Dec 22:11
Compare
Choose a tag to compare

[0.1.0] - 2024-12-04

πŸš€ Features

  • Create cosmian CLI
  • Encrypt datasets, add indexes, search keywords and decrypt results
  • Delete dataset + reuse config_utils crate

πŸ“š Documentation

  • Integrate KMS ckms documentation
  • Add authorization (move from KMS)

πŸ§ͺ Testing

  • Using docker container to provide KMS and Findex server