diff --git a/tyk-docs/content/developer-support/release-notes/pump.md b/tyk-docs/content/developer-support/release-notes/pump.md index 03ae3587e7..a98715c171 100644 --- a/tyk-docs/content/developer-support/release-notes/pump.md +++ b/tyk-docs/content/developer-support/release-notes/pump.md @@ -1,8 +1,8 @@ --- title: Tyk Pump Release Notes date: 2024-02-02 -description: "Release notes documenting updates, enhancements and changes for Tyk Pump versions within the 1.11.X series." -tags: ["Tyk Pump", "Release notes", "v1.11", "changelog"] +description: "Release notes documenting updates, enhancements and changes for Tyk Pump versions within the 1.X.X series." +tags: ["Tyk Pump", "Release notes", "v1.11", "v1.12", "v1.13", "changelog"] aliases: - /product-stack/tyk-pump/release-notes/pump-1.10 - /product-stack/tyk-pump/release-notes/pump-1.11 @@ -20,6 +20,104 @@ Our minor releases are supported until our next minor comes out. --- +## 1.13 Release Notes + +### 1.13.0 Release Notes + +#### Release Date xx October 2025 + +#### Breaking Changes + +This release has no breaking changes, but does include the deprecation of two global configuration options ([DecodeRawRequest]({{< ref "tyk-pump/tyk-pump-configuration/tyk-pump-environment-variables#raw_request_decoded" >}}) and [DecodeRawResponse]({{< ref "tyk-pump/tyk-pump-configuration/tyk-pump-environment-variables#raw_response_decoded" >}})) that did not previously work. There is no change to functionality from these deprecations. + +#### 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 + +Deprecated the global configuration options [DecodeRawRequest]({{< ref "tyk-pump/tyk-pump-configuration/tyk-pump-environment-variables#raw_request_decoded" >}}) and [DecodeRawResponse]({{< ref "tyk-pump/tyk-pump-configuration/tyk-pump-environment-variables#raw_response_decoded" >}}). +For further information, please check the [changelog]({{< ref "#Changelog-v1.13.0" >}}) below. + +#### Upgrade instructions + +For users currently on v1.12.2, 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.12.2 and proceed directly to this latest patch release. +
+Go to the [Upgrading Tyk](#upgrading-tyk) section for detailed upgrade Instructions. + +#### Downloads +- [Docker Image v1.13.0](https://hub.docker.com/r/tykio/tyk-pump-docker-pub/tags?page=&page_size=&ordering=&name=v1.13.0) + - ```bash + docker pull tykio/tyk-pump-docker-pub:v1.13.0 + ``` +- Source code tarball for OSS - [GH Tyk Pump Repo](https://github.com/TykTechnologies/tyk-pump/releases/tag/v1.13.0) + +#### Changelog {#Changelog-v1.13.0} + +##### Changed + + + +##### Added + + ## 1.12 Release Notes ### 1.12.2 Release Notes diff --git a/tyk-docs/data/releases/pump.json b/tyk-docs/data/releases/pump.json index 46847456e7..fa8227f24a 100644 --- a/tyk-docs/data/releases/pump.json +++ b/tyk-docs/data/releases/pump.json @@ -1,8 +1,13 @@ { "home": "tyk-pump", "licensed": false, - "latest": "1.12.2", + "latest": "1.13.0", "releaseNotesPath": "developer-support/release-notes/pump", + "1.13.0": { + "date": "18/08/2025", + "tag": "https://github.com/TykTechnologies/tyk-pump/releases/tag/v1.13.0", + "docker": "https://hub.docker.com/r/tykio/tyk-pump-docker-pub/tags?page=1&name=v1.13.0" + }, "1.12.2": { "date": "18/08/2025", "tag": "https://github.com/TykTechnologies/tyk-pump/releases/tag/v1.12.2",