We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 546f2b7 commit 913fffeCopy full SHA for 913fffe
2 files changed
CHANGES.txt
@@ -1,3 +1,9 @@
1
+5.12.0 (Dec 30, 2025)
2
+- Split Proxy:
3
+ - Added support for new impression properties to be appended to the impressions sent to the Split backend. Read more in our docs.
4
+- Split-Sync:
5
6
+
7
5.11.1 (Dec 16, 2025)
8
- Fixed vulnerabilities:
9
- Updated golang image to 1.24.11
splitio/version.go
@@ -2,4 +2,4 @@
package splitio
// Version is the version of this Agent
-const Version = "5.12.0-rc"
+const Version = "5.12.0"
0 commit comments