Skip to content

Releases: strongdm/strongdm-sdk-java

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

v3.2.3 - Add retry handling for Unavailable errors

08 Sep 20:22
Compare
Choose a tag to compare
  • The SDK will now attempt several retries upon Unavailable errors.

v3.2.2 - Normalize resource forms between website and CLI/SDKs

07 Sep 14:22
Compare
Choose a tag to compare
  • Fixes some inconsistencies among resources

v3.2.1 - Change Session Timeout on AWS Console types to integer

22 Aug 16:35
Compare
Choose a tag to compare
  • This release changes the underlying type of the aws console and
    aws console static key pair's session timeout field to an integer.

v3.2.0 - Add Unstable Secret Stores

17 Aug 20:26
Compare
Choose a tag to compare
  • This release adds several unstable or experimental secret store types.
  • In addition, this release documents what it means for a type to be unstable, and notes which resource types are unstable. Unstable types may change without a breaking version number change in the future, and are not creatable by all users.