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

⚡ Add true asyncio support #87

Merged
merged 1 commit into from
Feb 29, 2024
Merged

⚡ Add true asyncio support #87

merged 1 commit into from
Feb 29, 2024

Conversation

Ousret
Copy link
Member

@Ousret Ousret commented Feb 28, 2024

3.5.0 (2024-02-28)

Changed

  • Replaced the thread pool executor for the true asyncio implementation. The asynchronous part is rewritten.
  • urllib3.future lower bound constraint has been raised to version 2.6.900 for the newly added asynchronous interfaces.

Added

  • Support for awaitable hooks in AsyncSession.
  • Extendable AsyncBaseAdapter.
  • Support for orjson if installed in environment to dramatically increase performance in JSON deserialization.
  • Extra speedups to increase overall performances by including optional dependencies such as zstandard, brotli and orjson.

Fixed

  • A rare error when leveraging multiplexing when a proxy is used.
  • Bypass proxies when looking to validate certificate revocation status in Python < 3.10 with OCSP.

@Ousret Ousret force-pushed the feat-true-async branch 4 times, most recently from a617d40 to ed998b3 Compare February 28, 2024 21:05
@Ousret Ousret closed this Feb 28, 2024
@Ousret Ousret reopened this Feb 28, 2024
@Ousret
Copy link
Member Author

Ousret commented Feb 29, 2024

Seems like PyPy doesn't implement the Windows Socket API in full.
PyPy + Windows + Asyncio = No HTTP/3 support available until further info.

@Ousret Ousret closed this Feb 29, 2024
@Ousret Ousret reopened this Feb 29, 2024
@Ousret Ousret merged commit ba1a936 into main Feb 29, 2024
26 of 30 checks passed
@Ousret Ousret deleted the feat-true-async branch February 29, 2024 04:58
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