Skip to content
10 changes: 5 additions & 5 deletions developer-support/release-notes/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,13 @@ export const releaseData = {
"home": "tyk-pump",
"name": "Tyk Pump",
"licensed": false,
"latest": "1.13.0",
"latest": "1.13.1",
"releaseNotesPath": "developer-support/release-notes/pump",
"latestData": {
"name": "1.13.0",
"date": "29/10/2025",
"docker": "https://hub.docker.com/r/tykio/tyk-pump-docker-pub/tags?page=1&name=v1.13.0",
"tag": "https://github.com/TykTechnologies/tyk-pump/releases/tag/v1.13.0"
"name": "1.13.1",
"date": "27/11/2025",
"docker": "https://hub.docker.com/r/tykio/tyk-pump-docker-pub/tags?page=1&name=v1.13.1",
"tag": "https://github.com/TykTechnologies/tyk-pump/releases/tag/v1.13.1"
}
},
{
Expand Down
68 changes: 68 additions & 0 deletions developer-support/release-notes/pump.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,74 @@ Our minor releases are supported until our next minor comes out.

## 1.13 Release Notes

### 1.13.1 Release Notes

#### Release Date 27 November 2025

#### Release Highlights

In this patch release, we fixed high-priority CVEs. For a comprehensive list of changes, please refer to the detailed [changelog](#Changelog-v1.13.1).

#### Breaking Changes

#### Dependencies

##### 3rd Party Dependencies & Tools


| Third Party Dependency | Tested Versions | Compatible Versions |
| :--------------------------------------------------------- | :----------------- | :------------------------ |
| [MongoDB](https://www.mongodb.com/try/download/community) | 5.x, 6.x, and 7.0 | 4.4.x, 5.x, 6.x, and 7.0 |
| [PostgreSQL](https://www.postgresql.org/download/) | 13.x - 17.x | 13.x - 17.x |
| [Redis](https://redis.io/download/) | 6.x - 7.0 | 6.x - 7.x |
| [Valkey](https://valkey.io/download/) | 8.0.x, 8.1.x | 7.2.x, 8.0.x, 8.1.x |

Given the time difference between your upgrade and the release of this version, we recommend customers verify the ongoing support of third-party dependencies they install, as their status may have changed since the release.

#### Deprecations

There are no deprecations in this release.
For further information, please check the [changelog](#Changelog-v1.13.1) below.

#### Upgrade instructions

For users currently on v1.13.0, we strongly recommend promptly upgrading to the latest release. If you are working with an older version (lower major), it is advisable to bypass version 1.13.0 and proceed directly to this latest patch release.
<br/>
Go to the [Upgrading Tyk](#upgrading-tyk) section for detailed upgrade Instructions.

#### Downloads
- [Docker Image v1.13.1](https://hub.docker.com/r/tykio/tyk-pump-docker-pub/tags?page=&page_size=&ordering=&name=v1.13.1)
- ```bash
docker pull tykio/tyk-pump-docker-pub:v1.13.1
```
- Source code tarball for OSS - [GH Tyk Pump Repo](https://github.com/TykTechnologies/tyk-pump/releases/tag/v1.13.1)

#### Changelog
<a id="Changelog-v1.13.1"></a>

##### Security Fixes

<AccordionGroup>

<Accordion title='CVE fixed'>
Fixed the following high-priority CVEs, providing increased protection against security
vulnerabilities:

- <a href="https://www.cve.org/CVERecord?id=CVE-2025-47912" target="_blank">CVE-2025-47912</a>
- <a href="https://www.cve.org/CVERecord?id=CVE-2025-58183" target="_blank">CVE-2025-58183</a>
- <a href="https://www.cve.org/CVERecord?id=CVE-2025-58185" target="_blank">CVE-2025-58185</a>
- <a href="https://www.cve.org/CVERecord?id=CVE-2025-58186" target="_blank">CVE-2025-58186</a>
- <a href="https://www.cve.org/CVERecord?id=CVE-2025-58187" target="_blank">CVE-2025-58187</a>
- <a href="https://www.cve.org/CVERecord?id=CVE-2025-58188" target="_blank">CVE-2025-58188</a>
- <a href="https://www.cve.org/CVERecord?id=CVE-2025-58189" target="_blank">CVE-2025-58189</a>
- <a href="https://www.cve.org/CVERecord?id=CVE-2025-61723" target="_blank">CVE-2025-61723</a>
- <a href="https://www.cve.org/CVERecord?id=CVE-2025-61724" target="_blank">CVE-2025-61724</a>
- <a href="https://www.cve.org/CVERecord?id=CVE-2025-61725" target="_blank">CVE-2025-61725</a>

</Accordion>

</AccordionGroup>

### 1.13.0 Release Notes

#### Release Date 29 October 2025
Expand Down