Skip to content

Commit 645efce

Browse files
authored
prepare release 3.4.1 (#358)
1 parent b9a150b commit 645efce

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
# Optimizely Java X SDK Changelog
22

3+
## [3.4.1]
4+
January 30th, 2020
5+
6+
### Bug Fixes:
7+
- Remove usage of stream to support Android API 21 and 22. ([#357](https://github.com/optimizely/java-sdk/pull/357))
8+
9+
310
## [3.4.0]
411
January 27th, 2020
512

613
### 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.
14+
- Added a new API to get project configuration static data.
15+
- Call `getOptimizelyConfig()` to get a snapshot of project configuration static data.
916
- 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
17+
- Added caching for `getOptimizelyConfig` - `OptimizelyConfig` object will be cached and reused for the lifetime of the datafile.
18+
- For details, refer to our documentation page: [https://docs.developers.optimizely.com/full-stack/docs/optimizelyconfig-java](https://docs.developers.optimizely.com/full-stack/docs/optimizelyconfig-java).
1219

1320
## 3.3.4
1421
December 16th, 2019

0 commit comments

Comments
 (0)