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

v2.32.2 #6712

Merged
merged 1 commit into from
May 21, 2024
Merged

v2.32.2 #6712

merged 1 commit into from
May 21, 2024

Conversation

nateprewitt
Copy link
Member

2.32.2 (2024-05-21)

Deprecations

  • To provide a more stable migration for custom HTTPAdapters impacted
    by the CVE changes in 2.32.0, we've renamed _get_connection to
    a new public API, get_connection_with_tls_context. Existing custom
    HTTPAdapters will need to migrate their code to use this new API with
    Requests>2.32.0.

    A minimal (2-line) example has been provided in the linked PR to ease
    migration, but we strongly urge users to evaluate if their custom adapter
    is subject to the same issue described in CVE-2024-35195. (Move _get_connection to get_connection_with_tls_context #6710)

@nateprewitt nateprewitt merged commit 88dce9d into main May 21, 2024
49 checks passed
@nateprewitt nateprewitt deleted the v2.32.2 branch May 21, 2024 18:49
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

2 participants