10000 chore: prepare for 3.6.0 by jaeopt · Pull Request #271 · optimizely/ruby-sdk · GitHub
[go: up one dir, main page]

Skip to content

chore: prepare for 3.6.0 #271

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 30, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
8000
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Optimizely Ruby SDK Changelog

## 3.6.0
September 30th, 2020

### New Features:
- Add support for Semantic Versioning in Audience Evaluation ([#267](https://github.com/optimizely/ruby-sdk/pull/267)).
- Add datafile accessor to config ([#268](https://github.com/optimizely/ruby-sdk/pull/268)).

### Bug Fixes:
- 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)).

## 3.5.0
July 9th, 2020

Expand All @@ -8,6 +18,7 @@ July 9th, 2020
- Add support for authenticated datafiles ([#255](https://github.com/optimizely/ruby-sdk/pull/255))
- Added support for authenticated datafiles. `HTTPProjectConfigManager` now accepts `datafile_access_token` to be able to fetch authenticated datafiles.
- Add support for proxy server for http config manager. ([#262](https://github.com/optimizely/ruby-sdk/pull/262))

### Bug Fixes:
- Handle error with error handler in async scheduler ([#248](https://github.com/optimizely/ruby-sdk/pull/248)).
- Change single audience result to debug ([#254](https://github.com/optimizely/ruby-sdk/pull/254)).
Expand Down
2 changes: 1 addition & 1 deletion lib/optimizely/version.rb 6D87
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
#
module Optimizely
CLIENT_ENGINE = 'ruby-sdk'
VERSION = '3.5.0'
VERSION = '3.6.0'
end
0