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

# Keeperゲートウェイ v1.2.0

2023年6月28日リリース

## 新機能

* **Scriptsフィールド機能 - 新機能**
  * `scripts`フィールドのサポートを追加。

## 向上点とバグ修正

* **MariaDB Connector Cのビルドの改善**
  * macOS: `mariadb-connector-c`のインストールに`Homebrew`を利用。
  * Linux: `mariadb-connector-c`リポジトリ (バージョン3.3) のクローンとビルドにPythonモジュール`cmake`が必要。
  * `keeper-secrets-manager-core`との競合を解消するため、`requests`のバージョンを`>=2.28.2`に更新。
  * DR-Controller内の`msal`のバージョンを更新。
* **追加のUnixシェルサポート**
  * `BASH`、`ZSH`、`ASH`、`Dash`、`CSH`、`TCSH`へシェルサポートを拡大。
  * これらのシェルにおいてコマンド履歴を防止する機能を実装。システムのシェルがサポート対象外の場合も動作は継続するが、コマンド履歴は防止されない。
  * 新規/再入力のパスワード入力を繰り返し求められるパスワード変更に対応する機能を追加。特にOpenLDAPサーバーに参加しLinux PAMを使用するLinuxマシンで有用。
* **PowerShellの管理**
  * ローカルマシンでのパスワードローテーション後にPowerShellインスタンスが開いたままになる不具合を修正。
  * 常時の出力ポーリングを減らしプロンプト検出を改善することで、ローカルWindows接続のCPU負荷を軽減。
  * MicrosoftのAzure拡張機能がChocolatey内の.NET更新により再起動を要求し、Windowsインスタンスのプロビジョニングを妨げていた不具合を修正。
* **再接続の管理**
  * その他の接続失敗について、再接続の試行を約6時間に制限。
* **Sudoプロンプトの修正**
  * パスワードが必要な場合にLinuxでsudoが失敗しないよう、Linuxのsudoプロンプトを許可される応答のリストに追加。
  * STDERR内のsudoプロンプトが誤検知エラーを引き起こしていた不具合を修正。
* **macOSでのコマンドハング**
  * macOSのローカル接続でZSHを使用していたことが原因のゲートウェイのコマンドフリーズ不具合を修正。シェルをBASHに戻すことで解消。
* **アクションのプロセスプール化**
  * 新しいasync-replとの互換性を確保。
  * アクションのスレッドプールをプロセスプールに置き換え。
* **パスワードのクリーン処理における制約**
  * PostgreSQL用のパスワードから不正な文字が削除されない不具合を特定し対応。ユーザーのローテーション時、対象オブジェクトがパスワードに制約のないPAMユーザーレコードであったことが原因。


---

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