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.12.909 #204

Merged
merged 12 commits into from
Jan 21, 2025
Merged

Release 2.12.909 #204

merged 12 commits into from
Jan 21, 2025

Conversation

Ousret
Copy link
Member

@Ousret Ousret commented Jan 20, 2025

2.12.909 (2024-01-20)

  • Fixed compatibility with upstream urllib3 when third party program invoke deprecated HTTPResponse.getheader or
    HTTPResponse.getheaders. Those methods were planned to be removed in 2.1 (they still have a pending deprecation
    that mention 2.1 target in the 2.3 version). As such we immediately restore the methods. (Incompatibility with python-swiftclient #203)
  • Implemented our copy of HTTPResponse.read1 heavily simplified as we do already support HTTPResponse.read(-1).
    Also mirrored in AsyncHTTPResponse.read1.
  • Automatically grab qh3 for X86 based processors (e.g. win32).
  • Fixed the aggressive exception in our native websocket implementation when a server responded positively to an upgrade
    request without the required http header. Instead of RuntimeError, now raises ProtocolError.

@Ousret Ousret force-pushed the fix-compat-getheaders branch from e1c2bc1 to 0844baf Compare January 20, 2025 12:19
@Ousret Ousret force-pushed the fix-compat-getheaders branch from 78fa125 to b09bb8d Compare January 20, 2025 16:06
@Ousret Ousret force-pushed the fix-compat-getheaders branch from b09bb8d to f9df70c Compare January 21, 2025 07:39
@Ousret Ousret force-pushed the fix-compat-getheaders branch from bd2d192 to 992213d Compare January 21, 2025 09:35
@Ousret Ousret changed the title Release 2.12.908 Release 2.12.909 Jan 21, 2025
@Ousret Ousret merged commit cf62791 into main Jan 21, 2025
14 of 55 checks passed
@Ousret Ousret deleted the fix-compat-getheaders branch January 21, 2025 09:40
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