From a7f3f127c36b9d35c5382ab9189b56e4d92e29da Mon Sep 17 00:00:00 2001 From: Eric Beahan Date: Tue, 16 Feb 2021 15:59:24 -0600 Subject: [PATCH] finalize 1.8.0 changelog (#1262) (#1266) --- CHANGELOG.md | 52 +++++++++++++++++++++++++++++++++++++++++++++ CHANGELOG.next.md | 54 ----------------------------------------------- 2 files changed, 52 insertions(+), 54 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03cdf80570..b681b7306f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,58 @@ # CHANGELOG 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/). +## [1.8.0](https://github.com/elastic/ecs/compare/v1.7.0...v1.8.0) + +### Schema Changes + +#### Bugfixes + +* Clean up `event.reference` description. #1181 +* Go code generator fails if `scaled_float` type is used. #1250 + +#### Added + +* Added `event.category` "registry". #1040 +* Added `event.category` "session". #1049 +* Added usage documentation for `user` fields. #1066 +* Added `user` fields at `user.effective.*`, `user.target.*` and `user.changes.*`. #1066 +* Added `os.type`. #1111 + +#### Improvements + +* Event categorization fields GA. #1067 +* Note `[` and `]` bracket characters may enclose a literal IPv6 address when populating `url.domain`. #1131 +* Reinforce the exclusion of the leading dot from `url.extension`. #1151 + +#### Deprecated + +* Deprecated `host.user.*` fields for removal at the next major. #1066 + +### Tooling and Artifact Changes + +#### Bugfixes + +* `tracing` fields should be at root of Beats `fields.ecs.yml` artifacts. #1164 + +#### Added + +* Added the `path` key when type is `alias`, to support the [alias field type](https://www.elastic.co/guide/en/elasticsearch/reference/current/alias.html). #877 +* Added support for `scaled_float`'s mandatory parameter `scaling_factor`. #1042 +* Added ability for --oss flag to fall back `constant_keyword` to `keyword`. #1046 +* Added support in the generated Go source go for `wildcard`, `version`, and `constant_keyword` data types. #1050 +* Added support for marking fields, field sets, or field reuse as beta in the documentation. #1051 +* Added support for `constant_keyword`'s optional parameter `value`. #1112 +* Added component templates for ECS field sets. #1156, #1186, #1191 +* Added functionality for merging custom and core multi-fields. #982 + +#### Improvements + +* Make all fields linkable directly. #1148 +* Added a notice highlighting that the `tracing` fields are not nested under the + namespace `tracing.` #1162 +* ES 6.x template data types will fallback to supported types. #1171, #1176, #1186 +* Add a documentation page discussing the experimental artifacts. #1189 + ## [1.7.0](https://github.com/elastic/ecs/compare/v1.6.0...v1.7.0) ### Schema Changes diff --git a/CHANGELOG.next.md b/CHANGELOG.next.md index 53d73bd6f1..7d0346ed09 100644 --- a/CHANGELOG.next.md +++ b/CHANGELOG.next.md @@ -29,60 +29,6 @@ Thanks, you're awesome :-) --> #### Deprecated -## 1.8.0 (Feature Freeze) - -### Schema Changes - -#### Bugfixes - -* Clean up `event.reference` description. #1181 -* Go code generator fails if `scaled_float` type is used. #1250 - -#### Added - -* Added `event.category` "registry". #1040 -* Added `event.category` "session". #1049 -* Added usage documentation for `user` fields. #1066 -* Added `user` fields at `user.effective.*`, `user.target.*` and `user.changes.*`. #1066 -* Added `os.type`. #1111 - -#### Improvements - -* Event categorization fields GA. #1067 -* Note `[` and `]` bracket characters may enclose a literal IPv6 address when populating `url.domain`. #1131 -* Reinforce the exclusion of the leading dot from `url.extension`. #1151 - -#### Deprecated - -* Deprecated `host.user.*` fields for removal at the next major. #1066 - -### Tooling and Artifact Changes - -#### Bugfixes - -* `tracing` fields should be at root of Beats `fields.ecs.yml` artifacts. #1164 - -#### Added - -* Added ability to supply free-form usage documentation per fieldset. #988 -* Added the `path` key when type is `alias`, to support the [alias field type](https://www.elastic.co/guide/en/elasticsearch/reference/current/alias.html). #877 -* Added support for `scaled_float`'s mandatory parameter `scaling_factor`. #1042 -* Added ability for --oss flag to fall back `constant_keyword` to `keyword`. #1046 -* Added support in the generated Go source go for `wildcard`, `version`, and `constant_keyword` data types. #1050 -* Added support for marking fields, field sets, or field reuse as beta in the documentation. #1051 -* Added support for `constant_keyword`'s optional parameter `value`. #1112 -* Added component templates for ECS field sets. #1156, #1186, #1191 -* Added functionality for merging custom and core multi-fields. #982 - -#### Improvements - -* Make all fields linkable directly. #1148 -* Added a notice highlighting that the `tracing` fields are not nested under the - namespace `tracing.` #1162 -* ES 6.x template data types will fallback to supported types. #1171, #1176, #1186 -* Add a documentation page discussing the experimental artifacts. #1189 - -