Releases: Nitrokey/nethsm-sdk-rs
Releases · Nitrokey/nethsm-sdk-rs
v1.1.1
v1.1.0
Features
- Add support for namespaces by adding the
namespaces_get
,namespaces_namespace_id_delete
,namespaces_namespace_id_put
,users_user_id_post
API calls
Bugfixes
- Return
Error::ResponseError
instead ofError::Transport
for API errors (#21) - Fix multipart requests, namely
system_restore_post
(#20) - Add authentication for
system_restore_post
(#15)
Other Changes
- Add
AkPub
andPcr
schemas
v1.0.1
v1.0.0
0.5.0
What's Changed
- Language fixes README.md by @jans23 in #8
- feat: update api spec by @nponsard in #10
- [BREAKING] feat: support binary file in request and response, the content in
ResponseContent
is now of typeVec<u8>
instead ofString
New Contributors
Full Changelog: 0.1.0...0.5.0
0.4.0
Full Changelog: 0.3.0...0.4.0