Subscribe to nethsm-sdk-py feed
Updated: 24 min 28 sec ago

v3.0.0

2. September 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

Categories: Software Releases

v3.0.0-rc.1

28. August 2026 - 16:14
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

Categories: Software Releases

v2.1.2

22. June 2026 - 18:21
Changes
  • Patch generated client to remove the python-dateutil dependency.

All Changes

Categories: Software Releases