> 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-gateway/older/keeper-gateway-v1.3.1.md).

# Keeperゲートウェイ v1.3.1

2023年9月17日リリース

## 新機能

* 高度なゲートウェイ構成向けのカスタムフィールド: `NOOP`、`shell`、`Kerberos`。
  * 詳しくは[こちら](/keeperpam/jp/privileged-access-manager/getting-started/gateways/advanced-configuration/gateway-configuration-with-custom-fields.md)をご覧ください。
* ローテーション後のレコード管理を改善するカスタムフィールド: `Records Control`。

## 向上点とバグ修正

* **コマンド長の検証を追加**
  * コマンド長の制限: ローテーション後のコマンドがシェル固有のバイト制限 (例: WindowsのCMDでは8192バイト) を超えないようにするチェックを追加。
* **ローテーション後スクリプトのBase64エンコードされたJSONオブジェクトで`user`パラメータが設定されない不具合を修正**
  * オブジェクト内に既に存在するため、`_generate_params`関数から冗長な`user`パラメータを削除。
* **Oracle向けの不正文字を修正**
  * Oracleの入力要件を満たすため、不正文字のリストに`@`を追加。SQLの安全性のためシングルクォートなどの文字も追加。
* **英語以外のWindowsでのゲートウェイ権限設定の不具合を修正**
  * 英語以外の言語を使用するWindowsシステムでも正しく動作するように権限設定のロジックを修正。
* **Windowsシェル検出の不具合を修正**
  * シェルの種類が確定するまでコマンドプロンプトの設定を遅らせるようにし、シェルがPowerShellでない場合の問題を修正。
* **シェル応答の処理を改善**
  * ストリーム処理: Linux/macOSの低速なシステム向けに、既知のプロンプトを待機することでレスポンスストリームの処理を改善。
  * 文字ストリームのクリーンアップ: 余分な文字や制御コードを除去するクリーンアップ処理を文字ストリームに追加。
* **デバッグフラグ設定時にローテーション後スクリプトの出力をゲートウェイログへ追加**
  * デバッグブロック: スクリプトの詳細、成功状態、STDOUT/STDERRを記録する新しいデバッグブロックを追加。
  * 秘密情報の削除: ログから機密情報や秘匿情報が確実に削除されるようにする対応。


---

# 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-gateway/older/keeper-gateway-v1.3.1.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.
