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
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,17 @@
3
3
## [Unreleased]
4
4
- Added support for authenticated datafiles. `HTTPProjectConfigManager` now accepts `datafile_access_token` to be able to fetch authenticated datafiles.
5
5
6
+
## 3.5.0-beta
7
+
June 17th, 2020
8
+
9
+
### New Features:
10
+
- Add support for JSON feature variables ([#251](https://github.com/optimizely/ruby-sdk/pull/251))
11
+
- Add support for authenticated datafiles ([#255](https://github.com/optimizely/ruby-sdk/pull/255))
12
+
13
+
### Bug Fixes:
14
+
- Handle error with error handler in async scheduler ([#248](https://github.com/optimizely/ruby-sdk/pull/248)).
15
+
- Change single audience result to debug ([#254](https://github.com/optimizely/ruby-sdk/pull/254)).
0 commit comments