Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
# 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/).

## [9.3.0](https://github.com/elastic/ecs/compare/v9.2.0...v9.3.0)

### Schema Changes

#### Added

* Added `cloud` and `orchestrator` as allowed values for `entity.type`. #2567
* Allow entity fields at root level. #2567
* Added `entity.target` for self-nesting. #2567
* Added the target field to be nested under host #2571

#### Improvements

* Added details for implementation of url.query to avoid ambiguity #2488

## [9.2.0](https://github.com/elastic/ecs/compare/v9.1.0...v9.2.0)

### Schema Changes
Expand Down
22 changes: 0 additions & 22 deletions CHANGELOG.next.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,6 @@

Thanks, you're awesome :-) -->

## 9.3.0 (Feature Freeze)

### Schema Changes

#### Added

* Added `cloud` and `orchestrator` as allowed values for `entity.type`. #2567
* Allow entity fields at root level. #2567
* Added `entity.target` for self-nesting. #2567
* Added the target field to be nested under host #2571

#### Improvements

* Added details for implementation of url.query to avoid ambiguity #2488

## Unreleased

### Schema Changes
Expand All @@ -31,15 +16,8 @@ Thanks, you're awesome :-) -->

#### Added

* Added `cloud` and `orchestrator` as allowed values for `entity.type`. #2567
* Allow entity fields at root level. #2567
* Added `entity.target` for self-nesting. #2567
* Added the target field to be nested under host #2571

#### Improvements

* Added details for implementation of url.query to avoid ambiguity #2488

#### Deprecated

### Tooling and Artifact Changes
Expand Down