# January 2024

## KSM JavaScript SDK v16.6.2

* Enhanced system stability and performance through an upgrade of dependencies.

## KSM Python SDK v16.6.3

* Eliminated reliance on `distutils` in response to its removal in Python 3.12, ensuring compatibility with newer Python versions.

## KSM Java SDK v16.6.3

* Resolved an issue with the security provider's inability to support AES/CBC/PKCS7Padding encryption.
* Modified the `Notation` function's accessibility from private to public, enhancing its usability across various modules.

## KSM .NET SDK v16.6.5

* Addressed and corrected issues related to public key parsing, enhancing encryption reliability.
* Updated to the latest version of Bouncy Castle, ensuring improved security and functionality.

{% hint style="success" %}
Find the latest versions and releases on Keeper Secrets Manager packages here:

<https://github.com/Keeper-Security/Secrets-Manager>
{% endhint %}


---

# 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/2024/january-2024.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.
