-
-
Notifications
You must be signed in to change notification settings - Fork 845
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
Version 0.26.0 #3009
Version 0.26.0 #3009
Conversation
Here is the release draft: https://github.com/encode/httpx/releases/tag/untagged-0a9c39e62890eb69277d |
Don't forget #2990 |
Thanks @T-256 - apologies for missing the I'd suggest either this...
Or this...
|
Ok. Let's go with that. |
Should I schedule it for today? |
That would be fine, yep. |
Here is the new one: https://github.com/encode/httpx/releases/edit/untagged-893baae112e60ca1d83c |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We might want to make it clear the proxies=...
does still continue to work, but will raise a warning?
Looking great, thanks.
I'd recommend something like this. 0.26.0Added
Deprecated
|
Neat. |
Hrm... we don't seem to have triggered a https://github.com/encode/httpx/actions/workflows/publish.yml |
Ah okay, done. |
Chanelog
Added
proxy
argument was added. You should use theproxy
argument instead of the deprecatedproxies
, or usemounts=
for more complex configurations. (Add the 'proxy' parameter and deprecate 'proxies'. #2879)Deprecated
proxies
argument is now deprecated. It will still continue to work, but it will be removed in the future. (Add the 'proxy' parameter and deprecate 'proxies'. #2879)Fixed
NO_PROXY
envvar cases when a fully qualified URL is supplied as the value. (Fix environment proxies #2741)raw_path
does not include URL query component. (Ensure that ASGI 'raw_path' does not include query component of URL. #2999)Response.iter_text()
cannot yield empty strings. (Fixediter_text
adding an empty string #2998)