Skip to content

Commit a3b274e

Browse files
committed
updated changes and version
1 parent 14705da commit a3b274e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGES.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
5.10.1 (Apr 23, 2025)
2+
- Fixed vulnerabilities:
3+
- Updated golang image to 1.23.8
4+
- Updated debian image to 12.10
5+
- Updated golang.org/x/net to 0.39.0
6+
- Updated golang.org/x/crypto to 0.37.0
7+
- Updated golang.org/x/sync to 0.13.0
8+
- Updated golang.org/x/sys to 0.32.0
9+
- Updated golang.org/x/text to 0.24.0
10+
- Updated go-redis to 9.7.3
11+
112
5.10.0 (Jan 23, 2025)
213
- Added support for the new impressions tracking toggle available on feature flags, both respecting the setting. Read more in our docs.
314
- Added support for arm64 in docker images.

splitio/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
package splitio
33

44
// Version is the version of this Agent
5-
const Version = "5.10.0"
5+
const Version = "5.10.1"

0 commit comments

Comments
 (0)