Skip to content

Releases: strongdm/strongdm-sdk-go

v3.10.0

28 Mar 21:26
Compare
Choose a tag to compare

v3.10.0 - Add Account Resources History

  • The Account Resources History API returns all changes to Account Resources within a given time range.

v3.9.0

23 Mar 00:01
Compare
Choose a tag to compare

v3.9.0 - Add SSH Key Types

  • In this version the supported SSH key types were added as constants

v3.8.0

21 Mar 21:53
Compare
Choose a tag to compare

v3.8.0 - Add subdomain field to resources

  • Add subdomain field to datasource, server, and cluster resources.

v3.7.1

17 Mar 23:16
Compare
Choose a tag to compare

v3.7.1 - Add Audit Snapshot Verticals

  • In this release, most verticals can now be accessed at a given snapshot time, to retrieve information about entities as of that time.

v3.7.0

17 Mar 21:34
Compare
Choose a tag to compare

v3.7.0 - Add Audit Verticals

This release adds auditing functionality, allowing you to view events generated by users and system configurations at arbitrary points in time. The following verticals are now available:

  • Queries
  • Replays
  • Activities
  • Account Permissons
  • Account Resources
  • Role Resources
  • Organization History
  • And History variants for existing and new verticals.

Additionally, most verticals can be accessed at a given snapshot time, to retrieve information about entities as of that time.

Yet additionally, this adds constants for many new and some existing API fields, hopefully replacing the need to memorize API response strings. These changes do not add api-breaking type hints or strong types for these fields, however expect such a change in the next breaking release.

v3.6.1

16 Feb 17:56
Compare
Choose a tag to compare

v3.6.1 - Delinea Secret Store GA

  • Delinea Secret Store is now stable.

v3.6.0 - Add support for Amazon EKS Instance Profile

01 Feb 18:59
Compare
Choose a tag to compare

v3.5.4 - Constants, CyberArk to Stable

15 Dec 23:32
Compare
Choose a tag to compare
  • This release adds constant string definitions for several existing API fields, including the provider who manages users and roles, node state, and user permission levels.
  • This release marks stable the Cyberark Conjur and PAM secret stores.

v3.5.3 - CyberArk PAM and Conjur

12 Dec 21:56
Compare
Choose a tag to compare
  • Adds support for the CyberArk PAM and Conjur secret stores

v3.5.1 - Add Username to Redis

23 Nov 20:25
Compare
Choose a tag to compare
  • This update allows the use of an explicit username for redis resource authentication, where before it would default to 'default'.
  • Additionally, redis can now require TLS is used for the final connection to the target resource.