From 6ed7e133555bf15a67f80ad2c2061599f6855fb3 Mon Sep 17 00:00:00 2001 From: Eric Beahan Date: Tue, 30 Mar 2021 09:58:13 -0500 Subject: [PATCH] Cut 1.9 changelog (#1328) * move 1.9 changes to changelog * add 1.9 release changes add entry --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ CHANGELOG.next.md | 31 ------------------------------- 2 files changed, 31 insertions(+), 31 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index feb711c0e1..83526636a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,37 @@ # 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.9.0](https://github.com/elastic/ecs/compare/v1.8.0...v1.9.0) + +### Schema Changes + +#### Added + +* Added `hash.ssdeep`. #1169 +* Added `cloud.service.name`. #1204 +* Added `http.request.id`. #1208 +* `data_stream.*` fieldset introduced in experimental schema and artifacts. #1215 +* Added `geo.timezone`, `geo.postal_code`, and `geo.continent_code`. #1229 +* Added `beta` host metrics fields. #1248 +* Added `code_signature.team_id`, `code_signature.signing_id`. #1249 +* Extended `pe` fields added to experimental schema. #1256 +* Add `elf` fieldset to experimental schema. #1261 +* Add `threat.indicator` fields to experimental schema. #1268 + +#### Improvements + +* Include formatting guidance and examples for MAC address fields. #456 +* New section in ECS detailing event categorization fields usage. #1242 +* `user.changes.*`, `user.effective.*`, and `user.target.*` field reuses are GA. #1271 + +### Tooling and Artifact Changes + +#### Improvements + +* Update Python dependencies #1310, #1318 +* Adjustments to use terminology that doesn't have negative connotation. #1315 + + ## [1.8.0](https://github.com/elastic/ecs/compare/v1.7.0...v1.8.0) ### Schema Changes diff --git a/CHANGELOG.next.md b/CHANGELOG.next.md index 77e8540dbc..4c99b1e12d 100644 --- a/CHANGELOG.next.md +++ b/CHANGELOG.next.md @@ -30,37 +30,6 @@ Thanks, you're awesome :-) --> #### Deprecated - -## 1.9.0 (Feature Freeze) - -### Schema Changes - -#### Added - -* Added `hash.ssdeep`. #1169 -* Added `cloud.service.name`. #1204 -* Added `http.request.id`. #1208 -* `data_stream.*` fieldset introduced in experimental schema and artifacts. #1215 -* Added `geo.timezone`, `geo.postal_code`, and `geo.continent_code`. #1229 -* Added `beta` host metrics fields. #1248 -* Added `code_signature.team_id`, `code_signature.signing_id`. #1249 -* Extended `pe` fields added to experimental schema. #1256 -* Add `elf` fieldset to experimental schema. #1261 -* Add `threat.indicator` fields to experimental schema. #1268 - -#### Improvements - -* Include formatting guidance and examples for MAC address fields. #456 -* New section in ECS detailing event categorization fields usage. #1242 -* `user.changes.*`, `user.effective.*`, and `user.target.*` field reuses are GA. #1271 -* Update Python dependencies #1310, #1318 - -### Tooling and Artifact Changes - -#### Improvements - -* Adjustments to use terminology that doesn't have negative connotation. #1315 -