> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/release-notes/jp/enterprise/keeper-secrets-manager/2024/september-2024.md).

# 2024年9月

### KSM Python SDK v16.6.6 <a href="#ksm-python-sdk-v16.6.6" id="ksm-python-sdk-v16.6.6"></a>

* KSM-552: 「-」で始まるUIDを生成しないようにしました
* KSM-554: 新しいPAMフィールドタイプを追加 (Helper 1.0.5経由)

### KSM .NET SDK v16.6.7 <a href="#ksm-.net-sdk-v16.6.7" id="ksm-.net-sdk-v16.6.7"></a>

* KSM-550: 「-」で始まるUIDを生成しないようにしました
* KSM-557: 新しいPAMフィールドタイプを追加

### KSM Java SDK v16.6.5 <a href="#ksm-java-sdk-v16.6.5" id="ksm-java-sdk-v16.6.5"></a>

* KSM-548: 「-」で始まる UID を生成ししないようにしました
* KSM-553: 新しいフィールドタイプを追加し、PAMフィールドタイプを更新
* パッケージの依存関係を最新バージョンにアップグレードし、gradle-8.10.1に切り替えました

### KSM JavaScript SDK v16.6.3 <a href="#ksm-javascript-sdk-v16.6.3" id="ksm-javascript-sdk-v16.6.3"></a>

* KSM-489: updateSecretのトランザクションサポートを追加
* KSM-521: 依存関係のアップグレード
* KSM-549: 「-」で始まる UID を生成しないようにしました
* KSM-556: 新しいPAMフィールドタイプを追加

### KSM GO SDK v16.6.4 <a href="#ksm-go-sdk-v16.6.4" id="ksm-go-sdk-v16.6.4"></a>

* KSM-551: 「-」で始まる UID を生成しないようにしました
* KSM-555: 新しいフィールドタイプを追加し、PAMフィールドタイプを更新

### ServiceNowプラグイン <a href="#servicenow-plugin" id="servicenow-plugin"></a>

* WashingtonDC & Xanadu Service Nowリリースのサポートを追加
* gradle-8.10に切り替えました

### Azure パイプライン拡張機能 v1.0.8 <a href="#azure-pipeline-extension-v1.0.8" id="azure-pipeline-extension-v1.0.8"></a>

* KSM-544: タイトルによる検索を追加
* パッケージの依存関係を更新

### HashiCorp Vault統合 v1.0.4 <a href="#hashicorp-vault-integration-v1.0.4" id="hashicorp-vault-integration-v1.0.4"></a>

* CVE-2024-41110に対処するため依存関係の更新


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.keeper.io/release-notes/jp/enterprise/keeper-secrets-manager/2024/september-2024.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
