Skip to content

Releases: strongdm/strongdm-sdk-python

v15.1.0

25 Jun 00:41
Compare
Choose a tag to compare

v15.1.0 - Release Aerospike driver

  • The Aerospike driver is now stable and generally available.

v15.0.0

24 Jun 22:00
Compare
Choose a tag to compare

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

20 Jun 13:15
Compare
Choose a tag to compare

v14.25.0 - Release stable Trino driver

v14.24.0

20 Jun 10:02
Compare
Choose a tag to compare

v14.23.0 - Enable TLS support in DB2 LUW

  • The driver will connect over TLS if ConfigTLSRequired is set to true

v14.23.0

16 Jun 16:21
Compare
Choose a tag to compare

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

11 Jun 06:18
Compare
Choose a tag to compare

v14.22.0 - key-pair authentication for Snowflake

  • Added support for key-pair authentication with RSA keys

v14.21.0

03 Jun 15:26
Compare
Choose a tag to compare

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

23 May 23:50
Compare
Choose a tag to compare

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

21 May 18:42
Compare
Choose a tag to compare

v14.17.0 - Extra organization fields

  • Added two new fields (DiscardReplays and PublicKeyPem) to the organization structure for the SDK

v14.14.0

14 May 15:22
Compare
Choose a tag to compare

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