> 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/july-2024.md).

# 2024年7月

## KSM HashiCorp ボルトプラグイン 1.0.3

* KSM-503: 記録削除の操作を追加
* KSM-504: ValidatorによるExistenceCheckを追加
* KSM-505: パスパラメータとしてのUIDを追加

## KSM PowerShell 16.6.6

* KSM .NET SDKバージョンを16.6.6にアップグレード

## KSM .NET SDK 16.6.6

* KSM-360: GHAによる厳密な名前付きアセンブリの構築とリリース
* KSM-490: プラグインでの使用のため一部のinternalクラスをpublicに変更
* KSM-515: Bouncy Castle 2.4.0へアップデート
* KSM-536: System.Text.Json 8.0.4へアップデート
* KSM-517: netstandard2.0 targetへのサポートを追加
* KSM-542: タイトルにドットを使用できるようにPowerShellモジュールを修正

## KSM Python SDK 16.6.5

* KSM-529: 記録とファイルの暗号化の破損に対応

## KSM CLI 1.1.5

* KSM SDKを16.6.5にアップグレード


---

# 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/july-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.
