File tree Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
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
+
5
30
## [ 1.3.0] - 2022-05-19
6
31
7
32
### General
157
182
- Primary focus is on Instrumentation Libraries for initial 1.0 release
158
183
- Initial Collector specification defined
159
184
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
161
187
[ 1.3.0 ] : https://github.com/signalfx/gdi-specification/releases/tag/v1.3.0
162
188
[ 1.2.0 ] : https://github.com/signalfx/gdi-specification/releases/tag/v1.2.0
163
189
[ 1.1.0 ] : https://github.com/signalfx/gdi-specification/releases/tag/v1.1.0
You can’t perform that action at this time.
0 commit comments