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

Release v4.6.0 #363

Merged
merged 29 commits into from
Sep 5, 2023
Merged

Release v4.6.0 #363

merged 29 commits into from
Sep 5, 2023

Conversation

imjoehaines
Copy link
Contributor

Enhancements

  • Add support for feature flags & experiments
    #350
    #351

  • Remove use of deprecated pkg_resources module
    #362

Previously you had to manage the delegate being None if one didn't
already exist in the current context. This made the API a bit awkward as
every use of it required the same check & creation of a new delegate

Now the delegate is created in ContextLocalState directly so users don't
need to worry about it possibly returning None
This should be 'featureFlag', not 'name'
There's no event loop when we call 'get_event_loop' in this test, which
works fine as it creates a new one anyway but now emits a deprecation
warning

Creating a new event loop fixes the deprecation without changing the
test's behaviour
@imjoehaines imjoehaines merged commit 563063f into master Sep 5, 2023
20 checks passed
@imjoehaines imjoehaines deleted the release/v4.6.0 branch September 5, 2023 09:36
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.

2 participants