Skip to content

0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Apr 14:09
· 42 commits to develop since this release

[0.3.0] - 2025-04-11

πŸš€ Features

  • [breaking] Update permission management flow, no more mutex (#45)
  • Semaphore for CLI parallelism (#46)
  • Parallelism for write only (#50)
  • Delegate encryption to KMS writing a custom encryption layer (#47)
  • Move all CLI relative crates on https://github.com/Cosmian/client (#59)

πŸ› Bug Fixes

  • Reduce cloning (#54)
  • Limit number of concurrent network calls (#58)
  • Reuse CLI (#64)
  • RUSTSEC-2025-0022: openssl: Use-After-Free in Md::fetch and Cipher::fetch

πŸ“š Documentation

  • Review menu and rename Findex server

βš™οΈ Miscellaneous Tasks

  • Add ubuntu 20.04 and 22.04 to releases
  • Remove Ubuntu 20.04 support according to Github (#56)
  • Move test_findex_server and cosmian_findex_client (#61)
  • Fix cli tests (#66)
  • Add reusable workflows (#69)