Skip to content

Commit f8d35ac

Browse files
MrAliaspellared
andauthored
Release v1.3.0 (#167)
* Update changelog for v1.3.0 release * Apply suggestions from code review Co-authored-by: Robert Pająk <[email protected]> * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: Robert Pająk <[email protected]> * Update CHANGELOG.md Co-authored-by: Robert Pająk <[email protected]>
1 parent 92566c0 commit f8d35ac

File tree

1 file changed

+37
-1
lines changed

1 file changed

+37
-1
lines changed

CHANGELOG.md

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,51 @@
22

33
## [Unreleased]
44

5+
## [1.3.0] - 2022-05-19
6+
57
### General
68

79
- Add support information into versioning specification.
10+
- Add behaviors specification.
811
- Refactor profiling into existing specification structure.
912

1013
#### Bug fixes
1114

1215
- Replaced the example for Java system properties in `specification/configuration.md`.
1316
- Increase profiling rate from 1s to 10s.
1417

18+
### Configuration
19+
20+
#### Breaking Changes
21+
22+
- Change the Kubernetes package management solutions configuration option
23+
default for `splunkPlatform.metricsEnabled` to be `false`.
24+
25+
#### Enhancements
26+
27+
- Add `SPLUNK_REALM` to required environment variables that need to be
28+
supported by instrumentation libraries.
29+
- Add `SPLUNK_PROFILER*` environment variables
30+
(`SPLUNK_PROFILER_CALL_STACK_INTERVAL`, `SPLUNK_PROFILER_ENABLED`,
31+
`SPLUNK_PROFILER_LOGS_ENDPOINT`) to the required configuration for
32+
instrumentation libraries.
33+
- Add `OTEL_TRACES_EXPORTER` to required environment variables that need to be
34+
supported by serverless instrumentation libraries.
35+
36+
### Semantic Conventions
37+
38+
#### Breaking Changes
39+
40+
- Use `os.name` instead of `os.type` for mobile RUM libraries.
41+
42+
#### Bugfixes
43+
44+
- Correct stability guarantee of the RUM section as experimental.
45+
46+
#### Enhancements
47+
48+
- Add experimental profiling semantic conventions.
49+
1550
## [1.2.0] - 2021-11-15
1651

1752
### General
@@ -122,7 +157,8 @@
122157
- Primary focus is on Instrumentation Libraries for initial 1.0 release
123158
- Initial Collector specification defined
124159

125-
[Unreleased]: https://github.com/signalfx/gdi-specification/compare/v1.2.0...HEAD
160+
[Unreleased]: https://github.com/signalfx/gdi-specification/compare/v1.3.0...HEAD
161+
[1.3.0]: https://github.com/signalfx/gdi-specification/releases/tag/v1.3.0
126162
[1.2.0]: https://github.com/signalfx/gdi-specification/releases/tag/v1.2.0
127163
[1.1.0]: https://github.com/signalfx/gdi-specification/releases/tag/v1.1.0
128164
[1.0.0]: https://github.com/signalfx/gdi-specification/releases/tag/v1.0.0

0 commit comments

Comments
 (0)