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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5
Original file line number
Diff line number
Diff line change
@@ -44,9 +44,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
44
44
This removes the behavior of changing the debug flag into a set sampling bit.
45
45
Instead, this now follow the B3 specification and omits the `X-B3-Sampling` header. (#882)
46
46
- The B3 propagator now tracks "unset" sampling state (meaning "defer the decision") and does not set the `X-B3-Sampling` header when injecting. (#882)
47
+
- Bump github.com/itchyny/gojq from 0.10.3 to 0.10.4 in /tools. (#883)
48
+
- Bump github.com/opentracing/opentracing-go from v1.1.1-0.20190913142402-a7454ce5950e to v1.2.0. (#885)
49
+
- The tracing time conversion for OTLP spans is now correctly set to `UnixNano`. (#896)
47
50
- Ensure span status is not set to `Unknown` when no HTTP status code is provided as it is assumed to be `200 OK`. (#908)
0 commit comments