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
* Bump versions
* Prepare stable-v1 for version v1.19.0
* Prepare experimental-metrics for version v0.42.0
* Prepare experimental-schema for version v0.0.7
* Update changelog
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18-4
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,26 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
8
8
9
9
## [Unreleased]
10
10
11
-
### Changed
11
+
##[1.19.0/0.42.0/0.0.7] 2023-09-28
12
12
13
-
-`go.opentelemetry.io/otel/exporters/stdout/stdoutmetric` does not prettifies the output by default anymore. (#4507)
13
+
This release contains the first stable release of the OpenTelemetry Go [metric SDK].
14
+
Our project stability guarantees now apply to the `go.opentelemetry.io/otel/sdk/metric` package.
15
+
See our [versioning policy](VERSIONING.md) for more information about these stability guarantees.
14
16
15
17
### Added
16
18
17
19
- Add the "Roll the dice" getting started application example in `go.opentelemetry.io/otel/example/dice`. (#4539)
18
-
- The `WithWriter` and `WithPrettyPrint` options to `go.opentelemetry.io/otel/exporters/stdout/stdoutmetric` to set a custom `io.Writer`, and allow displaying the output in human-readable JSON (#4507).
20
+
- The `WithWriter` and `WithPrettyPrint` options to `go.opentelemetry.io/otel/exporters/stdout/stdoutmetric` to set a custom `io.Writer`, and allow displaying the output in human-readable JSON. (#4507)
21
+
22
+
### Changed
23
+
24
+
- Allow '/' characters in metric instrument names. (#4501)
25
+
- The exporter in `go.opentelemetry.io/otel/exporters/stdout/stdoutmetric` does not prettify its output by default anymore. (#4507)
26
+
- Upgrade `gopkg.io/yaml` from `v2` to `v3` in `go.opentelemetry.io/otel/schema`. (#4535)
27
+
28
+
### Fixed
29
+
30
+
- In `go.opentelemetry.op/otel/exporters/prometheus`, don't try to create the Prometheus metric on every `Collect` if we know the scope is invalid. (#4499)
19
31
20
32
### Removed
21
33
@@ -2644,7 +2656,8 @@ It contains api and sdk for trace and meter.
2644
2656
- CircleCI build CI manifest files.
2645
2657
- CODEOWNERS file to track owners of this project.
0 commit comments