> 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/backend/backend-api/older/backend-api-version-16.5.x.md).

# バックエンドAPI 16.5.x

2022年5月・6月リリース

### 16.5.4 (2022年5月13日リリース)

**KA-4769:** 2つのリージョンに存在するメールアドレス宛の招待メールで、リージョンリンクが誤ったものになる不具合を修正しました。

### 16.5.5 (2022年5月14日リリース)

**KA-4770:** SSOコネクトインスタンスの作成時にエラーが発生する不具合を修正しました。

### 16.5.6 (2022年5月21日リリース)

**KA-4773:** SAML証明書のチェック処理を改善しました。

### 16.5.7 (2022年5月22日リリース)

**KA-4776:** ごみ箱を空にすると、バージョン3レコードのファイル添付が破損する不具合を修正しました。

**KA-4109:** SSOマスターパスワードのみを設定しているSSOユーザーで、パスワード復旧に問題が発生する不具合を修正しました。

### 16.5.8 (2022年5月24日リリース)

**KA-4778:** `account_summary` APIのログイン処理で長い遅延が発生する不具合を修正しました。

**KA-4779:** SCDプロビジョニングでエラーが発生する不具合を修正しました。

### 16.5.9 (2022年6月8日リリース)

**KA-4570:** ブラウザ拡張機能の「サジェスト」機能を制御する `keeper_fill_auto_suggest` ポリシーを追加しました。

**KA-4750:** レコードが削除されている場合にワンタイム共有リンクが拒否される不具合を修正しました。

**KA-2620:** ボルト移行後、ログアウトしてログインし直すまで受信者にレコードが即時同期されない不具合を修正しました。

**KA-4788:** クラウドSSOへの移行時における招待メールの不具合を修正しました。

**KA-4799:** 「ログイン状態を保持」を強制的にONにすると、新規ボルトユーザーでエラーが発生する不具合を修正しました。

### 16.5.10 (2022年6月16日リリース)

**KA-4749:** ユーザーAがレコードの所有権をユーザーBに移転した後、ユーザーBがそのレコードを削除してもごみ箱に表示されない不具合を修正しました。

### 16.5.12 (2022年7月17日リリース)

**KA-4863:** ブラウザ拡張機能がデータを処理する前にSSOログインウィンドウが閉じてしまう不具合を修正しました。

**KA-4864:** Devolutions連携など、JavaScriptに対応していないブラウザでのSSOログイン処理に対応しました。

**KA-4283:** レコードタイプの添付レコードやリンクが、リビジョンやごみ箱からの復元時に正しく復元されない不具合を修正しました。

### 16.5.17 (2022年8月12日リリース)

**KA-4894:** デバイスでネットワーク障害が発生した場合の、オートメーターとの通信を改善しました。

### 16.5.18 (2022年8月26日リリース)

**KA-4933:** ドメインエイリアスに対応しました。全社員のメールドメインを変更するお客様は、サポートチケットを発行することでドメインエイリアスを追加できます。これにより、IDプロバイダー側でメールアドレスを変更する際の不具合を防止できます。


---

# 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/backend/backend-api/older/backend-api-version-16.5.x.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.
