Releases: strongdm/strongdm-sdk-java
Releases · strongdm/strongdm-sdk-java
v3.5.2 - bump java dependencies' versions
- 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
- 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
- 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
v3.3.1 - Stable Oracle Resource
- This release marks the oracle resource type's move from unstable to stable.
v3.3.0 - Add Snowsight
- 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
- The SDK will now attempt several retries upon Unavailable errors.
v3.2.2 - Normalize resource forms between website and CLI/SDKs
- Fixes some inconsistencies among resources
v3.2.1 - Change Session Timeout on AWS Console types to integer
- 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
- 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.