Skip to content

Commit 8b25420

Browse files
Update CHANGELOG with 0.6.0 changes. (#685)
1 parent c8554d8 commit 8b25420

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

CHANGELOG.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,27 @@ the release.
77

88
## Unreleased
99

10+
## v0.6.0 (07-01-2020)
11+
12+
New:
13+
14+
- Add span attribute to indicate cold starts of Function as a Service executions ([#650](https://github.com/open-telemetry/opentelemetry-specification/pull/650))
15+
- Add conventions for naming of exporter packages ([#629](https://github.com/open-telemetry/opentelemetry-specification/pull/629))
16+
- Add semantic conventions for container id ([#673](https://github.com/open-telemetry/opentelemetry-specification/pull/673))
17+
- Add semantic conventions for HTTP content length ([#641](https://github.com/open-telemetry/opentelemetry-specification/pull/641))
18+
- Add semantic conventions for process resource ([#635](https://github.com/open-telemetry/opentelemetry-specification/pull/635))
19+
- Add peer.service to provide a user-configured name for a remote service ([#652](https://github.com/open-telemetry/opentelemetry-specification/pull/652))
20+
21+
Updates:
22+
- Improve root Span description ([#645](https://github.com/open-telemetry/opentelemetry-specification/pull/645))
1023
- Extend semantic conventions for RPC and allow non-gRPC calls ([#604](https://github.com/open-telemetry/opentelemetry-specification/pull/604))
1124
- Revise and extend semantic conventions for databases ([#575](https://github.com/open-telemetry/opentelemetry-specification/pull/575))
12-
- Add span attribute to indicate cold starts of Function as a Service executions ([#650](https://github.com/open-telemetry/opentelemetry-specification/pull/650))
13-
- Added conventions for naming of exporter packages
14-
- Add semantic conventions for container id
15-
- Add semantic conventions for HTTP content length
16-
- Clarify Tracer vs TracerProvider in tracing API and SDK spec. Most importantly:
25+
- Clarify Tracer vs TracerProvider in tracing API and SDK spec. ([#619](https://github.com/open-telemetry/opentelemetry-specification/pull/619))
26+
Most importantly:
1727
* Configuration should be stored not per Tracer but in the TracerProvider.
1828
* Active spans are not per Tracer.
19-
- Add semantic conventions for process resource.
20-
- Add peer.service to provide a user-configured name for a remote service
29+
- Do not set any value in Context upon failed extraction ([#671](https://github.com/open-telemetry/opentelemetry-specification/pull/671))
30+
- Clarify semantic conventions around span start and end time ([#592](https://github.com/open-telemetry/opentelemetry-specification/pull/592))
2131

2232
## v0.5.0 (06-02-2020)
2333

0 commit comments

Comments
 (0)