mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-11-27 00:03:01 -05:00
555 B
555 B
0.24.1
Improvements
- datadog adapter: support
:service_nameconfiguration option. - datadog adapter: set
:distributed_tracingtotrueby default. :proxyplugin: 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.
:proxyplugin: fix for bug which was turning off plugins overridingHTTPX::Connection#send(such as the datadog adapter).