mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-11-30 00:00:45 -05:00
bump version to 0.24.7
This commit is contained in:
parent
16ecdd2b57
commit
ba6fc820b7
10
doc/release_notes/0_24_7.md
Normal file
10
doc/release_notes/0_24_7.md
Normal file
@ -0,0 +1,10 @@
|
||||
# 0.24.6
|
||||
|
||||
## dependencies
|
||||
|
||||
`http-2-next` last supported version for the 0.x series is the last version before v1. This shoul ensure that older versions of `httpx` won't be affected by any of the recent breaking changes.
|
||||
|
||||
## Bugfixes
|
||||
|
||||
* `grpc`: setup of rpc calls from camel-cased symbols has been fixed. As an improvement, the GRPC-enabled session will now support both snake-cased, as well as camel-cased calls.
|
||||
* `datadog` adapter has now been patched to support the most recent breaking changes of `ddtrace` configuration DSL (`env_to_bool` is no longer supported).
|
||||
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module HTTPX
|
||||
VERSION = "1.0.1"
|
||||
VERSION = "0.24.7"
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user