> For the complete documentation index, see [llms.txt](https://docs.replex.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.replex.io/changelog/server.md).

# Server

## 1.6.10 - 2021-08-23

* Bug fixes and improvements

Docker Image: `docker.replex.io/replex/server:1.6.10`

## 1.6.9 - 2021-08-23

* Add new workload recommendations.
* Performance improvements for teams and budgets.
* Numerous bug fixes and improvements

Docker Image: `docker.replex.io/replex/server:1.6.9`

## 1.6.8 - 2021-06-23

* Adds idle costs to team namespaces.
* Adds GPU custom pricing support.
* Fixed an issue with sending e-mails.
* Adds support for assigning external cloud costs to Kubernetes labels.
* Numerous bug fixes and improvements.

Docker Image: `docker.replex.io/replex/server:1.6.8`

## 1.6.7 - 2021-06-01

* Deprecates `labels` and `namespaces` query parameters in cluster stats endpoints.
* Introduces new `filters` query parameter instead of `labels` and `namespaces`.
* Add support for GPU pricing.
* Enhancements for custom costs management.
* Add support for external cloud costs.
* Numerous bug fixes and improvements.

Docker Image: `docker.replex.io/replex/server:1.6.7`

## 1.6.6 - 2021-04-20

* Bug fixes and improvements.

Docker Image: `docker.replex.io/replex/server:1.6.6`

## 1.6.5 - 2021-03-29

* Bug fixes and improvements.

Docker Image: `docker.replex.io/replex/server:1.6.5`

## 1.6.4 - 2021-02-22

* A lot of Bug fixes and improvements.
* Updates email design to replex CI.
* Improves filtering by label and namespaces. Filters can now be combined by AND/OR.
* Adds team cost time series endpoint.
* Adds private teams feature.
* Adds SSO (Single Sign On) support using SAML. For configuration the following [environment variable](https://docs.replex.io/concepts/server#environment-variables) are added: `SAML_DECRYPTION_PRIVATE_KEY`, `SAML_DECRYPTION_PUBLIC_CERT`, `SAML_SIGNING_PRIVATE_KEY`, `SAML_SIGNING_PUBLIC_CERT`.
* Fix issues when accessing API with API token.

Docker Image: `docker.replex.io/replex/server:1.6.4`

## 1.6.3 - 2020-12-18

* SAML integration
* Pod label updates

Docker Image: `docker.replex.io/replex/server:1.6.3`

## 1.6.2 - 2020-11-25

* Support multiple label filters with logically `OR`.

Docker Image: `docker.replex.io/replex/server:1.6.2`

## 1.6.1 - 2020-11-19

* Adds new [environment variable](https://docs.replex.io/concepts/server#environment-variables): `LOG_LEVEL` for configuring log verbosity.
* Imporovements to billing API integration and custom costs.

Docker Image: `docker.replex.io/replex/server:1.6.1`

## 1.6.0 - 2020-10-08

* Adds custom user roles.
* Adds API Key authorization.
* Adds API Key- and user-role-scopes.
* Fix idle cost calculations.
* Fix pod stats cost calculations.
* Adds Teams feature.
* Adds node metrics endpoint.
* Adds Budget feature.

Docker Image: `docker.replex.io/replex/server:1.6.0`

## 1.5.2 - 2020-07-14

* Adds a new environment variables: `PRICING_API_KEY` and `PRICING_API_HOST` pricing API.

Docker Image: `docker.replex.io/replex/server:1.5.2`

## 1.5.1 - 2020-07-09

* Adds Agent version endpoint.
* Adds Invite feature.

Docker Image: `docker.replex.io/replex/server:1.5.1`

## 1.5.0 - 2020-06-26

* Adds a new environment variables: `HOST_URL` to set host url for on-premise installations.
* Adds password recovery endpoint.
* Adds a new environment variables: `SECRET` used for internal encrypting.
* Adds idle cost support.

Docker Image: `docker.replex.io/replex/server:1.5.0`

## 1.4.0 - 2020-04-29

* Adds currency support.

Docker Image: `docker.replex.io/replex/server:1.4.0`

## 1.3.2 - 2020-04-05

* Adds custom pricing support.

Docker Image: `docker.replex.io/replex/server:1.3.2`

## 1.3.1 - 2020-03-19

* Fix Memory cost.
* Fix namespace filter in workload stats.
* Adds and improves multiple filter options.
* Adds universal superadmin login.

Docker Image: `docker.replex.io/replex/server:1.3.1`

## 1.3.0 - 2020-03-19

* Improves label filtering.
* Docker Image: `docker.replex.io/replex/server:1.3.0`

## 1.2.3 - 2020-03-04


---

# 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.replex.io/changelog/server.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.
