Releases: strongdm/strongdm-sdk-python
Releases · strongdm/strongdm-sdk-python
v16.1.0
v16.0.0
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
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
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
v15.44.0 - Unstable Discovery Connector GCP Updates
- Rename GCP projectNumber to workloadProjectNumber, and collect workloadProjectID.
v15.43.0
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
v15.41.0 - Resource lock for SSH servers
- Lock can be enabled for an SSH resource
v15.40.0
v15.40.0 - Add Discovery Connectors to the API
- This release adds Discovery Connectors to the API / SDKs
v15.39.0
v15.39.0 - Fix Groups initialization
- This version fixes an issue which caused a nil pointer panic with the Groups features
v15.37.0
v15.37.0 - OAuth configuration for MCP Gateway
- added OAuth App Client ID
- added OAuth App Client Secret