Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
([#4676](https://github.com/open-telemetry/opentelemetry-python/pull/4676))
- [BREAKING] Rename several classes from Log to LogRecord
([#4647](https://github.com/open-telemetry/opentelemetry-python/pull/4647))
- Fix type checking for built in metric exporters
([#4820](https://github.com/open-telemetry/opentelemetry-python/pull/4820))


**Migration Guide:**

`LogData` has been removed. Users should update their code as follows:
Expand Down Expand Up @@ -74,7 +72,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `log_record.limits` - The LogRecordLimits
- Mark the Events API/SDK as deprecated. The Logs API/SDK should be used instead, an event is now a `LogRecord` with the `event_name` field set
([#4654](https://github.com/open-telemetry/opentelemetry-python/pull/4654)).

- Fix type checking for built-in metric exporters
([#4820](https://github.com/open-telemetry/opentelemetry-python/pull/4820))

## Version 1.38.0/0.59b0 (2025-10-16)

- Add `rstcheck` to pre-commit to stop introducing invalid RST
Expand Down