mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-07-17 00:00:38 -04:00
Compare commits
2 Commits
e4338979a6
...
255fc98d44
Author | SHA1 | Date | |
---|---|---|---|
|
255fc98d44 | ||
|
4f0b41a791 |
@ -39,7 +39,3 @@ Naming/AccessorMethodName:
|
|||||||
|
|
||||||
Performance/MethodObjectAsBlock:
|
Performance/MethodObjectAsBlock:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
# TODO: remove after https://github.com/rubocop/rubocop/issues/11980 is fixed
|
|
||||||
Style/RedundantCurrentDirectoryInPath:
|
|
||||||
Enabled: false
|
|
12
doc/release_notes/0_24_1.md
Normal file
12
doc/release_notes/0_24_1.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# 0.24.1
|
||||||
|
|
||||||
|
## Improvements
|
||||||
|
|
||||||
|
* datadog adapter: support `:service_name` configuration option.
|
||||||
|
* datadog adapter: set `:distributed_tracing` to `true` 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 overriding `HTTPX::Connection#send` (such as the datadog adapter).
|
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module HTTPX
|
module HTTPX
|
||||||
VERSION = "0.24.0"
|
VERSION = "0.24.1"
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user