Skip to content

Update cloud 1.28.1.md #6487

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 3, 2025
Merged
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
73 changes: 71 additions & 2 deletions tyk-docs/content/developer-support/release-notes/cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,84 @@
title: Tyk Cloud Release Notes
date: 2025-02-10
description: "Release notes documenting updates, enhancements, and changes for Tyk Cloud"
tags: ["Tyk Cloud", "Release notes", "v1.23", "1.23.0", "v1.24", "1.24.0", "v1.25", "1.25.0", "v1.26", "1.26.0", "1.27.0", "1.28.0", "changelog"]
tags: ["Tyk Cloud", "Release notes", "v1.23", "1.23.0", "v1.24", "1.24.0", "v1.25", "1.25.0", "v1.26", "1.26.0", "1.27.0", "1.28.0", "1.28.1", "changelog"]

---
## 1.28.1 Release Notes

### Release Date 03 June 2025

### Release Highlights

This release improves Tyk Cloud’s security, scalability, and reliability. We’ve hardened the signup and login flows, improved sensitive data handling in API responses, and enhanced Redis scalability in Control Plane deployments to support larger workloads.

For a full list of changes, see the detailed [changelog]({{< ref "#Changelog-v1.28.1" >}}) below.

### Breaking Changes

There are no breaking changes in this release.

### Downloads
- [latest version of Mserv](https://github.com/TykTechnologies/mserv/releases/latest)

### Deprecations

There are no deprecations in this release.

### Changelog {#Changelog-v1.28.1}

#### Added

<ul>
<li>
<details>
<summary>Improved scalability for Redis in Control Plane Deployments</summary>

The change brings more flexible Redis scaling capabilities in the Control Plane deployments. Control Planes are now able to handle more/larger API keys in storage without causing stability issues. Tyk Cloud will expand this storage using this capability when needed, but a permanent arrangement is subject to commercial terms.

</details>
</li>
</ul>

#### Fixed

<ul>
<li>
<details>
<summary>Hardened Signup Flow Validation</summary>

Improved the signup logic to prevent unintended automation and ensure tighter control over account creation, enhancing platform security and reliability.

</details>
</li>
</ul>

<ul>
<li>
<details>
<summary>Consistent Login Response Behavior</summary>

Standardized response status codes in the login process to prevent discrepancies that could lead to information exposure through http status code.

</details>
</li>
</ul>

<ul>
<li>
<details>
<summary>Sanitized Sensitive Data in API Responses</summary>

Resolved an issue where certain sensitive fields could be inadvertently included in API responses. The platform now enforces stricter data handling and output sanitization.

</details>
</li>
</ul>

## 1.28.0 Release Notes

### Release Date 26 May 2025


### Release Highlights

This release focuses on further enhancing Tyk Cloud’s stability, security, and overall user experience. We've resolved several UI issues, improved input validation, standardized security defaults across versions, and strengthened core platform behavior. Additionally, we’ve introduced new 2025 pricing plans!
Expand Down
Loading