From 3c0b8af5bb6ea1152018a83da8c72a03f181e4f7 Mon Sep 17 00:00:00 2001 From: Tyler Yahn Date: Tue, 16 Aug 2022 11:00:36 -0700 Subject: [PATCH] Release v1.4.0 (#181) * Release v1.4.0 * Apply suggestions from code review Co-authored-by: jason plumb <75337021+breedx-splk@users.noreply.github.com> * Update CHANGELOG.md Co-authored-by: jason plumb <75337021+breedx-splk@users.noreply.github.com> --- CHANGELOG.md | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e85d91..1c4f45d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ ## [Unreleased] +## [1.4.0] - 2022-08-16 + +### Configuration + +- The RUM configuration is now stable. + +### Semantic Conventions + +#### Breaking Changes + +- Remove `namespace` field from profiling stack-trace lines and incorporate it to the function + field. +- Remove line and column ranges in profiling stack-trace lines. + +#### Bugfixes + +- Clarify that there are two metadata lines (thread metadata and thread state), + both of which can be left empty, containing only the newline. + +#### Enhancements + +- Add a required `telemetry.sdk.language` attribute to `ResourceLogs.resource`. +- Allow `:` characters in file names. +- Clarify `source.event.period` unit is milliseconds. + ## [1.3.0] - 2022-05-19 ### General @@ -157,7 +182,8 @@ - Primary focus is on Instrumentation Libraries for initial 1.0 release - Initial Collector specification defined -[Unreleased]: https://github.com/signalfx/gdi-specification/compare/v1.3.0...HEAD +[Unreleased]: https://github.com/signalfx/gdi-specification/compare/v1.4.0...HEAD +[1.4.0]: https://github.com/signalfx/gdi-specification/releases/tag/v1.4.0 [1.3.0]: https://github.com/signalfx/gdi-specification/releases/tag/v1.3.0 [1.2.0]: https://github.com/signalfx/gdi-specification/releases/tag/v1.2.0 [1.1.0]: https://github.com/signalfx/gdi-specification/releases/tag/v1.1.0