Releases: strongdm/strongdm-sdk-java
Releases · strongdm/strongdm-sdk-java
v2.6.3 - Add optional `keyType` parameter to Cert Based SSH Server that denotes what type of key to generate for communicating with the server.
- Can be one of:
rsa-2048
,rsa-4096
,ecdsa-256
,ecdsa-384
,ecdsa-521
,ed25519
- Previously these were always generated as
rsa-2048
v2.6.1 - Support ECDSA and ED25519 in SSH Public Key Servers
Add optional keyType
parameter to Public Key SSH Server that denotes what type of key to use.
- Can be one of:
rsa-2048
,rsa-4096
,ecdsa-256
,ecdsa-384
,ecdsa-521
,ed25519
- Previously these were always generated as
rsa-2048
v2.6.0 - Remote Identities
- Add Remote Identity support
v2.5.0 - Add bind interface to resources
- Add bind interface to resources
v2.2.0 - Automatic Sleeps for Rate Limits
- This release primarily causes rate limit errors encountered to trigger a sleep until the client knows it can make calls again without encountering that same rate limit. This feature is enabled by default, but can be disabled on client creation.
- Additionally, the schema field for snowflake is no longer a required field.
v2.1.0 - Add mTLS MySQL Resource Type
- This release adds the mTLS MySQL resource type for connecting to a mysql server configured to require specific tls certificates.
v2.0.0 - Access Rules
Breaking Changes
- The type of the
Role.accessRules
field has been changed from a string to an list of objects to improve the usability of access rules. If you are currently using the string field, you'll need to change your code to specify access rules as a list of objects rather than a string.
Other Changes
-
Role Grants are now deprecated and will be removed in a future release. Use Access Rules instead. See the migration guide or check out the
examples. -
Composite Roles and Role Attachments are now deprecated and will be removed in a future release. Instead, use AccountAttachments to assign an Account to multiple Roles.
NOTE: Before you can use access rules and multiple account attachments, your organization must undergo the "Access Overhaul" migration to enable the new UI and a myriad of other features. Contact [email protected] to learn more.
v0.9.38 - Adding Azure Key Vault support
- This adds Azure secret store backed by Azure Key Vault
- Exposes NLA downgrade option allows disabling NLA for authentication for RDP servers
v0.9.37 - Mongo Sharded Cluster beta resource type
- Added the MongoShardedCluster resource type, which is available as an opt-in beta.
v0.9.36 - GCP and Azure Cloud Resources
- This release adds the GCP, Azure, and AzureCertificate Cloud resource types in Beta.