Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
8 changes: 4 additions & 4 deletions developer-support/release-notes/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,13 @@ export const releaseData = {
"home": "tyk-identity-broker",
"name": "Tyk Identity Broker",
"licensed": false,
"latest": "1.7.0",
"latest": "1.7.1",
"releaseNotesPath": "developer-support/release-notes/tib",
"latestData": {
"name": "1.7.0",
"name": "1.7.1",
"date": "28/03/2024",
"docker": "https://hub.docker.com/r/tykio/tyk-identity-broker/tags?page=1&name=1.7.0",
"tag": "https://github.com/TykTechnologies/tyk-identity-broker/releases/tag/v1.7.0"
"docker": "https://hub.docker.com/r/tykio/tyk-identity-broker/tags?page=1&name=1.7.1",
"tag": "https://github.com/TykTechnologies/tyk-identity-broker/releases/tag/v1.7.1"
}
},
{
Expand Down
87 changes: 86 additions & 1 deletion developer-support/release-notes/tib.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Tyk Identity Broker Release Notes"
description: "Release notes documenting updates, enhancements, and changes for Tyk Identity Broker versions within the 1.6.x series."
keywords: "Tyk Identity Broker, Release notes, changelog, v1.6, 1.6.1"
keywords: "Tyk Identity Broker, Release notes, changelog, v1.6, 1.6.1, 1.7.1"
sidebarTitle: "Tyk Identity Broker"
---

Expand All @@ -16,6 +16,91 @@ Our minor releases are supported until our next minor comes out.

## 1.7 Release Notes

### 1.7.1 Release Notes

#### Release Date xx April 2026

#### Release Highlights

Tyk Identity Broker has been updated to Go 1.25 for enhanced security and performance.

For a comprehensive list of changes, please refer to the detailed [changelog](#Changelog-v1.7.1) below.

#### Breaking Changes
This release has no breaking changes.

#### Dependencies

##### 3rd Party Dependencies & Tools

| Third Party Dependency | Tested Versions | Compatible Versions | Comments |
| :---------------------------------------------------------- | :---------------------- | :---------------------- | :-------- |
| [GoLang](https://go.dev/dl/) | 1.25 | 1.25 | All our binaries |
| [MongoDB](https://www.mongodb.com/try/download/community) | 5.x, 6.x, 7.0 | 4.4.x, 5.x, 6.x and 7.0.x | Used by Tyk Identity Broker |
| [Redis](https://redis.io/download/) | 6.x - 7.0 | 6.x - 7.0 | Used by Tyk Identity Broker |

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.

#### Upgrade instructions
For users currently on v1.7.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.7.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 to pull](https://hub.docker.com/r/tykio/tyk-identity-broker/tags?name=1.7.1)
```
docker pull tykio/tyk-identity-broker:v1.7.1
```
- source code tarball for oss projects - [TIB v1.7.1](https://github.com/TykTechnologies/tyk-identity-broker/releases/tag/v1.7.1)

#### Changelog
<a id="Changelog-v1.7.1" data-scroll-offset></a>

##### Changed
<AccordionGroup>

<Accordion title='Updated Go version to 1.25'>
The Tyk Dashboard has been updated to Golang 1.25, improving security by staying up-to-date with Go versions.
</Accordion>

</AccordionGroup>

##### Security Fixes

<AccordionGroup>

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

- <a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33186" target="_blank">CVE-2026-33186</a
- <a href="https://nvd.nist.gov/vuln/detail/CVE-2025-47913" target="_blank">CVE-2025-47913</a
- <a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33487" target="_blank">CVE-2026-33487</a>
- <a href="https://nvd.nist.gov/vuln/detail/CVE-2026-32285" target="_blank">CVE-2026-32285</a>
- <a href="https://nvd.nist.gov/vuln/detail/CVE-2025-22868" target="_blank">CVE-2025-22868</a>
- <a href="https://nvd.nist.gov/vuln/detail/CVE-2025-30204" target="_blank">CVE-2025-30204</a>
- <a href="https://nvd.nist.gov/vuln/detail/CVE-2024-45338" target="_blank">CVE-2024-45338</a>
- <a href="https://nvd.nist.gov/vuln/detail/CVE-2025-10543" target="_blank">CVE-2025-10543</a>
- <a href="https://nvd.nist.gov/vuln/detail/CVE-2025-22870" target="_blank">CVE-2025-22870</a>
- <a href="https://nvd.nist.gov/vuln/detail/CVE-2025-22872" target="_blank">CVE-2025-22872</a>
- <a href="https://nvd.nist.gov/vuln/detail/CVE-2025-27144" target="_blank">CVE-2025-27144</a>
- <a href="https://nvd.nist.gov/vuln/detail/CVE-2025-47911" target="_blank">CVE-2025-47911</a>
- <a href="https://nvd.nist.gov/vuln/detail/CVE-2025-47914" target="_blank">CVE-2025-47914</a>
- <a href="https://nvd.nist.gov/vuln/detail/CVE-2025-58181" target="_blank">CVE-2025-58181</a>
- <a href="https://nvd.nist.gov/vuln/detail/CVE-2025-58190" target="_blank">CVE-2025-58190</a>
- <a href="https://nvd.nist.gov/vuln/detail/CVE-2026-34986" target="_blank">CVE-2026-34986</a>
- <a href="https://nvd.nist.gov/vuln/detail/CVE-2026-39883" target="_blank">CVE-2026-39883</a>
- <a href="https://nvd.nist.gov/vuln/detail/CVE-2026-39882" target="_blank">CVE-2026-39882</a>
- <a href="https://nvd.nist.gov/vuln/detail/CVE-2024-51744" target="_blank">CVE-2024-51744</a>
- <a href="https://nvd.nist.gov/vuln/detail/CVE-2025-29923" target="_blank">CVE-2025-29923</a>

</Accordion>

</AccordionGroup>

### 1.7.0 Release Notes

#### Release Date 28 March 2025
Expand Down
Loading