httpxyz one month in | Blog
Briefly

"The first version of httpxyz contained fixes to get zstd working and the test suite running on Python 3.14, along with minor housekeeping changes."
"The end of March release included a compatibility shim for third-party packages and a change that lazily imports the CLI, reducing import time significantly."
"We realized that some problems with httpx were caused by the underlying transport module, httpcore, which had not seen a release in over a year."
"By forking httpcore and creating httpcorexyz, we addressed numerous user-reported issues and implemented a variety of fixes."
After one month since forking httpx to create httpxyz, the new package has introduced numerous bug fixes and enhanced performance. The initial version focused on getting zstd working and ensuring compatibility with Python 3.14. A subsequent release included a compatibility shim for third-party packages and improved import times. Additionally, issues with the underlying transport module, httpcore, led to the creation of httpcorexyz, which addressed many user-reported problems and implemented various fixes.
Read at Tildeweb
Unable to calculate read time
[
|
]