Skip to content

Releases: strongdm/strongdm-sdk-python

v17.4.0

04 May 15:30

Choose a tag to compare

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

29 Apr 10:12

Choose a tag to compare

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

21 Apr 08:42

Choose a tag to compare

v17.1.0 - Identity Aliases in MS SQL Server (Kerberos)

  • Allow using identity aliases in MS SQL Server (Kerberos) resources

v17.0.0

17 Apr 11:08

Choose a tag to compare

v17.0.0 - fix support for ports in MCP Gateway resources

v16.23.0

25 Mar 07:39

Choose a tag to compare

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

23 Mar 13:39

Choose a tag to compare

v16.22.0 - Add activity tracking for ssh and rdp drivers, allowing inactivity timeout for resource locks

v16.21.0

12 Mar 16:34

Choose a tag to compare

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

v16.20.0

12 Mar 11:31

Choose a tag to compare

v16.20.0 - The MCP Gateway resource that supports connections to remote MCP servers with fine-grained Cedar policies for controlling MCP tool calls.

Supported authentication modes:

  • MCP Gateway (OAuth): uses a user token obtained via OAuth
  • MCP Gateway (PAT): uses a Personal Access Token (Bearer token)
  • MCP Gateway (NoAuth): for servers that do not require authorization

v16.17.0

05 Mar 19:21

Choose a tag to compare

v16.17.0 - Add access request ID to account grant

  • AccountGrant now exposes access_request_id, the ID of the access request that created the grant, if any

v16.16.0

05 Mar 09:34

Choose a tag to compare

v16.16.0 - New variants of MCP Gateway resource

  • Added MCP Gateway (PAT) dedicated for connections with common Bearer token
  • Added MCP Gateway (NoAuth) dedicated for connections that do not require any authorization