# October 2025

## JavaScript SDK 17.3.0

* **KSM-534**: Added HTTP/HTTPS proxy support for Node.js and browser environments
* **KSM-575**: Fixed DOM clobbering CVE-2024-43788 security vulnerability
* **KSM-657**: Added custom caching function support for application-specific caching strategies
* **KSM-661**: Improved error handling for corrupted records, files, and folders
* **KSM-669**: Fixed crypto issues in Cloudflare Workers environment

## .NET SDK 17.0.0 and Powershell Module

* **KSM-535:** Added HTTP/HTTPS proxy support with optional authentication
* **KSM-570:** PowerShell module minimum version increased from 5.1 to 6.0
* **KSM-625:** Added GraphSync library for reading linked secret relationships
* **KSM-633:** Added links2Remove parameter for selective file deletion
* **KSM-659:** Improved error handling for corrupted records, files, and folders

## CLI Tool 1.1.7

* **KSM-668:** Restored `?` help command functionality in interactive shell mode (was broken in v1.1.6)

## Ansible Integration 1.2.5

* Restructured plugin project to support Ansible VS Code Extension
* All plugins moved to keeper\_secrets\_manager\_ansible/plugins/ subdirectory for improved IDE compatibility


---

# 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/2025/october-2025.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.
