Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 73 additions & 0 deletions developer-support/release-notes/dashboard.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3375,6 +3375,79 @@ Fixed the following high priority CVEs identified in the Tyk Dashboard, providin

## 5.3 Release Notes

### 5.3.13 Release Notes

#### Release Date xx January 2026

#### Release Highlights

This is a security patch release to address vulnerabilities in dependent libraries that were present in 5.3.12. For a comprehensive list of changes, please refer to the detailed [changelog](#Changelog-v5.3.13) below.

#### Breaking Changes

There are no breaking changes in this release.

#### Dependencies

##### Compatibility Matrix For Tyk Components

| Dashboard Version | Recommended Releases | Backwards Compatibility |
| :---- | :---- | :---- |
| 5.3.13 | MDCB v2.8.7 | MDCB v2.8.0 |
| | Operator v1.2.0 | Operator v0.17 |
| | Sync v2.1.5 | Sync v2.1.0 |
| | Helm Chart v5.0 | Helm all versions |
| | EDP v1.13 | EDP all versions |
| | Pump v1.13.2| 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 |
| :---------------------------------------------------------- | :---------------------- | :---------------------- | :-------- |
| [GoLang](https://go.dev/dl/) | 1.23 | 1.23 | [Go plugins](/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 Dashboard |
| [MongoDB](https://www.mongodb.com/try/download/community) | 5.0.x, 6.0.x, 7.0.x | 5.0.x, 6.0.x, 7.0.x | Used by Tyk Dashboard |
| [PostgreSQL](https://www.postgresql.org/download/) | 13.x - 17.x | 13.x - 17.x | Used by Tyk Dashboard |
| [OpenAPI Specification](https://spec.openapis.org/oas/v3.0.3) | v3.0.x | v3.0.x | Supported by [Tyk OAS](/api-management/gateway-config-tyk-oas#tyk-vendor-extension-reference)|

#### Deprecations

There are no deprecations in this release.

#### Upgrade instructions

If you are upgrading to 5.3.13, please follow the detailed [upgrade instructions](#upgrading-tyk).

#### Downloads

- [Docker Image to pull](https://hub.docker.com/r/tykio/tyk-dashboard/tags?page=&page_size=&ordering=&name=v5.3.13)
- ```bash
docker pull tykio/tyk-dashboard:v5.3.13
```

- Helm charts
- [tyk-charts v5.0.0](/developer-support/release-notes/helm-chart#500-release-notes)

#### Changelog
<a id="Changelog-v5.3.13"></a>

##### Security Fixes

<AccordionGroup>

<Accordion title='CVE fixed'>
Fixed the following CVEs identified in the Classic Portal, providing increased protection against security
vulnerabilities including, but not limited to:

- <a href="https://nvd.nist.gov/vuln/detail/CVE-2021-41248" target="_blank">CVE-2021-41248</a>
- <a href="https://nvd.nist.gov/vuln/detail/CVE-2021-44906" target="_blank">CVE-2021-44906</a>

</Accordion>

</AccordionGroup>


### 5.3.12 Release Notes

#### Release Date 12th September 2025
Expand Down
60 changes: 60 additions & 0 deletions developer-support/release-notes/gateway.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3660,6 +3660,66 @@ links to API documentation and FAQs. You can copy it from the previous release.

## 5.3 Release Notes

## 5.3 Release Notes

### 5.3.13 Release Notes

#### Release Date xx January 2026

#### Release Highlights

This is a version bump to align with Dashboard v5.3.13, no changes have been implemented in this release.

#### Breaking Changes

There are no breaking changes in this release.

#### Dependencies

##### Compatibility Matrix For Tyk Components

| Gateway Version | Recommended Releases | Backwards Compatibility |
| :---- | :---- | :---- |
| 5.3.13 | MDCB v2.8.7 | MDCB v2.8.0 |
| | Operator v1.2.0 | Operator v0.17 |
| | Sync v2.1.5 | Sync v2.1.0 |
| | Helm Chart v5.0 | Helm all versions |
| | Pump v1.13.2| 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 |
| :---------------------------------------------------------- | :---------------------- | :---------------------- | :-------- |
| [GoLang](https://go.dev/dl/) | 1.23 | 1.23 | [Go plugins](/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 Dashboard |
| [OpenAPI Specification](https://spec.openapis.org/oas/v3.0.3) | v3.0.x | v3.0.x | Supported by [Tyk OAS](/api-management/gateway-config-tyk-oas#tyk-vendor-extension-reference)|

#### Deprecations

There are no deprecations in this release.

#### Upgrade instructions

If you are upgrading to 5.3.13, 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.13)
- ```bash
docker pull tykio/tyk-gateway:v5.3.13
```

- Helm charts
- [tyk-charts v5.0.0](/developer-support/release-notes/helm-chart#500-release-notes)

- [Source code tarball for OSS projects](https://github.com/TykTechnologies/tyk/releases)

#### Changelog
<a id="Changelog-v5.3.13"></a>

No changes in this release.

### 5.3.12 Release Notes

#### Release Date 12th September 2025
Expand Down