We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b631527 commit 2dc0f1fCopy full SHA for 2dc0f1f
CHANGELOG.md
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased](https://github.com/open-telemetry/opentelemetry-python/compare/v1.5.0-0.24b0...HEAD)
9
10
+### Changed
11
+
12
+- `opentelemetry-instrumentation-urllib3` Added `_ExtendedRequestHookT` as an optional type of `request_hook`.
13
+ this type extends the existing `_RequestHookT` with two more fields - the request body and the request headers
14
15
## [1.5.0-0.24b0](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.5.0-0.24b0) - 2021-08-26
16
17
### Added
0 commit comments