We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c10a239 commit f1d756fCopy full SHA for f1d756f
CHANGELOG.md
@@ -1,10 +1,15 @@
1
# Optimizely Android X SDK Changelog
2
3
## 5.0.0
4
-November 21st, 2024
+November 25th, 2024
5
6
-### Functionality Enhancements
7
-- VUID configuration is now independent of ODP ([#497](https://github.com/optimizely/android-sdk/pull/497))
+### Breaking Changes
+* VUID configuration is now independent of ODP ([#497](https://github.com/optimizely/android-sdk/pull/497))
8
+* When VUID is disabled:
9
+ * `vuid` is not generated or saved.
10
+ * `client-initialized` event will not auto fired on SDK init.
11
+ * `vuid` is not included in the odp events as a default attribute.
12
+ * `createUserContext()` will be rejected if `userId` is not provided.
13
14
## 4.1.0
15
November 13th, 2024
0 commit comments