# Keeper Gateway 1.5.1

## Improvements & Bug Fixes

* Resolved issue where RBI Connections would sometimes fail to load
* Added support for additional username format for windows services
* Resolved issue where LDAP connections through tunnels terminate abruptly when SSL port (636) is used
* Resolved issue where configured password complexity rules are being ignored
* Resolved issue where OS field was not Case-Sensitive
* Resolved issue where incorrect CPU architecture was being used during Windows installation
* Resolved issues with Session recordings on the Windows Gateway
* Localization improvements
* Improved Error Handling
* Other minor improvements and bug fixes

### Updating the Gateway

#### Docker

Executing the following command will update the Keeper Gateway container to the latest version and restart the service:

```
docker compose pull
docker compose down
docker compose up -d
```

#### Linux

Executing the following command will upgrade the Keeper Gateway to the latest version:

```
curl -fsSL https://keepersecurity.com/pam/install | sudo bash -s --
```

#### Windows

To upgrade, stop the service, [install the latest version](https://keepersecurity.com/pam/gateway/keeper-gateway_windows_x86_64.exe) and then start the service.

* Back up your `gateway-config.json` configuration file
* Run the latest Keeper Gateway installer
* During installation **DO NOT** select "Enter a Keeper One-Time Access Token".

### Resources

For more information on KeeperPAM, visit the following:

* [Gateway Documentation](/keeperpam/privileged-access-manager/getting-started/gateways.md)
* KeeperPAM [Website](https://www.keepersecurity.com/privileged-access-management/)
* [KeeperPAM Documentation](/keeperpam/readme.md)


---

# 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/older/keeper-gateway-1.5.1.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.
