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
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# Optimizely Ruby SDK Changelog
2
2
3
+
## 3.6.0
4
+
September 30th, 2020
5
+
6
+
### New Features:
7
+
- Add support for Semantic Versioning in Audience Evaluation ([#267](https://github.com/optimizely/ruby-sdk/pull/267)).
8
+
- Add datafile accessor to config ([#268](https://github.com/optimizely/ruby-sdk/pull/268)).
9
+
10
+
### Bug Fixes:
11
+
- Modify log messages to be explicit when it's evaluating an experiment and when it's doing so for a rollout ([#259](https://github.com/optimizely/ruby-sdk/pull/259)).
12
+
3
13
## 3.5.0
4
14
July 9th, 2020
5
15
@@ -8,6 +18,7 @@ July 9th, 2020
8
18
- Add support for authenticated datafiles ([#255](https://github.com/optimizely/ruby-sdk/pull/255))
9
19
- Added support for authenticated datafiles. `HTTPProjectConfigManager` now accepts `datafile_access_token` to be able to fetch authenticated datafiles.
10
20
- Add support for proxy server for http config manager. ([#262](https://github.com/optimizely/ruby-sdk/pull/262))
21
+
11
22
### Bug Fixes:
12
23
- Handle error with error handler in async scheduler ([#248](https://github.com/optimizely/ruby-sdk/pull/248)).
13
24
- Change single audience result to debug ([#254](https://github.com/optimizely/ruby-sdk/pull/254)).
0 commit comments