File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed
Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ -
6+
7+ [ All Changes] ( https://github.com/Nitrokey/nethsm-sdk-py/compare/v2.0.0...HEAD )
8+
9+ ## [ v2.0.0] ( https://github.com/Nitrokey/nethsm-sdk-py/releases/tag/v2.0.0 ) (2025-10-15)
10+
511### Breaking Changes
612
713- Remove ` KeyType.EC_P224 `
1117
1218### Features
1319
14- - Add new enum values:
20+ - Add new enum values (requires NetHSM v3.0) :
1521 - ` KeyType ` : ` EC_P256K1 ` , ` BrainpoolP256 ` , ` BrainpoolP384 ` , ` BrainpoolP512 `
1622 - ` KeyMechanism ` : ` BIP340_Signature `
1723 - ` SignMode ` : ` BIP340 `
1824 - ` TlsKeyType ` : ` BrainpoolP256 ` , ` BrainpoolP384 ` , ` BrainpoolP512 `
19- - Add support for dots, dashes and underscores in user and key IDs
20- - Add ` NetHSM.move_key ` function for changing key IDs
21- - Add optional ` subject_alt_names ` argument for ` NetHSM.csr ` and ` NetHSM.key_csr `
22- - Add optional ` prefix ` argument for ` NetHSM.list_keys `
25+ - Add support for dots, dashes and underscores in user and key IDs (requires NetHSM v3.0)
26+ - Add ` NetHSM.move_key ` function for changing key IDs (requires NetHSM v3.0)
27+ - Add optional ` subject_alt_names ` argument for ` NetHSM.csr ` and ` NetHSM.key_csr ` (requires NetHSM v3.0)
28+ - Add optional ` prefix ` argument for ` NetHSM.list_keys ` (requires NetHSM v3.0)
2329- Always show the message returned by the NetHSM as part of the error message
2430
25- [ All Changes] ( https://github.com/Nitrokey/nethsm-sdk-py/compare/v1.4.1...HEAD )
31+ [ All Changes] ( https://github.com/Nitrokey/nethsm-sdk-py/compare/v1.4.1...v2.0.0 )
2632
2733## [ v1.4.1] ( https://github.com/Nitrokey/nethsm-sdk-py/releases/tag/v1.4.1 ) (2025-06-05)
2834
Original file line number Diff line number Diff line change 88# copied, modified, or distributed except according to those terms.
99"""Python Library to manage NetHSM(s)."""
1010
11- __version__ = "1.4.1 "
11+ __version__ = "2.0.0 "
1212
1313import binascii
1414import contextlib
You can’t perform that action at this time.
0 commit comments