We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e8592e commit 737e918Copy full SHA for 737e918
2 files changed
CHANGES.txt
@@ -1,3 +1,12 @@
1
+5.12.2 (Apr 1, 2026)
2
+- Updated golang image to 1.26.1
3
+- Updated golang.org/x/arch to v0.25.0
4
+- Updated golang.org/x/crypto to v0.49.0
5
+- Updated golang.org/x/net to 0.52.0
6
+- Updated golang.org/x/sync to 0.20.0
7
+- Updated golang.org/x/sys to 0.42.0
8
+- Updated golang.org/x/text to 0.35.0
9
+
10
5.12.1 (Feb 19, 2026)
11
- Updated docker images and dependencies for vulnerability fixes.
12
splitio/version.go
@@ -2,4 +2,4 @@
package splitio
// Version is the version of this Agent
-const Version = "5.12.2-rc1"
+const Version = "5.12.2"
0 commit comments