You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,21 @@
1
1
# Optimizely Java X SDK Changelog
2
2
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
+
3
10
## [3.4.0]
4
11
January 27th, 2020
5
12
6
13
### 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.
9
16
- 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).
0 commit comments