mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-06 00:02:08 -04:00
555 B
555 B
0.24.1
Improvements
- datadog adapter: support
:service_name
configuration option. - datadog adapter: set
:distributed_tracing
totrue
by default. :proxy
plugin: when the proxy uri uses an unsupported scheme (i.e.: "scp://125.24.2.1"), a more user friendly error is raised (instead of the previous broken stacktrace).
Bugfixes
- datadog adapter: fix tracing enable call, which was wrongly calling
super
.
:proxy
plugin: fix for bug which was turning off plugins overridingHTTPX::Connection#send
(such as the datadog adapter).