You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(DEVC-2097): upgrade urllib3 + fix `MAX_RETRY_COUNT`
* feat(DEVC-2097): upgrade redis dependency
* feat(DEVC-2097): bump min runtime version on CI side
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
9
+
## [2.1.0] - 2026-01-15
10
+
### Dependency
11
+
- Upgraded internal dependency `redis` to version `redis >=7.1.0, <8.0.0`
12
+
- Bumped a supported SDK runtime version to minimum `3.10` since new redis lib drops support for `3.9`
13
+
14
+
15
+
## [2.0.4] - 2026-01-14
16
+
### Security
17
+
- Upgraded internal dependency `urllib3` to version `urllib3 >= 2.6.3, <3.0.0` since `2.5.0` has [these](https://security.snyk.io/package/pip/urllib3/2.5.0) vulnerabilities
18
+
### Fixed
19
+
- Fixed issue with `MAX_RETRY_COUNT`
20
+
21
+
9
22
## [2.0.3] - 2025-12-08
10
23
### Fixed
11
24
- Fix some deprecation warnings raised by Pydantic V2
0 commit comments