You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Added
- Support `OTEL_EXPORTER_OTLP_LOGS_INSECURE` and
`OTEL_EXPORTER_OTLP_INSECURE` environments in
`go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc`. (open-telemetry#5739)
- The `WithResource` option for `NewMeterProvider` now merges the
provided resources with the ones from environment variables. (open-telemetry#5773)
- The `WithResource` option for `NewLoggerProvider` now merges the
provided resources with the ones from environment variables. (open-telemetry#5773)
- Add UTF-8 support to `go.opentelemetry.io/otel/exporters/prometheus`.
(open-telemetry#5755)
### Fixed
- Fix memory leak in the global `MeterProvider` when identical
instruments are repeatedly created. (open-telemetry#5754)
- Fix panic instruments creation when setting meter provider. (open-telemetry#5758)
- Fix panic on instruments creation when setting meter provider. (open-telemetry#5758)
- Fix an issue where `SetMeterProvider` in `go.opentelemetry.io/otel`
might miss the delegation for instruments and registries. (open-telemetry#5780)
### Removed
- Drop support for [Go 1.21](https://go.dev/doc/go1.21). (open-telemetry#5736, open-telemetry#5740,
open-telemetry#5800)
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-5
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
8
8
9
9
## [Unreleased]
10
10
11
+
<!-- Released section -->
12
+
<!-- Don't change this section unless doing release -->
13
+
14
+
## [1.30.0/0.52.0/0.6.0/0.0.9] 2024-09-09
15
+
11
16
### Added
12
17
13
18
- Support `OTEL_EXPORTER_OTLP_LOGS_INSECURE` and `OTEL_EXPORTER_OTLP_INSECURE` environments in `go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc`. (#5739)
@@ -18,16 +23,13 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
18
23
### Fixed
19
24
20
25
- Fix memory leak in the global `MeterProvider` when identical instruments are repeatedly created. (#5754)
21
-
- Fix panic instruments creation when setting meter provider. (#5758)
26
+
- Fix panic on instruments creation when setting meter provider. (#5758)
22
27
- Fix an issue where `SetMeterProvider` in `go.opentelemetry.io/otel` might miss the delegation for instruments and registries. (#5780)
23
28
24
29
### Removed
25
30
26
31
- Drop support for [Go 1.21]. (#5736, #5740, #5800)
27
32
28
-
<!-- Released section -->
29
-
<!-- Don't change this section unless doing release -->
30
-
31
33
## [1.29.0/0.51.0/0.5.0] 2024-08-23
32
34
33
35
This release is the last to support [Go 1.21].
@@ -3079,7 +3081,8 @@ It contains api and sdk for trace and meter.
3079
3081
- CircleCI build CI manifest files.
3080
3082
- CODEOWNERS file to track owners of this project.
0 commit comments