We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d35b0fc commit 8a40eedCopy full SHA for 8a40eed
CHANGES.txt
@@ -1,3 +1,7 @@
1
+5.5.0 (Jan 23, 2026)
2
+- Added functionality to provide metadata alongside SDK update and READY events. Read more in our docs.
3
+- Fixed issue in which TLS 1.2 was being forced for new connections.
4
+
5
5.4.2 (Oct 30, 2025)
6
- Added support for Fallback Treatments in LOCALHOST mode.
7
build.gradle
@@ -16,7 +16,7 @@ apply plugin: 'com.vanniktech.maven.publish'
16
apply from: "$rootDir/gradle/jacoco-root.gradle"
17
18
ext {
19
- splitVersion = '5.5.0-rc1'
+ splitVersion = '5.5.0'
20
jacocoVersion = '0.8.8'
21
}
22
0 commit comments