Skip to content

Commit 72a211d

Browse files
authored
changelog entry for 1.10.0 (#1445)
1 parent 9ee21ca commit 72a211d

File tree

2 files changed

+31
-31
lines changed

2 files changed

+31
-31
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,37 @@
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.10.0](https://github.com/elastic/ecs/compare/v1.9.0...v1.10.0)
7+
8+
### Schema Changes
9+
10+
#### Added
11+
12+
* Add `data_stream` fieldset. #1307
13+
* Add `orchestrator` fieldset as beta fields. #1326
14+
* Extend `threat.*` experimental fields with proposed changes from RFC 0018. #1344, #1351
15+
* Allow custom descriptions for self-nesting reuses via `short_override` #1366
16+
17+
#### Improvements
18+
19+
* Updated descriptions to use Elastic Security #1305
20+
* Host metrics fields from RFC 0005 are now GA. #1319
21+
* Adjustments to the field set "usage" docs #1345
22+
* Adjustments to the sidebar naming convention for usage and examples docs #1354
23+
* Update `user.*` field reuse descriptions. #1382
24+
25+
### Tooling and Artifact Changes
26+
27+
#### Bugfixes
28+
29+
* Correcting fieldset name capitalization for generated ES template #1323
30+
31+
#### Improvements
32+
33+
* Support `nested` types in go code generator. #1254, #1350
34+
* Go code generator now supports the `flattened` data type. #1302
35+
* Adjustments to use terminology that doesn't have negative connotation. #1315
36+
637
## [1.9.0](https://github.com/elastic/ecs/compare/v1.8.0...v1.9.0)
738

839
### Schema Changes

CHANGELOG.next.md

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -32,37 +32,6 @@ Thanks, you're awesome :-) -->
3232

3333
#### Deprecated
3434

35-
## 1.10.0 (Feature Freeze)
36-
37-
### Schema Changes
38-
39-
#### Added
40-
41-
* Add `data_stream` fieldset. #1307
42-
* Add `orchestrator` fieldset as beta fields. #1326
43-
* Extend `threat.*` experimental fields with proposed changes from RFC 0018. #1344, #1351
44-
* Allow custom descriptions for self-nesting reuses via `short_override` #1366
45-
46-
#### Improvements
47-
48-
* Updated descriptions to use Elastic Security #1305
49-
* Host metrics fields from RFC 0005 are now GA. #1319
50-
* Adjustments to the field set "usage" docs #1345
51-
* Adjustments to the sidebar naming convention for usage and examples docs #1354
52-
* Update `user.*` field reuse descriptions. #1382
53-
54-
### Tooling and Artifact Changes
55-
56-
#### Bugfixes
57-
58-
* Correcting fieldset name capitalization for generated ES template #1323
59-
60-
#### Improvements
61-
62-
* Support `nested` types in go code generator. #1254, #1350
63-
* Go code generator now supports the `flattened` data type. #1302
64-
* Adjustments to use terminology that doesn't have negative connotation. #1315
65-
6635
<!-- All empty sections:
6736
6837
## Unreleased

0 commit comments

Comments
 (0)