Skip to content

Releases: strongdm/strongdm-sdk-java

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.

v3.5.0 - Additional User, Role, Node fields

15 Nov 15:23
Compare
Choose a tag to compare
  • This release adds the following fields:
  • user.PermissionLevel (read only)
  • user.ManagedBy (read only)
  • user.ExternalID
  • role.ManagedBy (read only)
  • node.Location (read only)
  • node.Device (read only)
  • node.Version (read only)

v3.4.0 - Upgrade dependencies to remediate CVE

31 Oct 20:31
Compare
Choose a tag to compare

v3.3.1 - Stable Oracle Resource

03 Oct 22:24
Compare
Choose a tag to compare
  • This release marks the oracle resource type's move from unstable to stable.

v3.3.0 - Add Snowsight

13 Sep 20:43
Compare
Choose a tag to compare
  • This release adds the Snowsight or Snowflake Admin Console resource type
  • Additionally, adjustments to other resource types:
  • DB2i now requires the port is set (if it were not set before, the connection would never succeed)
  • AWSConsole no longer has a port field, as it was unused.
  • Adds support for overriding the Host header for HTTP drivers