|
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.12.0](https://github.com/elastic/ecs/compare/v1.11.0...v1.12.0) |
| 7 | + |
| 8 | +### Schema Changes |
| 9 | + |
| 10 | +#### Bugfixes |
| 11 | + |
| 12 | +* Updating `hash` order to correct nesting. #1603 |
| 13 | +* Removing incorrect `hash` reuses. #1604 |
| 14 | +* Updating `pe` order to correct nesting. #1605 |
| 15 | +* Removing incorrect `pe` reuses. #1606 |
| 16 | +* Correcting `enrichments` to an `array` type. #1608 |
| 17 | + |
| 18 | +#### Added |
| 19 | + |
| 20 | +* Added `file.fork_name` field. #1288 |
| 21 | +* Added `service.address` field. #1537 |
| 22 | +* Added `service.environment` as a beta field. #1541 |
| 23 | +* Added `process.end` field. #1544 |
| 24 | +* Added container metric fields into experimental schema. #1546 |
| 25 | +* Add `code_signature.digest_algorithm` and `code_signature.timestamp` fields. #1557 |
| 26 | +* Add `email.*` field set in the experimental fields. #1569 |
| 27 | + |
| 28 | +#### Improvements |
| 29 | + |
| 30 | +* Beta migration on some `keyword` fields to `wildcard`. #1517 |
| 31 | +* Promote `threat.software.*` and `threat.group.*` fields to GA. #1540 |
| 32 | +* Update `user.name` and `user.id` examples for clarity. #1566 |
| 33 | +* Beta migration of `text` and `.text` multi-fields to `match_only_text`. #1532, #1571 |
| 34 | + |
| 35 | +### Tooling and Artifact Changes |
| 36 | + |
| 37 | +#### Added |
| 38 | + |
| 39 | +* Support ES 6.x type fallback for `match_only_text` field types. #1528 |
| 40 | + |
| 41 | +#### Bugfixes |
| 42 | + |
| 43 | +* Prevent failure if no files need to be deleted `find | xargs rm`. #1588 |
| 44 | + |
| 45 | +#### Improvements |
| 46 | + |
| 47 | +* Document field type family interoperability in FAQ. #1591 |
| 48 | + |
6 | 49 | ## [1.11.0](https://github.com/elastic/ecs/compare/v1.10.0...v1.11.0)
|
7 | 50 |
|
8 | 51 | ### Schema Changes
|
|
0 commit comments