8000 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
Changes from 1 commit
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
Prev Previous commit
fix CHANGELOG
  • Loading branch information
jaeopt committed Sep 30, 2020
commit 52ef744f5fa8f46650148dabc272eafd367ae528
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ September 30th, 2020
- 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 @@ -15,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
0