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 versions.yaml
* Upgrade otel-go v1.4.1 -> v1.5.0
* Prepare stable-v1 for version v1.5.0
* Prepare experimental-instrumentation for version v0.30.0
* Prepare experimental-metrics for version v0.30.0
* Prepare experimental-samplers for version v0.1.0
* Commit lingering changes
* Add section header for release
* Fix missing changes in changelog
* Remove mention of exporters in readme
* Add version.go file to jaegerremote module
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-3
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,16 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
8
8
9
9
## [Unreleased]
10
10
11
+
## [1.5.0/0.30.0/0.1.0] - 2022-03-16
11
12
12
13
### Added
13
14
14
-
- DynamoDB spans created with the `go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws` package will now have the appropriate database attributes added for the operation being performed.
15
+
- Added the `go.opentelemetry.io/contrib/samplers/jaegerremote` package.
16
+
This package implements the Jaeger remote sampler for OpenTelemetry Go. (#936)
17
+
- DynamoDB spans created with the `go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws` package now have the appropriate database attributes added for the operation being performed.
15
18
These attributes are detected automatically, but it is also now possible to provide a custom function to set attributes using `WithAttributeSetter`. (#1582)
16
-
- Add resource detector for GCP cloud function.
19
+
- Add resource detector for GCP cloud function. (#1584)
20
+
- Add OpenTracing baggage extraction to the OpenTracing propagator in `go.opentelemetry.io/contrib/propagators/ot`. (#1880)
17
21
18
22
### Fixed
19
23
@@ -464,7 +468,8 @@ First official tagged release of `contrib` repository.
464
468
- Prefix support for dogstatsd (#34)
465
469
- Update Go Runtime package to use batch observer (#44)
0 commit comments