Skip to content

Releases: Nitrokey/nethsm-sdk-rs

v1.1.1

19 Sep 14:39
v1.1.1
84d6c5b
Compare
Choose a tag to compare

Features

Bugfixes

  • Return correct error variants for API errors (#30)

All Changes

v1.1.0

17 Jul 15:08
v1.1.0
bd34dbf
Compare
Choose a tag to compare

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 of Error::Transport for API errors (#21)
  • Fix multipart requests, namely system_restore_post (#20)
  • Add authentication for system_restore_post (#15)

Other Changes

  • Add AkPub and Pcr schemas

All Changes

v1.0.1

06 May 09:56
v1.0.1
2fd225c
Compare
Choose a tag to compare

Bugfixes

  • Enable alloc feature for base64 dependency (#14)

All Changes

v1.0.0

27 Nov 14:06
v1.0.0
569321d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.0...v1.0.0

0.5.0

28 Sep 13:53
Compare
Choose a tag to compare

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 type Vec<u8> instead of String

New Contributors

  • @jans23 made their first contribution in #8

Full Changelog: 0.1.0...0.5.0

0.4.0

12 Sep 08:35
Compare
Choose a tag to compare

Full Changelog: 0.3.0...0.4.0

0.3.0

30 Aug 12:35
Compare
Choose a tag to compare

What's Changed

  • feat: generate code from the updated nethsm api by @nponsard in #2

Full Changelog: 0.2.0...0.3.0

0.2.0

29 Aug 09:38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.0...0.2.0

0.1.0

14 Aug 12:18
Compare
Choose a tag to compare

Initial version