You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,20 @@
1
1
# Optimizely Java X SDK Changelog
2
2
3
+
## 1.9.0
4
+
5
+
January 30, 2018
6
+
7
+
This release adds support for bucketing id (By passing in `$opt_bucketing_id` in the attribute map to override the user id as the bucketing variable. This is useful when wanting a set of users to share the same experience such as two players i n a game). This release also depricates the old notification broadcaster in favor of a notification center that supports a wide range of notifications. The notification center is also consistently implemented in all Optimizely SDKs.
8
+
9
+
### New Features
10
+
11
+
- Added `$opt_bucketing_id` in the attribute map for overriding bucketing using the user id.
12
+
- Optimizely notificaiton center for activate and track notifiations.
0 commit comments