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

# Backend API Version 16.5.x

### **Release 16.5.4 on May 13, 2022**

**KA-4769**: An email in 2 regions may get wrong region link from email invites.

### **Release 16.5.5 on May 14, 2022**

**KA-4770**: Error creating SSO Connect instance

### Release 16.5.6 on May 21, 2022

**KA-4773**: Improved SAML certificate checking

### Release 16.5.7 on May 22, 2022

**KA-4776**: Emptying trash breaks version 3 record file attachments

**KA-4109**: Issues with password recovery for SSO users that have only have an SSO Master Password

### Release 16.5.8 on May 24, 2022

**KA-4778**: Login issues with account\_summary API are generating long delays

**KA-4779**: SCD Provisioning errors

### Release 16.5.9 on June 8, 2022

**KA-4570**: Added `keeper_fill_auto_suggest` policy which controls the Browser Extension "suggestion" feature.

**KA-4750**: One time share link denied if record is deleted

**KA-2620**: After a vault transfer, the records were not immediately syncing to the recipient until logout/login.

**KA-4788**: Fixed email invites during Cloud SSO migration.

**KA-4799**: Forcing Stay Logged In to ON caused new vault users to error out.

### Release 16.5.10 on June 16, 2022

**KA-4749**: If User A transfers record ownership to User B, then User B deletes the record - it does not appear in the trash.

### **Release 16.5.12 on July 17, 2022**

**KA-4863**: Scenario where SSO login window closes before the browser extension can process data.

**KA-4864**: Handling for SSO login browsers where Javascript is not supported, such as with Devolutions integration.

**KA-4283**: Record Type attachment records or links are not properly restored via revisions or recovery from trash can.

### Release 16.5.17 on Aug 12, 2022

**KA-4894**: Automator communication improved when the device has network failure issues.

### Release 16.5.18 on Aug 26, 2022

**KA-4933**: Support for Domain Aliases. For customers who are changing their email domain for all their employees, they can open a support ticket and we can add a Domain Alias. This prevents any issues when changing emails from the identity provider.


---

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