Skip to content

Commit d557b6d

Browse files
Changed changelog
1 parent be16153 commit d557b6d

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212

1313
## Unreleased
1414

15-
- `opentelemetry-exporter-otlp-proto-http`: refactor shared HTTP exporter logic into common module, extract `_setup_session`, `_export`,
16-
`_export_with_retries`, and `_compression_from_env` from trace/log/metric exporters into `_common`
17-
([#2990](https://github.com/open-telemetry/opentelemetry-python/pull/5160))
15+
- `opentelemetry-exporter-otlp-proto-http`: refactor shared HTTP exporter logic into `_common` module, introduce `OTLPHttpClient` base class and `_SignalConfig` dataclass, eliminating duplicated `__init__`, `_export`, retry loop, and `shutdown` across the trace, log, and metric exporters.
16+
([#2990](https://github.com/open-telemetry/opentelemetry-python/pull/5160))
1817
- Apply fixes for `UP` ruff rule
1918
([#5133](https://github.com/open-telemetry/opentelemetry-python/pull/5133))
2019
- Switch to SPDX license headers and add CI enforcement

0 commit comments

Comments
 (0)