Skip to content

Commit 61f6657

Browse files
update changelog
1 parent 00dc258 commit 61f6657

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
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 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.
13+
14+
### Breaking Changes
15+
16+
- Nothing breaking from 1.8.1
17+
318
## 1.8.1
419
December 12, 2017
520

0 commit comments

Comments
 (0)