2. septembre 2026 - 13:57
Breaking Changes
- Return FullClusterJoinData instead of ClusterJoinData from add_cluster_member (requires NetHSM v5)
Changes
- Update for NetHSM v5:
- Add State.FAILED variant
- Update clustering functionality:
- Add FullClusterJoinData, ClusterDiagnostics, ClusterLogItem, ClusterState and ClusterSnapshot classes
- Change NetHSM.join_cluster to also accept FullClusterJoinData
- Add force_new_cluster, get_cluster_diagnostics, promote_cluster_member functions to NetHSM
- Add learner field to ClusterMember
- Add support for key labels:
- Add label argument to add_key, add_key_pem, generate_key, list_keys functions
- Add NetHSM.set_key_label function
- Add optional label field to Key
- Add support for NTP configuration:
- Add NtpConfig class
- Add get_config_ntp, set_ntp_config functions to NetHSM
All Changes