Releases: strongdm/strongdm-sdk-python
Releases · strongdm/strongdm-sdk-python
v15.1.0
v15.0.0
v15.0.0 - Remove Workflow Assignments and Workflow Assignments History Services
- We are removing the workflow assignments and workflow assignments history services due to low utilization and server-side design changes
- Older versions of the SDK will no longer be able to use these services
- Admins can still determine what resources are attached to each workflow by examining the access rules for that workflow
v14.25.0
v14.25.0 - Release stable Trino driver
v14.24.0
v14.23.0 - Enable TLS support in DB2 LUW
- The driver will connect over TLS if ConfigTLSRequired is set to true
v14.23.0
v14.23.0 - Expose PortOverride field for HTTP resources
- Expose the PortOverride field in HTTPBasicAuth, HTTPNoAuth, and HTTPAuth resources, allowing the local port used by clients to connect to the resource to be explicitly specified, as with other resource types. Previously this field was exposed in the admin UI and CLI interfaces for these resource types, but not available in the SDK.
v14.22.0
v14.22.0 - key-pair authentication for Snowflake
- Added support for key-pair authentication with RSA keys
v14.21.0
v14.21.0 - multimode MFA details in Requirements
- added MFA provider name
- added list of enabled methods that can be used to pass MFA challenge: push notification, software TOTP, hardware TOTP, etc.
v14.20.0
v14.20.0 - Improve retry logic
- Requests that result in a rate limit error are now retried indefinitely until the deadline, if any, is reached.
- Retries now use exponential backoff to improve reliability.
v14.17.0
v14.17.0 - Extra organization fields
- Added two new fields (DiscardReplays and PublicKeyPem) to the organization structure for the SDK
v14.14.0
v14.14.0 - Mark new Vault secret store authentication methods as stable
- Marks AWS EC2 and IAM authentication methods for Hashicorp's Vault secret store as stable