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 in versions.yaml
* Prepare stable-v1 for version v1.9.0
* Prepare experimental-schema for version v0.0.3
* Update changelog for release
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,25 +8,27 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
8
8
9
9
## [Unreleased]
10
10
11
+
## [1.9.0/0.0.3] - 2022-08-01
12
+
11
13
### Added
12
14
13
-
- Add the `go.opentelemetry.io/otel/semconv/v1.12.0` package.
14
-
The package contains semantic conventions from the `v1.12.0` version of the OpenTelemetry specification. (#3010)
15
+
- Add support for Schema Files format 1.1.x (metric "split" transform) with the new `go.opentelemetry.io/otel/schema/v1.1` package. (#2999)
15
16
- Add the `go.opentelemetry.io/otel/semconv/v1.11.0` package.
16
17
The package contains semantic conventions from the `v1.11.0` version of the OpenTelemetry specification. (#3009)
17
-
- Add http.method attribute to http server metric. (#3018)
18
+
- Add the `go.opentelemetry.io/otel/semconv/v1.12.0` package.
19
+
The package contains semantic conventions from the `v1.12.0` version of the OpenTelemetry specification. (#3010)
20
+
- Add the `http.method` attribute to HTTP server metric from all `go.opentelemetry.io/otel/semconv/*` packages. (#3018)
18
21
19
22
### Fixed
20
23
21
-
- Invalid warning for context setup being deferred in OpenTracing bridge(#3029).
24
+
- Invalid warning for context setup being deferred in `go.opentelemetry.io/otel/bridge/opentracing` package. (#3029)
22
25
23
26
## [1.8.0/0.31.0] - 2022-07-08
24
27
25
28
### Added
26
29
27
30
- Add support for `opentracing.TextMap` format in the `Inject` and `Extract` methods
28
31
of the `"go.opentelemetry.io/otel/bridge/opentracing".BridgeTracer` type. (#2911)
29
-
- Add support for Schema Files format 1.1.x (metric "split" transform). (#2999)
30
32
31
33
### Changed
32
34
@@ -1889,7 +1891,8 @@ It contains api and sdk for trace and meter.
1889
1891
- CircleCI build CI manifest files.
1890
1892
- CODEOWNERS file to track owners of this project.
0 commit comments