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 2.0.934 #24

Merged
merged 1 commit into from
Sep 23, 2023
Merged

🔖 Release 2.0.934 #24

merged 1 commit into from
Sep 23, 2023

Conversation

Ousret
Copy link
Member

@Ousret Ousret commented Sep 23, 2023

2.0.934 (2023-09-23)

  • Added public ConnectionInfo class that will be present in each HttpConnection instance.

    Passing the kwarg on_post_connection that accept a callable with a single positional argument
    in PoolManager.urlopen method will result in a call each time a connection is picked out
    of the pool. The function will be passed a ConnectionInfo object.
    The same argument (on_post_connection) can be passed down to the HTTPConnectionPool.urlopen method. (#23 <https://github.com/jawah/urllib3.future/issues/23>__)

  • #22 <https://github.com/jawah/urllib3.future/issues/22>__

@Ousret Ousret merged commit e97e8d5 into main Sep 23, 2023
32 of 34 checks passed
@Ousret Ousret deleted the release-2.0.934 branch September 23, 2023 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant