Skip to content

Releases: strongdm/strongdm-sdk-java

v3.8.0

21 Mar 21:52
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.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 18:41
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.6 - Set required GRPC version to 1.52.1

23 Jan 22:39
Compare
Choose a tag to compare
  • Set required GRPC version to 1.52.1

v3.5.5 - Raise error on unknown polymorphic types

21 Dec 19:31
Compare
Choose a tag to compare
  • This release ensures that an exception is raised when an unknown polymorphic type is received from the server, rather than silently succeeding. This may occur when a new type has been introduced that the version of the SDK in use does not yet support.

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:52
Compare
Choose a tag to compare
  • Adds support for the CyberArk PAM and Conjur secret stores

v3.5.2 - bump java dependencies' versions

01 Dec 21:43
Compare
Choose a tag to compare
  • bumped io.grpc:grpc-protobuf to 1.43.2
  • bumped io.grpc:grpc-stub to 1.43.2
  • bumped io.grpc:grpc-netty to 1.43.2
  • set io.netty:netty-codec-http2 to 4.1.68.Final

v3.5.1 - Add Username to Redis

23 Nov 20:27
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.