bump version to 0.24.7

This commit is contained in:
HoneyryderChuck 2023-10-13 16:53:33 +01:00
parent 16ecdd2b57
commit ba6fc820b7
2 changed files with 11 additions and 1 deletions

View 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).

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module HTTPX
VERSION = "1.0.1"
VERSION = "0.24.7"
end