diff --git a/tyk-docs/content/developer-support/release-notes/gateway.md b/tyk-docs/content/developer-support/release-notes/gateway.md index dce012236a..46a66c1bef 100644 --- a/tyk-docs/content/developer-support/release-notes/gateway.md +++ b/tyk-docs/content/developer-support/release-notes/gateway.md @@ -1728,6 +1728,116 @@ links to API documentation and FAQs. You can copy it from the previous release. ## 5.3 Release Notes +### 5.3.10 Release Notes + +#### Release Date XXX + +#### Release Highlights + +This release focuses mainly on bug fixes. For a comprehensive list of changes, please refer to the detailed [changelog]({{< ref "#Changelog-v5.3.11" >}}) below. + +#### Breaking Changes + +This release has no breaking changes. + +#### Dependencies + +##### Compatibility Matrix For Tyk Components + +| Gateway Version | Recommended Releases | Backwards Compatibility | +|---- |---- |---- | +| 5.3.11 | MDCB v2.8.0 | MDCB v2.8.0 | +| | Operator v1.2.0 | Operator v0.17 | +| | Sync v2.1.0 | Sync v2.1.0 | +| | Helm Chart v3.0 | Helm all versions | +| | EDP v1.13 | EDP all versions | +| | Pump v1.12.0 | Pump all versions | +| | TIB (if using standalone) v1.7.0 | TIB all versions | + +##### 3rd Party Dependencies & Tools + +| Third Party Dependency | Tested Versions | Compatible Versions | Comments | +| ------------------------------------------------------------ | ---------------------- | ---------------------- | -------- | +| [Go](https://go.dev/dl/) | 1.23 | 1.23 | [Go plugins]({{< ref "api-management/plugins/golang" >}}) must be built using Go 1.23 | +| [Redis](https://redis.io/download/) | 6.2.x, 7.x | 6.2.x, 7.x | Used by Tyk Gateway | +| [OpenAPI Specification](https://spec.openapis.org/oas/v3.0.3)| v3.0.x | v3.0.x | Supported by [Tyk OAS]({{< ref "api-management/gateway-config-tyk-oas" >}}) | + +Given the potential time difference between your upgrade and the release of this version, we recommend users 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. + +#### Upgrade instructions {#upgrade-5.3.11} + +If you are upgrading to 5.3.11, please follow the detailed [upgrade instructions](#upgrading-tyk). + +#### Downloads + +- [Docker image to pull](https://hub.docker.com/r/tykio/tyk-gateway/tags?page=&page_size=&ordering=&name=v5.3.11) + - ```bash + docker pull tykio/tyk-gateway:v5.3.11 + ``` +- Helm charts + - [tyk-charts v3.0.0]({{}}) + +- [Source code tarball for OSS projects](https://github.com/TykTechnologies/tyk/releases) + +#### Changelog {#Changelog-v5.3.11} + +##### Added + + + +##### Fixed + + + + ### 5.3.10 Release Notes #### Release Date 19 February 2025