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
* Update CHANGELOG and versions.yaml for 1.8.0 release
Signed-off-by: Anthony J Mirabella <[email protected]>
* Update go-build-tools
Signed-off-by: Anthony J Mirabella <[email protected]>
* Prepare stable-v1 for version v1.8.0
* Prepare experimental-metrics for version v0.31.0
* Prepare bridge for version v0.31.0
* `make go-mod-tidy` should use `-compat=1.17` now
Signed-off-by: Anthony J Mirabella <[email protected]>
* Update CHANGELOG.md
Co-authored-by: Tyler Yahn <[email protected]>
Co-authored-by: Tyler Yahn <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
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.8.0/0.31.0] - 2022-07-08
12
+
11
13
### Added
12
14
13
15
- Add support for `opentracing.TextMap` format in the `Inject` and `Extract` methods
@@ -17,6 +19,7 @@ of the `"go.opentelemetry.io/otel/bridge/opentracing".BridgeTracer` type. (#2911
17
19
18
20
- The `crosslink` make target has been updated to use the `go.opentelemetry.io/build-tools/crosslink` package. (#2886)
19
21
- In the `go.opentelemetry.io/otel/sdk/instrumentation` package rename `Library` to `Scope` and alias `Library` as `Scope` (#2976)
22
+
- Move metric no-op implementation form `nonrecording` to `metric` package. (#2866)
20
23
21
24
### Removed
22
25
@@ -53,7 +56,6 @@ of the `"go.opentelemetry.io/otel/bridge/opentracing".BridgeTracer` type. (#2911
53
56
The method included in the renamed interface also changed from `LabelFilterFor` to `AttributeFilterFor`. (#2790)
54
57
- The `Metadata.Labels` method from the `go.opentelemetry.io/otel/sdk/metric/export` package is renamed to `Metadata.Attributes`.
55
58
Consequentially, the `Record` type from the same package also has had the embedded method renamed. (#2790)
56
-
- Move metric no-op implementation form `nonrecording` to `metric` package. (#2866)
57
59
58
60
### Deprecated
59
61
@@ -1874,7 +1876,8 @@ It contains api and sdk for trace and meter.
1874
1876
- CircleCI build CI manifest files.
1875
1877
- CODEOWNERS file to track owners of this project.
0 commit comments