Releases: strongdm/strongdm-sdk-java
Releases · strongdm/strongdm-sdk-java
Release list
v17.7.0
v17.7.0 - Support for expressions for dynamic access rules
- added support for expressions for dynamic access rules (Access Workflows and Roles). Now they support both types: Basic - set of tags as before, Advanced (query) - an expression based on tags e.g. (env=demo-1 OR env=demo-2) AND NOT team=team-1
v17.6.0
v17.6.0 - Make base URL required for LLM driver
v17.5.0
v17.5.0 - MS SQL Server (Kerberos) password login
- Add an option to login via Kerberos without using a keytab file
v17.4.0
v17.4.0 - LLM Gateway Resource
- Introduced a new resource type, LLM Gateway, which intercepts LLM traffic between AI agents and LLM APIs.
v17.2.0
v17.2.0 - MCP Gateway: OAuth Support with Dynamic Client Registration
- Introduced a new MCP Gateway type that supports OAuth with Dynamic Client Registration (DCR), managed by the identity provider (IdP).
v17.1.0
v17.1.0 - Identity Aliases in MS SQL Server (Kerberos)
- Allow using identity aliases in MS SQL Server (Kerberos) resources
v17.0.0
v17.0.0 - fix support for ports in MCP Gateway resources
- fixed issue where MCP Gateway URLs with explicitly declared ports (e.g., http://localhost:port/mcp) did not work
v16.23.0
v16.23.0 - Add locks for managed secrets.
Locks can be used to grant exclusive access to retrieving a secret for one person at a time.
Upon releasing the lock the managed secret gets automatically rotated
v16.22.0
v16.22.0 - Add activity tracking for ssh and rdp drivers, allowing inactivity timeout for resource locks
v16.21.0
v16.21.0 - Requestable Account, Resource, and Role Entitlements
- Added RequestableAccountEntitlements, RequestableResourceEntitlements, and RequestableRoleEntitlements services for listing requestable access entitlements by account, resource, and role