Skip to content

Releases: Nitrokey/nitrokey-sdk-py

v0.2.4-rc.1

20 Jan 10:24
v0.2.4-rc.1
a5e6fd9
Compare
Choose a tag to compare
v0.2.4-rc.1 Pre-release
Pre-release

Changelog

  • The list methods of NK3 and NKPK now only open the respective device, based on the USB vendor and product ID.
  • Use trusted publishing for PyPI.

All Changes

v0.2.3

03 Nov 17:40
1249428
Compare
Choose a tag to compare

Features

  • Add RPM specification file
  • Remove two step update handling on macOS

Other Changes

  • Remove ecdsa dependency
  • Correct update message
  • Add CI test to make sure versions in pyproject.toml and python3-nitrokey.spec are the same

All Changes

v0.2.2

23 Oct 14:34
582d687
Compare
Choose a tag to compare

Relax version requirement of cryptography to >=41 and ecdsa to >=0.18,<=0.19.

All Changes

v0.2.1

21 Oct 13:55
v0.2.1
cfe203b
Compare
Choose a tag to compare

Features

  • trussed.admin_app: Add AdminApp.list_available_fields function for listing all support config fields

All Changes

v0.2.0

11 Sep 10:42
v0.2.0
b0902b3
Compare
Choose a tag to compare

This release refactors the code used for communication with the bootloader, reducing the number of dependencies.

Features

  • trussed.admin_app: Add error codes CONFIG_ERROR and RNG_ERROR to InitStatus enum

Other Changes

  • Update protobuf dependency to 5.26
  • Vendor spsdk dependency to reduce the total number of dependencies
  • Replace libusbsio dependency with hidapi

All Changes

v0.2.0-rc.1

12 Aug 14:42
v0.2.0-rc.1
08fbebb
Compare
Choose a tag to compare
v0.2.0-rc.1 Pre-release
Pre-release

This release candidate refactors the code used for communication with the bootloader, reducing the number of dependencies.

Features

  • trussed.admin_app: Add error codes CONFIG_ERROR and RNG_ERROR to InitStatus enum

Other Changes

  • Update protobuf dependency to 5.26
  • Vendor spsdk dependency to reduce the total number of dependencies
  • Replace libusbsio dependency with hidapi

All Changes

v0.1.0

29 Jul 14:59
v0.1.0
207f03a
Compare
Choose a tag to compare

Initial release with support for Nitrokey 3 and Nitrokey Passkey devices and the admin, provisioner and secrets app.