|
3 | 3 | # CHANGELOG |
4 | 4 | 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/). |
5 | 5 |
|
| 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 | + |
6 | 52 | ## [1.10.0](https://github.com/elastic/ecs/compare/v1.9.0...v1.10.0) |
7 | 53 |
|
8 | 54 | ### Schema Changes |
|
0 commit comments