Uh oh!
There was an error while loading. Please reload this page.
Version 0.27.1 - #3275
Conversation
lovelydinosaur
commented
Aug 22, 2024
Thanks. Lets use a minor release bump here. (No removals or deprecations) |
mbeijen
commented
Aug 22, 2024
You mean to bump the last digit, which makes the version 0.27.1 instead of 0.28.0? (in 'semantic versioning', the last digit would be the patch level and the middle digit would be the minor level, ref https://semver.org/ - but I guess you're not using semver) I've just updated the PR so now it's 0.27.1 - if there is anything else, please let me know |
lovelydinosaur
commented
Aug 22, 2024
No and yes, in the lead up to a 1.0. |
lovelydinosaur
commented
Aug 22, 2024
@encode/maintainers Could I get a review on this draft release https://github.com/encode/httpx/releases/tag/untagged-1f3c9bdb863e201ab647 - are we good to publish? |
As suggested in #3139 (comment)
0.28.0 (21st August, 2024)
Added
zstdcontent decoding using the pythonzstandardpackage is added. Installable usinghttpx[zstd]. (Add support for zstd decoding #3139)Fixed
InvalidURLexceptions. (Improve InvalidURL error message. #3250)apptype signature inASGITransport. (Use more permissible types in ASGIApp #3109)