Skip to content

Commit b6d3a0b

Browse files
authored
prepare for 3.4.0 release (#355)
1 parent 2e63da9 commit b6d3a0b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

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

3+
## [3.4.0]
4+
January 27th, 2020
5+
6+
### New Features
7+
- Added a new API to get a project configuration static data.
8+
- Call `getOptimizelyConfig()` to get a snapshot copy of project configuration static data.
9+
- It returns an `OptimizelyConfig` instance which includes a datafile revision number, all experiments, and feature flags mapped by their key values.
10+
- Added caching for `getOptimizelyConfig` - `OptimizelyConfig` object will be cached and reused for the lifetime of the datafile
11+
- For details, refer to a documention page: https://docs.developers.optimizely.com/full-stack/docs/optimizelyconfig-java
12+
313
## 3.3.4
414
December 16th, 2019
515

0 commit comments

Comments
 (0)