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
+19
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,24 @@
1
1
# Optimizely Java X SDK Changelog
2
2
3
+
## [3.6.0]
4
+
September 30th, 2020
5
+
6
+
### New Features
7
+
- Add support for version audience condition which follows the semantic version (http://semver.org)[#386](https://github.com/optimizely/java-sdk/pull/386).
8
+
9
+
- Add support for datafile accessor [#392](https://github.com/optimizely/java-sdk/pull/392).
10
+
11
+
- Audience logging refactor (move from info to debug) [#380](https://github.com/optimizely/java-sdk/pull/380).
12
+
13
+
- Added SetDatafileAccessToken method in OptimizelyFactory [#384](https://github.com/optimizely/java-sdk/pull/384).
14
+
15
+
- Add MatchRegistry for custom match implementations. [#390] (https://github.com/optimizely/java-sdk/pull/390).
16
+
17
+
### Fixes:
18
+
- logging issue in quick-start application [#402] (https://github.com/optimizely/java-sdk/pull/402).
19
+
20
+
- Update libraries to latest to avoid vulnerability issues [#397](https://github.com/optimizely/java-sdk/pull/397).
0 commit comments