We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e63da9 commit b6d3a0bCopy full SHA for b6d3a0b
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Optimizely Java X SDK Changelog
2
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
13
## 3.3.4
14
December 16th, 2019
15
0 commit comments