# Keeper Gateway 1.7.0

### Known Issues

* We are currently investigating an issue where the Keeper Gateway is unable to automatically re-establish a cloud connection after the backend Keeper Router cloud service is updated. If your Gateway no longer responds to requests, please restart the service.
* We will be releasing a Keeper Gateway 1.7.1 within a couple of days.

### Improvements

* Performance improvements on Windows and Linux deployments
* Incorporated the latest [Keeper Connection Manager 2.21.0](/release-notes/enterprise/keeper-connection-manager/kcm-version-2.21.0.md) changes
* **DR-924**: Added support for the latest KeeperAI Service analysis.
* **DR-1102**: Added AI-related fields to connection\_close event in the Gateway.
* **DR-1107**: Ensured sessions terminate fully when exception rules are triggered.
* **DR-1019**: For general rotations of user account passwords, the current password is checked prior to rotating. If current password is incorrect and the user performing the rotation does not have access to the PAM resource (or PAM Configuration), the password rotation will return an error.
* **PG-46**: Added support to create AD domain user ephemeral accounts on PAM Machine connections when JIT is enabled.
* **PG-67**: Expanded Username support when using WinRM:
  * **User Principal Name (UPN) format:** <admin@financecorpglobal.com>
  * **Domain NetBIOS format:** FINANCECORP\admin
  * **Shortened UPN format (no TLD):** admin\@financecorpglobal
  * **Domain FQDN with backslash format:** financecorpglobal.com\admin
* **DR-1108**: Improved Directory users search limit with Keeper Discovery.
* **DR-1111**: We now ignore any entries without a name (CN) when getting the LDAP schema.
* **DR-1113**: Support for "passwordless sudo" when performing administrative operations such as creating an ephemeral account.

### Bug Fixes

* **DR-1110**: Resolved issue where ephemeral domain accounts were not always deleting after session terminates.
* **DR-872**: Resolved issue where MySQL password rotation was failing in older SQL versions.
* **PG-37**: Resolved issue where Connections won't work without an Admin port specified.
* **PG-43**: Resolve issue where unicode characters within web page titles immediately breaks RBI
* **DR-1100**: Resolved KeeperAI issue where stale buffer issue caused false session termination triggers.
* **PG-54**: Resolved error where Keeper Gateway Windows Installer failed on Elevation of Privileges.
* **PG-70**: Resolved issue where "postgresql" library was not installed which broke postgreSQL connections and rotations.
* **PG-73**: Resolved issue where Pyguacd.exe continues to run after new installation of Windows PAM Gateway
* **PG-78**: Resolved issue where Installation command in QA is pulling the production Docker image instead of the QA image
* Other minor improvements and bug fixes

### Update Instructions

Please visit the Keeper Gateway documentation for your specific platform.

{% embed url="<https://docs.keeper.io/en/keeperpam/privileged-access-manager/getting-started/gateways>" %}


---

# Agent Instructions: 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:

```
GET https://docs.keeper.io/release-notes/enterprise/keeper-gateway/keeper-gateway-1.7.0.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
