Skip to content
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

chore: Preparing for 3.8.0 release #315

Merged
merged 3 commits into from Feb 12, 2021
Merged

Conversation

Mat001
Copy link
Contributor

@Mat001 Mat001 commented Feb 11, 2021

Summary

  • decide api - release info: changelog, version bump, py version bump

@coveralls
Copy link

coveralls commented Feb 11, 2021

Coverage Status

Coverage remained the same at 95.883% when pulling 5c52b2b on mpirnovar/decideapi_release into 67b9f83 on master.

@Mat001 Mat001 changed the title feat(release) bump version, update changelog, update py version chore: Preparing for 3.8.0 release Feb 12, 2021
Copy link
Contributor

@jaeopt jaeopt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need changes

CHANGELOG.md Outdated
Comment on lines 10 to 14
- setAttribute
- decide
- decideAll
- decideForKeys
- trackEvent
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change all these api names to python ones (snake-case)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

CHANGELOG.md Outdated
@@ -1,5 +1,20 @@
# Optimizely Python SDK Changelog

## 3.8.0
February 11th, 2021
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change it to 12th if cannot release it today

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:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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`:

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Copy link
Contributor

@jaeopt jaeopt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Mat001 Mat001 merged commit 5fefd2b into master Feb 12, 2021
@Mat001 Mat001 deleted the mpirnovar/decideapi_release branch February 12, 2021 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants