Skip to content

Commit 83977a2

Browse files
authored
Cut 8.1.0 release changelog (#1828)
1 parent c90e056 commit 83977a2

File tree

2 files changed

+27
-30
lines changed

2 files changed

+27
-30
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,33 @@
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+
## [8.1.0](https://github.com/elastic/ecs/compare/v8.0.1...v8.1.0)
7+
8+
### Schema Changes
9+
10+
#### Added
11+
12+
* Added two new fields (sha384,tlsh) to hash schema and one field to pe schema (pehash). #1678
13+
* Added `email.*` beta field set. ##1688, #1705
14+
15+
#### Removed
16+
17+
- Removing `process.target.*` reuses from experimental schema. #1666
18+
- Removing RFC 0014 `pe.*` fields from experimental schema. #1670
19+
20+
### Tooling and Artifact Changes
21+
22+
#### Bugfixes
23+
24+
* Fix invalid documentation link generation in component templates `_meta`. #1728
25+
26+
#### Improvements
27+
28+
* Update refs from master to main in USAGE.md etc #1658
29+
* Clean up trailing spaces and additional newlines in schemas #1667
30+
* Use higher compression as default in composable index template settings. #1712
31+
* Bump dependencies. #1782
32+
633
## [8.0.1](https://github.com/elastic/ecs/compare/v8.0.0...v8.0.1)
734

835
### Tooling and Artifact Changes

CHANGELOG.next.md

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -30,40 +30,10 @@ Thanks, you're awesome :-) -->
3030

3131
#### Added
3232

33-
* Adding release notes section into ECS docs. #1800
34-
3533
#### Improvements
3634

3735
#### Deprecated
3836

39-
## 8.1.0 (Hard Feature Freeze)
40-
41-
### Schema Changes
42-
43-
#### Added
44-
45-
* Added two new fields (sha384,tlsh) to hash schema and one field to pe schema (pehash). #1678
46-
* Added `email.*` beta field set. ##1688, #1705
47-
48-
#### Removed
49-
50-
- Removing `process.target.*` reuses from experimental schema. #1666
51-
- Removing RFC 0014 `pe.*` fields from experimental schema. #1670
52-
53-
### Tooling and Artifact Changes
54-
55-
#### Bugfixes
56-
57-
* Add `object` as fallback for `flattened` type. #1653
58-
* Fix invalid documentation link generation in component templates `_meta`. #1728
59-
60-
#### Improvements
61-
62-
* Update refs from master to main in USAGE.md etc #1658
63-
* Clean up trailing spaces and additional newlines in schemas #1667
64-
* Use higher compression as default in composable index template settings. #1712
65-
* Bump dependencies. #1782
66-
6737
<!-- All empty sections:
6838
6939
## Unreleased

0 commit comments

Comments
 (0)