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): urllib3 upgrade + fix for `MAX_RETRY_COUNT`
* feat(DEVC-2097): update `fail_under` for make coverage to lower value
* 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
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
9
+
## [1.16.1] - 2026-01-15
10
+
### CI
11
+
- fix `actions/setup-python` usage
12
+
13
+
14
+
## [1.16.0] - 2026-01-15
15
+
### Dependency
16
+
- Upgraded internal dependency `redis` to version `redis >=7.1.0, <8.0.0`
17
+
- Bumped a supported SDK runtime version to minimum `3.10` since new redis lib drops support for `3.9`
18
+
19
+
20
+
## [1.15.2] - 2026-01-14
21
+
### Security
22
+
- 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
0 commit comments