Skip to content

Commit

Permalink
prepare for release 3.4.0 (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeopt authored Jan 31, 2020
1 parent 5468e2e commit 3450d17
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Optimizely Android X SDK Changelog

## 3.4.0
January 31st, 2020

This release includes a new API to access project configuration data.

### New Features
- Added a new API to get project configuration static data.
- Call `getOptimizelyConfig()` to get a snapshot of project configuration static data.
- It returns an `OptimizelyConfig` instance which includes a datafile revision number, all experiments, and feature flags mapped by their key values.
- Added caching for `getOptimizelyConfig` - `OptimizelyConfig` object will be cached and reused for the lifetime of the datafile.
- 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).

## 3.3.0
October 31st, 2019

Expand Down

0 comments on commit 3450d17

Please sign in to comment.