Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
Co-authored-by: Damien Mathieu <42@dmathieu.com>
  • Loading branch information
OrHayat and dmathieu committed Jun 23, 2024
1 parent 511ce6e commit a4fc913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Fix panic in baggage creation when a member contains 0x80 char in key or value. (#5494)
- Correct comments for the priority of the `WithEndpoint` and `WithEndpointURL` options and their coresponding environment variables in in `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc`. (#5508)
- Fix stale timestamps reported by the lastvalue aggregation. (#5517)
- Parallelized the Detect function in `opentelemetry-go/sdk/resource` to speed up the detection function when using multiple slow detectors, this also allow multiple custom detectors that rely on context with timeout to run concurrently. (#5402)
- Run the `Detect` method in `go.opentelemetry.io/otel/sdk/resource` in parallel. (#5402)

## [1.27.0/0.49.0/0.3.0] 2024-05-21

Expand Down

0 comments on commit a4fc913

Please sign in to comment.