-
Notifications
You must be signed in to change notification settings - Fork 431
/
Copy pathCHANGELOG.next.md
74 lines (41 loc) · 1.36 KB
/
CHANGELOG.next.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!-- When adding an entry to the Changelog:
- Please follow the Keep a Changelog: http://keepachangelog.com/ guidelines.
- Please insert your changelog line ordered by PR ID.
- Make sure you add your entry to the correct section (schema or tooling).
Thanks, you're awesome :-) -->
## Unreleased
### Schema Changes
#### Breaking changes
* Remove deprecated fields from previous major release; `process.pgid`, `service.node.role`, and inherited users. #2410
#### Bugfixes
* Fix link rendering issues and usage of http in links. #2423
#### Added
* Add `origin_referrer_url` and `origin_url` fields, which indicate the origin information to the file, process and dll schemas #2441
#### Improvements
* Promote beta fields to GA. #2411
* Define base encoding of `x509.serial_number`. #2383
* Restrict the encoding of `x509.serial_number` to base 16. #2398
* Set synthetic_source_keep = none on fields that represent sets. #2422
* Increase ignore_above value for url.query. #2424
#### Deprecated
### Tooling and Artifact Changes
#### Breaking changes
#### Bugfixes
#### Added
#### Improvements
#### Deprecated
<!-- All empty sections:
## Unreleased
### Schema Changes
#### Breaking changes
#### Bugfixes
#### Added
#### Improvements
#### Deprecated
### Tooling and Artifact Changes
#### Breaking changes
#### Bugfixes
#### Added
#### Improvements
#### Deprecated
-->