> 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.2.2.md).

# Keeperゲートウェイ v1.2.2

2023年7月12日リリース

## 改善点とバグ修正

* #### データベース/ディレクトリのローテーション時にローカル接続の情報収集を行わないようにし、パスワードローテーションの所要時間を短縮
  * IPアドレスの収集処理をゲートウェイから接続側に移すことで、既存のセットアップの一部として効率を改善
  * IPアドレスを必要とするゲートウェイレコードの遅延読み込みを実装。接続設定がキャッシュされていない場合は、ローカル接続を確立し、接続設定キャッシュを生成
  * パスワードプロパティをオーバーライドし、パスワードが未読み込みの場合に遅延読み込みできるように変更。接続がゲートウェイパスワードを要求した際、ゲートウェイレコードが未読み込みであれば、レコードを読み込んだ上でパスワードを返す
  * ローカル接続で、ゲートウェイにキャッシュされた接続設定があるかどうかを確認するように変更。ある場合はその値を接続に設定し、ない場合は標準のセットアップを実行し、完了時に接続設定をゲートウェイにコピー
  * ローカル接続のパスワードが空の場合、ゲートウェイからパスワードを取得するように変更


---

# 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.2.2.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.
