Skip to content

Commit 0751f1b

Browse files
authored
cut 1.11 changelog (#1558)
1 parent e465dbd commit 0751f1b

File tree

2 files changed

+46
-45
lines changed

2 files changed

+46
-45
lines changed

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,52 @@
33
# CHANGELOG
44
All notable changes to this project will be documented in this file based on the [Keep a Changelog](http://keepachangelog.com/) Standard. This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [1.11.0](https://github.com/elastic/ecs/compare/v1.10.0...v1.11.0)
7+
8+
### Schema Changes
9+
10+
#### Added
11+
12+
* `elf.*` field set added as beta. #1410
13+
* Remove `beta` from `orchestrator` field set. #1417
14+
* Extend `threat.*` field set beta. #1438
15+
* Added `event.agent_id_status` field. #1454
16+
* `process.target` and `process.target.parent` added to experimental schema. #1467
17+
* Threat indicator fields progress to beta stage. #1471, #1504
18+
* `threat.enrichments` beta fields. #1478, #1504
19+
20+
#### Improvements
21+
22+
* Fix ecs GitHub repo link source branch #1393
23+
* Add --exclude flag to Generator to support field removal testing #1411
24+
* Explicitly include user identifiers in `relater.user` description. #1420
25+
* Improve descriptions for `cloud.region` and `cloud.availability` fields. #1452
26+
* Clarify `event.kind` descriptions for `alert` and `signal`. #1548
27+
28+
#### Deprecated
29+
30+
* Note deprecation of the `host.user.*` field reuse. #1422
31+
* Note deprecation of `log.original` superseded by `event.original` #1469
32+
33+
### Tooling and Artifact Changes
34+
35+
#### Bugfixes
36+
37+
* Remove `ignore_above` when `index: false` and `doc_values: false`. #1483
38+
* Ensure `doc_values` is carried into Beats artifacts. #1488
39+
40+
#### Added
41+
42+
* Support `match_only_text` data type in Go code generator. #1418
43+
* Support for multi-level, self-nestings. #1459
44+
* `beta` attribute now supported on categorization allowed values. #1511
45+
46+
#### Improvements
47+
48+
* Swap `Location` and `Field Set` columns in `Field Reuse` table for better readability. #1472, #1476
49+
* Use a bullet points to list field reuses. #1473
50+
* Improve wording in `Threat` schema #1505
51+
652
## [1.10.0](https://github.com/elastic/ecs/compare/v1.9.0...v1.10.0)
753

854
### Schema Changes

CHANGELOG.next.md

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -21,51 +21,6 @@ Thanks, you're awesome :-) -->
2121

2222
#### Deprecated
2323

24-
## 1.11.0 (Feature Freeze)
25-
26-
### Schema Changes
27-
28-
#### Added
29-
30-
* `elf.*` field set added as beta. #1410
31-
* Remove `beta` from `orchestrator` field set. #1417
32-
* Extend `threat.*` field set beta. #1438
33-
* Added `event.agent_id_status` field. #1454
34-
* `process.target` and `process.target.parent` added to experimental schema. #1467
35-
* Threat indicator fields progress to beta stage. #1471, #1504
36-
* `threat.enrichments` beta fields. #1478, #1504
37-
38-
#### Improvements
39-
40-
* Fix ecs GitHub repo link source branch #1393
41-
* Add --exclude flag to Generator to support field removal testing #1411
42-
* Explicitly include user identifiers in `relater.user` description. #1420
43-
* Improve descriptions for `cloud.region` and `cloud.availability` fields. #1452
44-
* Clarify `event.kind` descriptions for `alert` and `signal`. #1548
45-
46-
#### Deprecated
47-
48-
* Note deprecation of the `host.user.*` field reuse. #1422
49-
* Note deprecation of `log.original` superseded by `event.original` #1469
50-
51-
### Tooling and Artifact Changes
52-
53-
#### Bugfixes
54-
55-
* Remove `ignore_above` when `index: false` and `doc_values: false`. #1483
56-
* Ensure `doc_values` is carried into Beats artifacts. #1488
57-
58-
#### Added
59-
60-
* Support `match_only_text` data type in Go code generator. #1418
61-
* Support for multi-level, self-nestings. #1459
62-
* `beta` attribute now supported on categorization allowed values. #1511
63-
64-
#### Improvements
65-
66-
* Swap `Location` and `Field Set` columns in `Field Reuse` table for better readability. #1472, #1476
67-
* Use a bullet points to list field reuses. #1473
68-
6924
<!-- All empty sections:
7025
7126
## Unreleased

0 commit comments

Comments
 (0)