Skip to content

Commit 52476f9

Browse files
update changelog (#165)
* update changelog * address comments and expand on notification listener.
1 parent 4ddf3c1 commit 52476f9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Optimizely Java X SDK Changelog
22

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 in a game).
8+
9+
This release also depricates the old notification broadcaster in favor of a notification center that supports a wide range of notifications. The notification listener is now registered for the specific notification type such as ACTIVATE and TRACK. This is accomplished by allowing for a variable argument call to notify (a new var arg method added to the NotificationListener). Specific abstract classes exist for the associated notification type (ActivateNotification and TrackNotification). These abstract classes enforce the strong typing that exists in Java. You may also add custom notification types and fire them through the notification center. The notification center is implemented using this var arg approach in all Optimizely SDKs.
10+
11+
### New Features
12+
13+
- Added `$opt_bucketing_id` in the attribute map for overriding bucketing using the user id. It is available as a static string in DecisionService.ATTRIBUTE_BUCKETING_ID
14+
- Optimizely notification center for activate and track notifications.
15+
316
## 2.0.0 Beta 3
417
January 5, 2018
518

0 commit comments

Comments
 (0)