Skip to content

Commit 20f81cd

Browse files
Prepare changelog for 9.0.0 feature freeze (#2444)
Prepare changelog for 9.0.0 feature freeze Co-authored-by: Taylor Swanson <[email protected]>
1 parent bebfa6e commit 20f81cd

File tree

1 file changed

+35
-11
lines changed

1 file changed

+35
-11
lines changed

CHANGELOG.next.md

Lines changed: 35 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,12 @@ Thanks, you're awesome :-) -->
1212

1313
#### Breaking changes
1414

15-
* Remove deprecated fields from previous major release; `process.pgid`, `service.node.role`, and inherited users. #2410
16-
1715
#### Bugfixes
1816

19-
* Fix link rendering issues and usage of http in links. #2423
20-
2117
#### Added
22-
* Add `origin_referrer_url` and `origin_url` fields, which indicate the origin information to the file, process and dll schemas #2441
2318

2419
#### Improvements
2520

26-
* Promote beta fields to GA. #2411
27-
* Define base encoding of `x509.serial_number`. #2383
28-
* Restrict the encoding of `x509.serial_number` to base 16. #2398
29-
* Set synthetic_source_keep = none on fields that represent sets. #2422
30-
* Increase ignore_above value for url.query. #2424
31-
3221
#### Deprecated
3322

3423
### Tooling and Artifact Changes
@@ -43,6 +32,41 @@ Thanks, you're awesome :-) -->
4332

4433
#### Deprecated
4534

35+
36+
## 9.0.0 (Feature Freeze)
37+
38+
### Schema Changes
39+
40+
#### Breaking changes
41+
42+
* Remove deprecated fields from previous major release; `process.pgid`, `service.node.role`, and inherited users. #2410
43+
44+
#### Bugfixes
45+
46+
* Fix link rendering issues and usage of http in links. #2423
47+
48+
#### Added
49+
50+
* Add `origin_referrer_url` and `origin_url` fields, which indicate the origin information to the file, process and dll schemas. #2441
51+
52+
#### Improvements
53+
54+
* Increase ignore_above value for url.query. #2424
55+
* Set synthetic_source_keep = none on fields that represent sets. #2422
56+
* Promote beta fields to GA. #2411
57+
* Restrict the encoding of `x509.serial_number` to base 16. #2398
58+
* Define base encoding of `x509.serial_number`. #2383
59+
60+
### Tooling and Artifact Changes
61+
62+
#### Added
63+
64+
* Add mapping between ECS and OpenTelemetry. #2415
65+
66+
#### Improvements
67+
68+
* Update data_stream.yml with top level type: group. #2414
69+
4670
<!-- All empty sections:
4771
4872
## Unreleased

0 commit comments

Comments
 (0)