Skip to content

Commit 0250b9b

Browse files
Eopayemibugersharadregotiandyo-tyk
authored
[DX-1942] Tyk Sync Release Notes 2.1.1 (#6291)
* 2.1.1 * Update sync.md * Update tyk-docs/content/developer-support/release-notes/sync.md * Update tyk-docs/content/developer-support/release-notes/sync.md * Update tyk-docs/content/developer-support/release-notes/sync.md Co-authored-by: andyo-tyk <99968932+andyo-tyk@users.noreply.github.com> * Update tyk-docs/content/developer-support/release-notes/sync.md Co-authored-by: andyo-tyk <99968932+andyo-tyk@users.noreply.github.com> * Update tyk-docs/content/developer-support/release-notes/sync.md --------- Co-authored-by: Leonid Bugaev <leonsbox@gmail.com> Co-authored-by: Master <sharadregoti15@gmail.com> Co-authored-by: andyo-tyk <99968932+andyo-tyk@users.noreply.github.com>
1 parent 2d8363a commit 0250b9b

File tree

1 file changed

+39
-0
lines changed
  • tyk-docs/content/developer-support/release-notes

1 file changed

+39
-0
lines changed

tyk-docs/content/developer-support/release-notes/sync.md

+39
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,45 @@ Our minor releases are supported until our next minor comes out.
1919

2020
## 2.1 Release Notes
2121

22+
### 2.1.1 Release Notes
23+
24+
#### Release Date 13 May 2025
25+
26+
#### Release Highlights
27+
28+
This patch release contains a bug fix. Please refer to the [changelog]({{< ref "#Changelog-v2.1.1">}}) below for detailed explanation.
29+
30+
#### Breaking Changes
31+
32+
This release has no breaking changes.
33+
34+
#### Deprecations
35+
There are no deprecations in this release.
36+
37+
#### Upgrade instructions
38+
For users currently on v2.1.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 2.1.0 and proceed directly to this latest patch release.
39+
<br/>
40+
Go to the [Upgrading Tyk](#upgrading-tyk) section for detailed upgrade Instructions.
41+
42+
#### Downloads
43+
- [Docker image v2.1.1](https://hub.docker.com/r/tykio/tyk-sync/tags?page=&page_size=&ordering=-name&name=v2.1.1)
44+
- ```bash
45+
docker pull tykio/tyk-sync:v2.1.1
46+
```
47+
48+
#### Changelog {#Changelog-v2.1.1}
49+
50+
##### Fixed
51+
<ul>
52+
<li>
53+
<details>
54+
<summary>Fixed incorrect API-level rate limits from dump command</summary>
55+
56+
Fixed an issue where the Tyk Sync dump command incorrectly set API-level rate limits in a policy that did not have such limits. This problem arose from Sync trying to add a default value when no rate limit is set in the policy, which led to unintended rate limiting. The issue has been resolved by ensuring that Sync respects the original policy when no API-level rate limit is set.
57+
</details>
58+
</li>
59+
</ul>
60+
2261
### 2.1.0 Release Notes
2362

2463
#### Release Date 28 March 2025

0 commit comments

Comments
 (0)