Skip to content

Commit 3450d17

Browse files
authored
prepare for release 3.4.0 (#315)
1 parent 5468e2e commit 3450d17

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Optimizely Android X SDK Changelog
22

3+
## 3.4.0
4+
January 31st, 2020
5+
6+
This release includes a new API to access project configuration data.
7+
8+
### New Features
9+
- Added a new API to get project configuration static data.
10+
- Call `getOptimizelyConfig()` to get a snapshot of project configuration static data.
11+
- It returns an `OptimizelyConfig` instance which includes a datafile revision number, all experiments, and feature flags mapped by their key values.
12+
- Added caching for `getOptimizelyConfig` - `OptimizelyConfig` object will be cached and reused for the lifetime of the datafile.
13+
- For details, refer to our documentation page: [https://docs.developers.optimizely.com/full-stack/docs/optimizelyconfig-android](https://docs.developers.optimizely.com/full-stack/docs/optimizelyconfig-android).
14+
315
## 3.3.0
416
October 31st, 2019
517

0 commit comments

Comments
 (0)