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
+10-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,16 @@
1
1
# Optimizely Ruby SDK Changelog
2
2
3
-
## [Unreleased]
3
+
## 3.5.0
4
+
July 9th, 2020
5
+
6
+
### New Features:
7
+
- Add support for JSON feature variables ([#251](https://github.com/optimizely/ruby-sdk/pull/251))
8
+
- Add support for authenticated datafiles ([#255](https://github.com/optimizely/ruby-sdk/pull/255))
4
9
- Added support for authenticated datafiles. `HTTPProjectConfigManager` now accepts `datafile_access_token` to be able to fetch authenticated datafiles.
10
+
- Add support for proxy server for http config manager. ([#262](https://github.com/optimizely/ruby-sdk/pull/262))
11
+
### Bug Fixes:
12
+
- Handle error with error handler in async scheduler ([#248](https://github.com/optimizely/ruby-sdk/pull/248)).
13
+
- Change single audience result to debug ([#254](https://github.com/optimizely/ruby-sdk/pull/254)).
0 commit comments