# January 2026

## Java SDK 17.1.3

* **KSM-738**: Added PAM connection settings fields
  * PamSettingsConnection: RDP, Terminal, SSH, VNC, Kubernetes fields
  * PamRbiConnection: audio and clipboard fields
  * PamSettingsPortForward: local port fields

## JavaScript SDK 17.4.0

* **KSM-669**: Fixed crypto issues when using getFolders() on Cloudflare Workers
* **KSM-697**: Fixed file permissions for config files (write with 0600 permissions for security)
* **KSM-731**: Fixed notation lookup with record shortcuts (handles duplicate UIDs from shortcuts)
* **KSM-739**: Added transmission public key #18 for Gov Cloud Dev support
* **Security**: Updated transitive dependencies (glob to 10.5.0, js-yaml to 3.14.2)

## Java SDK 17.2.0

* **KSM-742**: Added transmission public key #18 for Gov Cloud Dev support
* **KSM-733**: Fixed notation lookup with record shortcuts (handles duplicate UIDs from shortcuts)
* **KSM-699**: Fixed file permissions for config files (write with 0600 permissions for security)

## Python SDK 17.1.0

* **KSM-732**: Fixed duplicate UID notation bug (handles duplicate UIDs from shortcuts)
* **KSM-740**: Added transmission public key #18 for Gov Cloud Dev support
* **KSM-763**: Fixed file upload/download SSL and proxy settings
* **KSM-650**: Improved error messages for malformed config files


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.keeper.io/release-notes/enterprise/keeper-secrets-manager/2026/january-2026.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
