Overview

Request 1084883 accepted

- update to 0.24.0:
* The logging behaviour has been changed to be more in-line
with other standard Python logging usages. We no longer have
a custom `TRACE` log level, and we no longer use the
`HTTPX_LOG_LEVEL` environment variable to auto-configure
logging. We now have a significant amount of `DEBUG` logging
available at the network level. Full documentation is
available at https://www.python-httpx.org/logging/ (#2547,
encode/httpcore#648)
* The `Response.iter_lines()` method now matches the stdlib
behaviour and does not include the newline characters. It
also resolves a performance issue. (#2423)
* Query parameter encoding switches from using + for spaces and
%2F for forward slash, to instead using %20 for spaces and
treating forward slash as a safe, unescaped character. This
differs from `requests`, but is in line with browser behavior
in Chrome, Safari, and Firefox. Both options are RFC valid.
(#2543)
* NetRC authentication is no longer automatically handled, but
is instead supported by an explicit `httpx.NetRCAuth()`
authentication class. See the documentation at
https://www.python-httpx.org/advanced/#netrc-support (#2525)
* The `rfc3986` dependancy has been removed. (#2252)

Loading...
Request History
Dirk Mueller's avatar

dirkmueller created request

- update to 0.24.0:
* The logging behaviour has been changed to be more in-line
with other standard Python logging usages. We no longer have
a custom `TRACE` log level, and we no longer use the
`HTTPX_LOG_LEVEL` environment variable to auto-configure
logging. We now have a significant amount of `DEBUG` logging
available at the network level. Full documentation is
available at https://www.python-httpx.org/logging/ (#2547,
encode/httpcore#648)
* The `Response.iter_lines()` method now matches the stdlib
behaviour and does not include the newline characters. It
also resolves a performance issue. (#2423)
* Query parameter encoding switches from using + for spaces and
%2F for forward slash, to instead using %20 for spaces and
treating forward slash as a safe, unescaped character. This
differs from `requests`, but is in line with browser behavior
in Chrome, Safari, and Firefox. Both options are RFC valid.
(#2543)
* NetRC authentication is no longer automatically handled, but
is instead supported by an explicit `httpx.NetRCAuth()`
authentication class. See the documentation at
https://www.python-httpx.org/advanced/#netrc-support (#2525)
* The `rfc3986` dependancy has been removed. (#2252)


Factory Auto's avatar

factory-auto added opensuse-review-team as a reviewer

Please review sources


Factory Auto's avatar

factory-auto accepted review

Check script succeeded


Saul Goodman's avatar

licensedigger accepted review

ok


Dominique Leuenberger's avatar

dimstar_suse set openSUSE:Factory:Staging:H as a staging project

Being evaluated by staging project "openSUSE:Factory:Staging:H"


Dominique Leuenberger's avatar

dimstar_suse accepted review

Picked "openSUSE:Factory:Staging:H"


Jan Engelhardt's avatar

jengelh accepted review


Dominique Leuenberger's avatar

dimstar_suse accepted review

Staging Project openSUSE:Factory:Staging:H got accepted.


Dominique Leuenberger's avatar

dimstar_suse approved review

Staging Project openSUSE:Factory:Staging:H got accepted.


Dominique Leuenberger's avatar

dimstar_suse accepted request

Staging Project openSUSE:Factory:Staging:H got accepted.

openSUSE Build Service is sponsored by