From 3f01d93f05ec3b1278a0c06c6f90f73e0094c582 Mon Sep 17 00:00:00 2001 From: aliabbasrizvi Date: Fri, 3 May 2019 16:22:47 -0700 Subject: [PATCH 1/2] Preparing for 3.1.0 release --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97040e760..9883f50c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Optimizely Java X SDK Changelog +## 3.1.0 +May 6th, 2019 + +### New Features: +- Introduced Decision notification listener to be able to record: + - Variation assignments for users activated in an experiment. + - Feature access for users. + - Feature variable value for users. + +### Bug Fixes: +- Feature variable APIs return default variable value when featureEnabled property is false. ([#274](https://github.com/optimizely/java-sdk/pull/274)) + +### Deprecated +- Activate notification listener is deprecated as of this release. Recommendation is to use the new Decision notification listener. Activate notification listener will be removed in the next major release. + ## 3.0.1 April 23, 2019 From 2af0f3327e2a52a54df64d46f058b07937b09a9f Mon Sep 17 00:00:00 2001 From: aliabbasrizvi Date: Mon, 6 May 2019 13:07:54 -0700 Subject: [PATCH 2/2] Adding more clarification in release notes --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9883f50c8..c44fae863 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,12 +8,14 @@ May 6th, 2019 - Variation assignments for users activated in an experiment. - Feature access for users. - Feature variable value for users. +- Added APIs to be able to conveniently add Decision notification handler (`addDecisionNotificationHandler`) and Track notification handler (`addTrackNotificationHandler`). ### Bug Fixes: - Feature variable APIs return default variable value when featureEnabled property is false. ([#274](https://github.com/optimizely/java-sdk/pull/274)) ### Deprecated - Activate notification listener is deprecated as of this release. Recommendation is to use the new Decision notification listener. Activate notification listener will be removed in the next major release. +- `addActivateNotificationListener`, `addTrackNotificationListener` and `addNotificationListener` APIs on `NotificationCenter`. ## 3.0.1