Skip to content

Commit 3c0b8af

Browse files
MrAliasbreedx-splk
andauthored
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>
1 parent 4e2ecb1 commit 3c0b8af

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
## [Unreleased]
44

5+
## [1.4.0] - 2022-08-16
6+
7+
### Configuration
8+
9+
- The RUM configuration is now stable.
10+
11+
### Semantic Conventions
12+
13+
#### Breaking Changes
14+
15+
- Remove `namespace` field from profiling stack-trace lines and incorporate it to the function
16+
field.
17+
- Remove line and column ranges in profiling stack-trace lines.
18+
19+
#### Bugfixes
20+
21+
- Clarify that there are two metadata lines (thread metadata and thread state),
22+
both of which can be left empty, containing only the newline.
23+
24+
#### Enhancements
25+
26+
- Add a required `telemetry.sdk.language` attribute to `ResourceLogs.resource`.
27+
- Allow `:` characters in file names.
28+
- Clarify `source.event.period` unit is milliseconds.
29+
530
## [1.3.0] - 2022-05-19
631

732
### General
@@ -157,7 +182,8 @@
157182
- Primary focus is on Instrumentation Libraries for initial 1.0 release
158183
- Initial Collector specification defined
159184

160-
[Unreleased]: https://github.com/signalfx/gdi-specification/compare/v1.3.0...HEAD
185+
[Unreleased]: https://github.com/signalfx/gdi-specification/compare/v1.4.0...HEAD
186+
[1.4.0]: https://github.com/signalfx/gdi-specification/releases/tag/v1.4.0
161187
[1.3.0]: https://github.com/signalfx/gdi-specification/releases/tag/v1.3.0
162188
[1.2.0]: https://github.com/signalfx/gdi-specification/releases/tag/v1.2.0
163189
[1.1.0]: https://github.com/signalfx/gdi-specification/releases/tag/v1.1.0

0 commit comments

Comments
 (0)