Skip to content

Commit 73ed606

Browse files
authored
Cut 1.12 Changelog (#1618)
1 parent 3cde428 commit 73ed606

File tree

2 files changed

+43
-42
lines changed

2 files changed

+43
-42
lines changed

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,49 @@
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.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+
649
## [1.11.0](https://github.com/elastic/ecs/compare/v1.10.0...v1.11.0)
750

851
### Schema Changes

CHANGELOG.next.md

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -39,48 +39,6 @@ Thanks, you're awesome :-) -->
3939

4040
#### Deprecated
4141

42-
## 1.12.0 (Feature Freeze)
43-
44-
### Schema Changes
45-
46-
#### Bugfixes
47-
48-
* Updating `hash` order to correct nesting. #1603
49-
* Removing incorrect `hash` reuses. #1604
50-
* Updating `pe` order to correct nesting. #1605
51-
* Removing incorrect `pe` reuses. #1606
52-
* Correcting `enrichments` to an `array` type. #1608
53-
54-
#### Added
55-
56-
* Added `file.fork_name` field. #1288
57-
* Added `service.address` field. #1537
58-
* Added `service.environment` as a beta field. #1541
59-
* Added `process.end` field. #1544
60-
* Added container metric fields into experimental schema. #1546
61-
* Add `code_signature.digest_algorithm` and `code_signature.timestamp` fields. #1557
62-
* Add `email.*` field set in the experimental fields. #1569
63-
64-
#### Improvements
65-
66-
* Beta migration on some `keyword` fields to `wildcard`. #1517
67-
* Promote `threat.software.*` and `threat.group.*` fields to GA. #1540
68-
* Update `user.name` and `user.id` examples for clarity. #1566
69-
* Beta migration of `text` and `.text` multi-fields to `match_only_text`. #1532, #1571
70-
71-
### Tooling and Artifact Changes
72-
73-
#### Added
74-
75-
* Support ES 6.x type fallback for `match_only_text` field types. #1528
76-
77-
#### Bugfixes
78-
79-
* Prevent failure if no files need to be deleted `find | xargs rm`. #1588
80-
#### Improvements
81-
82-
* Document field type family interoperability in FAQ. #1591
83-
8442
<!-- All empty sections:
8543
8644
## Unreleased

0 commit comments

Comments
 (0)