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.7.0
* Prepare experimental-metrics for version v0.30.0
* Prepare bridge for version v0.30.0
* Update changelog
Copy file name to clipboardexpand all lines: CHANGELOG.md
+6-5
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
8
8
9
9
## [Unreleased]
10
10
11
+
## [1.7.0/0.30.0] - 2022-04-28
12
+
11
13
### Added
12
14
13
15
- Add the `go.opentelemetry.io/otel/semconv/v1.8.0` package.
@@ -20,14 +22,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
20
22
21
23
### Fixed
22
24
23
-
- Delegated instruments are unwrapped before delegating Callbacks. (#2784)
24
-
- Resolve supply-chain failure for the markdown-link-checker GitHub action by calling the CLI directly. (#2834)
25
-
- Remove import of `testing` package in non-tests builds. (#2786)
25
+
- Globally delegated instruments are unwrapped before delegating asynchronous callbacks. (#2784)
26
+
- Remove import of `testing` package in non-tests builds of the `go.opentelemetry.io/otel` package. (#2786)
26
27
27
28
### Changed
28
29
29
30
- The `WithLabelEncoder` option from the `go.opentelemetry.io/otel/exporters/stdout/stdoutmetric` package is renamed to `WithAttributeEncoder`. (#2790)
30
-
- The `Batch.Labels` field from the `go.opentelemetry.io/otel/sdk/metric/metrictest` package is renamed to `Batch.Attributes`. (#2790)
31
31
- The `LabelFilterSelector` interface from `go.opentelemetry.io/otel/sdk/metric/processor/reducer` is renamed to `AttributeFilterSelector`.
32
32
The method included in the renamed interface also changed from `LabelFilterFor` to `AttributeFilterFor`. (#2790)
33
33
- The `Metadata.Labels` method from the `go.opentelemetry.io/otel/sdk/metric/export` package is renamed to `Metadata.Attributes`.
@@ -1852,7 +1852,8 @@ It contains api and sdk for trace and meter.
1852
1852
- CircleCI build CI manifest files.
1853
1853
- CODEOWNERS file to track owners of this project.
0 commit comments