Skip to content

Releases: strongdm/strongdm-sdk-python

v16.1.0

20 Jan 12:31

Choose a tag to compare

v16.1.0 - OAuth Dynamic Client Registration URL for resources

  • Added possibility to configure provider's Dynamic Client Registration URL for resources that require OAuth

v16.0.0

14 Jan 12:59

Choose a tag to compare

v16.0.0 - Remove unused replicaSet field from Mongo drivers

  • Removed an unused replicaSet field from Mongo drivers. Replicas should be passed as a comma-separated list in a Hostname field.

v15.46.0

12 Jan 21:14

Choose a tag to compare

v15.46.0 - OAuth endpoints configuration for MCP Gateway driver

  • Renamed 'MCP Driver' to 'MCP Gateway (OAuth)'
  • Added new types of config values for resource: OAuth Authorization endpoint URL and OAuth Token endpoint URL
  • Added new fields to MCP Gateway driver settings: : OAuth Authorization endpoint URL and OAuth Token endpoint URL

v15.45.0

12 Jan 13:14

Choose a tag to compare

v15.45.0 - Managed secrets retrieve call does not require passing of ephemeral public key

  • Managed secret Retrieve call no longer requires passing of public key. Ephmemeral encryption key will be automaticall generated and used across client's lifetime.

v15.44.0

08 Jan 17:46

Choose a tag to compare

v15.44.0 - Unstable Discovery Connector GCP Updates

  • Rename GCP projectNumber to workloadProjectNumber, and collect workloadProjectID.

v15.43.0

23 Dec 08:37

Choose a tag to compare

v15.43.0 - Add automatic encryption/decryption support for managed secret API-s

  • managed_secret.value will be automatically encrypted using associated secret_engine key during create/update calls
  • managed_secret.value will be automatically decrypted using automatically generated Private/Public key pair for Retrieve call when provided public_key is empty

v15.41.0

17 Dec 09:28

Choose a tag to compare

v15.41.0 - Resource lock for SSH servers

  • Lock can be enabled for an SSH resource

v15.40.0

12 Dec 23:56

Choose a tag to compare

v15.40.0 - Add Discovery Connectors to the API

  • This release adds Discovery Connectors to the API / SDKs

v15.39.0

12 Dec 00:42

Choose a tag to compare

v15.39.0 - Fix Groups initialization

  • This version fixes an issue which caused a nil pointer panic with the Groups features

v15.37.0

02 Dec 13:08

Choose a tag to compare

v15.37.0 - OAuth configuration for MCP Gateway

  • added OAuth App Client ID
  • added OAuth App Client Secret