Releases: Nitrokey/pynitrokey
Releases · Nitrokey/pynitrokey
v0.4.48
Changelog
- nethsm: Improve base64 handling and add key import from PEM by @robin-nitrokey in #539
- fido2: Add get-info subcommand by @robin-nitrokey in #545
- nk3/update: add pre_bootloader_hint for update process by @daringer in #546
Full Changelog: v0.4.47...v0.4.48
v0.4.47
Changelog
- Patch oscrypto for linux binary by @mmerklinger in #518
- Bump pyinstaller version by @mmerklinger in #520
- Add common short version for help of CLI by @anotherbridge in #509
- factory-reset(-app): remove --experimental flag by @sosthene-nitrokey in #529
- fix: improve forwards compatibility with spsdk 2.1+ by @kmohrf in #524
- Support spsdk 2.1 by @robin-nitrokey in #533
New Contributors
- @anotherbridge made their first contribution in #509
- @kmohrf made their first contribution in #524
Full Changelog: v0.4.46...v0.4.47
v0.4.46
v0.4.45
Changelog
- Remove firmware version check for SE050 test by @sosthene-nitrokey in #481
- nk3 secrets: Log payload length by @robin-nitrokey in #496
Full Changelog: v0.4.44...v0.4.45
v0.4.44
This release updates the nk3 set-config
command for the upcoming Nitrokey 3 test firmware release.
Changelog
- nk3 set-config: Add support for opcard.use_se050_backend by @robin-nitrokey in #488
Full Changelog: v0.4.43...v0.4.44
v0.4.43
This release improves the UI of some NetHSM commands, introduces the experimental nk3 factory-reset
command and adds a warning to nk3 set-config
when used with unknown config keys.
Changelog
- nethsm: Fix table formatting in list-keys by @robin-nitrokey in #476
- Display value for type and mechanism on NetHSM get_key by @mmerklinger in #478
- Update nethsm to v1.0.0 by @robin-nitrokey in #477
- Add support for full device factory reset command by @sosthene-nitrokey in #472
- nk3 set-config: Add warning and confirmation prompt by @robin-nitrokey in #479
Full Changelog: v0.4.42...v0.4.43
v0.4.42
This release mainly updates the NetHSM commands to use the latest API spec.
Changelog
- fido2 make-credential: Clenaup and add rk and uv options by @robin-nitrokey in #464
- Remove frozendict dependency by @mmerklinger in #466
- nk3: Support build component in version string by @robin-nitrokey in #474
- Update nethsm dependency by @robin-nitrokey in #469
Full Changelog: v0.4.41...v0.4.42
v0.4.41
Changelog
- nk3
- nethsm
- Move the NetHSM API into a separate
nethsm
package, see https://github.com/Nitrokey/nethsm-sdk-py (#450) - Validate the backup file in
backup
andrestore
and add thevalidate-backup
andrestore-backup
commands (#457)
- Move the NetHSM API into a separate
- maintenance
- Update fido2, cryptography, spsdk dependencies (#449)
v0.4.40
v0.4.39
Changes
- Improved logging (#399, @Laborratte5)
- Cleanup, refactoring and fixes of the
fido2
module (#337, #410) - Check pynitrokey version on firmware update (#416, @Laborratte5)
- Update dependencies to fix vulnerabilities and installation problems (#364)