|
2 | 2 | title: Tyk Cloud Release Notes
|
3 | 3 | date: 2025-02-10
|
4 | 4 | description: "Release notes documenting updates, enhancements, and changes for Tyk Cloud"
|
5 |
| -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"] |
| 5 | +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"] |
6 | 6 |
|
7 | 7 | ---
|
| 8 | +## 1.28.1 Release Notes |
| 9 | + |
| 10 | +### Release Date 03 June 2025 |
| 11 | + |
| 12 | +### Release Highlights |
| 13 | + |
| 14 | +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. |
| 15 | + |
| 16 | +For a full list of changes, see the detailed [changelog]({{< ref "#Changelog-v1.28.1" >}}) below. |
| 17 | + |
| 18 | +### Breaking Changes |
| 19 | + |
| 20 | +There are no breaking changes in this release. |
| 21 | + |
| 22 | +### Downloads |
| 23 | +- [latest version of Mserv](https://github.com/TykTechnologies/mserv/releases/latest) |
| 24 | + |
| 25 | +### Deprecations |
| 26 | + |
| 27 | +There are no deprecations in this release. |
| 28 | + |
| 29 | +### Changelog {#Changelog-v1.28.1} |
| 30 | + |
| 31 | +#### Added |
| 32 | + |
| 33 | +<ul> |
| 34 | +<li> |
| 35 | +<details> |
| 36 | +<summary>Improved scalability for Redis in Control Plane Deployments</summary> |
| 37 | + |
| 38 | +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. |
| 39 | + |
| 40 | +</details> |
| 41 | +</li> |
| 42 | +</ul> |
| 43 | + |
| 44 | +#### Fixed |
| 45 | + |
| 46 | +<ul> |
| 47 | +<li> |
| 48 | +<details> |
| 49 | +<summary>Hardened Signup Flow Validation</summary> |
| 50 | + |
| 51 | +Improved the signup logic to prevent unintended automation and ensure tighter control over account creation, enhancing platform security and reliability. |
| 52 | + |
| 53 | +</details> |
| 54 | +</li> |
| 55 | +</ul> |
| 56 | + |
| 57 | +<ul> |
| 58 | +<li> |
| 59 | +<details> |
| 60 | +<summary>Consistent Login Response Behavior</summary> |
| 61 | + |
| 62 | +Standardized response status codes in the login process to prevent discrepancies that could lead to information exposure through http status code. |
| 63 | + |
| 64 | +</details> |
| 65 | +</li> |
| 66 | +</ul> |
| 67 | + |
| 68 | +<ul> |
| 69 | +<li> |
| 70 | +<details> |
| 71 | +<summary>Sanitized Sensitive Data in API Responses</summary> |
| 72 | + |
| 73 | +Resolved an issue where certain sensitive fields could be inadvertently included in API responses. The platform now enforces stricter data handling and output sanitization. |
| 74 | + |
| 75 | +</details> |
| 76 | +</li> |
| 77 | +</ul> |
8 | 78 |
|
9 | 79 | ## 1.28.0 Release Notes
|
10 | 80 |
|
11 | 81 | ### Release Date 26 May 2025
|
12 | 82 |
|
13 |
| - |
14 | 83 | ### Release Highlights
|
15 | 84 |
|
16 | 85 | 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!
|
|
0 commit comments