- Add a module to authenticate by proving private key knowledge (#54).
- Switch from
reqwesttobitreqHTTP client (#56).
- 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
- Add
trace-level logging via thelogfacade (#51).
In total, this release features 7 files changed, 99 insertions, 9 deletions from 3 authors in alphabetical order:
- Andrei
- Elias Rohrer
- tankyleo
- Rename
vss-clientcrate tovss-client-ng(#46). - Move repository from https://github.com/lightningdevkit/rust-vss-client to https://github.com/lightningdevkit/vss-client (#48).
- Bump MSRV to 1.75.0 (#38).
- Add
VssClient::from_client_and_headersconstructor (#39). - Allow to set
aadinStorableBuilder::{build, deconstruct}(#40). - Pass the
data_encryption_keyby reference toStorableBuilder::{build, deconstruct}(#40).
- 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