chore: Preparing for 3.8.0 release#315
Merged
Mat001 merged 3 commits intomasteroptimizely/python-sdk:masterfrom Feb 12, 2021
mpirnovar/decideapi_releaseoptimizely/python-sdk:mpirnovar/decideapi_releaseCopy head branch name to clipboard
Merged
chore: Preparing for 3.8.0 release#315Mat001 merged 3 commits intomasteroptimizely/python-sdk:masterfrom mpirnovar/decideapi_releaseoptimizely/python-sdk:mpirnovar/decideapi_releaseCopy head branch name to clipboard
Mat001 merged 3 commits intomasteroptimizely/python-sdk:masterfrom
mpirnovar/decideapi_releaseoptimizely/python-sdk:mpirnovar/decideapi_releaseCopy head branch name to clipboard
Conversation
jaeopt
requested changes
Feb 12, 2021
CHANGELOG.md
Outdated
Comment on lines
10
to
14
| - setAttribute | ||
| - decide | ||
| - decideAll | ||
| - decideForKeys | ||
| - trackEvent |
Contributor
There was a problem hiding this comment.
Change all these api names to python ones (snake-case)
CHANGELOG.md
Outdated
| # Optimizely Python SDK Changelog | ||
|
|
||
| ## 3.8.0 | ||
| February 11th, 2021 |
Contributor
There was a problem hiding this comment.
Change it to 12th if cannot release it today
jaeopt
reviewed
Feb 12, 2021
CHANGELOG.md
Outdated
|
|
||
| ### New Features | ||
| * New Features | ||
| Introducing a new primary interface for retrieving feature flag status, configuration and associated experiment decisions for users ([#309](https://github.com/optimizely/python-sdk/pull/309)). The new OptimizelyUserContext class is instantiated with createUserContext and exposes the following APIs to get OptimizelyDecision: |
Contributor
There was a problem hiding this comment.
Suggested change
| Introducing a new primary interface for retrieving feature flag status, configuration and associated experiment decisions for users ([#309](https://github.com/optimizely/python-sdk/pull/309)). The new OptimizelyUserContext class is instantiated with createUserContext and exposes the following APIs to get OptimizelyDecision: | |
| Introducing a new primary interface for retrieving feature flag status, configuration and associated experiment decisions for users ([#309](https://github.com/optimizely/python-sdk/pull/309)). The new `OptimizelyUserContext` class is instantiated with `create_user_context` and exposes the following APIs to get `OptimizelyDecision`: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary