Path to this page:
Subject: CVS commit: pkgsrc/www/py-urllib3
From: Thomas Klausner
Date: 2024-12-29 22:03:41
Message id: 20241229210341.5FAD2FC1D@cvs.NetBSD.org
Log Message:
py-urllib3: update to 2.3.0.
2.3.0 (2024-12-22)
==================
Features
--------
- Added ``HTTPResponse.shutdown()`` to stop any ongoing or future reads for a \
specific response. It calls ``shutdown(SHUT_RD)`` on the underlying socket. This \
feature was `sponsored by LaunchDarkly \
<https://opencollective.com/urllib3/contributions/815307>`__.
- Added support for JavaScript Promise Integration on Emscripten. This enables \
more efficient WebAssembly
requests and streaming, and makes it possible to use in Node.js if you launch \
it as ``node --experimental-wasm-stack-switching``.
- Added the ``proxy_is_tunneling`` property to ``HTTPConnection`` and \
``HTTPSConnection``.
- Added pickling support to ``NewConnectionError`` and ``NameResolutionError``.
Bugfixes
--------
- Fixed an issue in debug logs where the HTTP version was rendering as \
"HTTP/11" instead of "HTTP/1.1".
Deprecations and Removals
-------------------------
- Removed support for Python 3.8.
Files: