Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.4 KB

File metadata and controls

42 lines (31 loc) · 1.4 KB

0.5.0 - Feb 20, 2026

Features and API updates

  • Add a module to authenticate by proving private key knowledge (#54).
  • Switch from reqwest to bitreq HTTP client (#56).

Bug Fixes and Improvements

  • Switch to bitreq::Url (#58).

In total, this release features 12 files changed, 218 insertions, 140 deletions from 3 authors in alphabetical order:

  • Elias Rohrer
  • Leo Nash
  • Matt Corallo

0.4.1 - Jan 9, 2026

Features and API updates

  • Add trace-level logging via the log facade (#51).

In total, this release features 7 files changed, 99 insertions, 9 deletions from 3 authors in alphabetical order:

  • Andrei
  • Elias Rohrer
  • tankyleo

0.4.0 - Nov 11, 2025

Crate Metadata

Features and API updates

  • Bump MSRV to 1.75.0 (#38).
  • Add VssClient::from_client_and_headers constructor (#39).
  • Allow to set aad in StorableBuilder::{build, deconstruct} (#40).
  • Pass the data_encryption_key by reference to StorableBuilder::{build, deconstruct} (#40).

Bug Fixes and Improvements

  • Set a 10 second timeout on all HTTP client requests (#39).

In total, this release features 15 files changed, 205 insertions, 1162 deletions in 19 commits from 2 authors in alphabetical order:

  • Elias Rohrer
  • Leo Nash