Skip to content

v3.5.0 #111

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
Nov 20, 2020
Merged

v3.5.0 #111

merged 2 commits into from
Nov 20, 2020

Conversation

ivanklee86
Copy link
Collaborator

v3.5.0

  • (Major) Stop using the default_value argument in the is_enabled() method (as it can cause counter-intuitive behavior) and add deprecation warning. This argument will be removed in the next major version upgrade!
    • We recommend using the fallback_function argument instead. If you need a blanket True in case of an exception, you can pass in a lambda like: lambda x, y: True.
  • (Minor) Add better logging for API errors.
  • (Minor) Update requests version to v2.25.0.

@ivanklee86 ivanklee86 merged commit 75858eb into master Nov 20, 2020
@ivanklee86 ivanklee86 deleted the rc-3.5.0 branch November 20, 2020 18:14
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.

1 participant