From cefd55ee2e95894a0f8cb4193c1737b1abbc087e Mon Sep 17 00:00:00 2001 From: Mathieu Martin Date: Tue, 6 Oct 2020 15:27:33 -0400 Subject: [PATCH] Cut 1.7 changelog (#1010) --- CHANGELOG.md | 43 +++++++++++++++++++++++++++++++++++++++++++ CHANGELOG.next.md | 21 --------------------- 2 files changed, 43 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b6a774967..27c5171ca3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,49 @@ # 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.7.0](https://github.com/elastic/ecs/compare/v1.6.0...v1.7.0) + +### Schema Changes + +#### Bugfixes + +* The `protocol` allowed value under `event.type` should not have the `expected_event_types` defined. #964 + +#### Added + +* Added Mime Type fields to HTTP request and response. #944 +* Added network directions ingress and egress. #945 +* Added `threat.technique.subtechnique` to capture MITRE ATT&CK® subtechniques. #951 +* Added `configuration` as an allowed `event.category`. #963 + +#### Improvements + +* Expanded field set definitions for `source.*` and `destination.*`. #967 +* Provided better guidance for mapping network events. #969 +* Added the field `.subdomain` under `client`, `destination`, `server`, `source` + and `url`, to match its presence at `dns.question.subdomain`. #981 + +### Tooling and Artifact Changes + +#### Bugfixes + +* Addressed issue where foreign reuses weren't using the user-supplied `as` value for their destination. #960 + +#### Added + +* Introduced `--strict` flag to perform stricter schema validation when running the generator script. #937 +* Added check under `--strict` that ensures composite types in example fields are quoted. #966 +* Added `ignore_above` and `normalizer` support for keyword multi-fields. #971 +* Added `--oss` flag for users who want to generate ECS templates for use on OSS clusters. #991 +* Added a new directory with experimental artifacts, which includes all changes + from RFCs that have reached stage 2. #993 + +#### Improvements + +* Field details Jinja2 template components have been consolidated into one template #897 +* Add `[discrete]` marker before each section header in field details. #989 + + ## [1.6.0](https://github.com/elastic/ecs/compare/v1.5.0...v1.6.0) ### Schema Changes diff --git a/CHANGELOG.next.md b/CHANGELOG.next.md index 417377de00..ef52884095 100644 --- a/CHANGELOG.next.md +++ b/CHANGELOG.next.md @@ -14,21 +14,10 @@ Thanks, you're awesome :-) --> #### Bugfixes -* The `protocol` allowed value under `event.type` should not have the `expected_event_types` defined. #964 - #### Added -* Added Mime Type fields to HTTP request and response. #944 -* Added `threat.technique.subtechnique` to capture MITRE ATT&CK® subtechniques. #951 -* Added `configuration` as an allowed `event.category`. #963 -* Added network directions ingress and egress. #945 - #### Improvements -* Expanded field set definitions for `source.*` and `destination.*`. #967 -* Provided better guidance for mapping network events. #969 -* Added the field `.subdomain` under `client`, `destination`, `server`, `source` and `url`, to match its presence at `dns.question.subdomain`. #981 - #### Deprecated ### Tooling and Artifact Changes @@ -37,20 +26,10 @@ Thanks, you're awesome :-) --> #### Bugfixes -* Addressed issue where foreign reuses weren't using the user-supplied `as` value for their destination. #960 - #### Added -* Introduced `--strict` flag to perform stricter schema validation when running the generator script. #937 -* Added check under `--strict` that ensures composite types in example fields are quoted. #966 -* Added `ignore_above` and `normalizer` support for keyword multi-fields. #971 -* Added `--oss` flag for users who want to generate ECS templates for use on OSS clusters. #991 - #### Improvements -* Field details Jinja2 template components have been consolidated into one template #897 -* Add `[discrete]` marker before each section header in field details. #989 - #### Deprecated