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.4.0](https://github.com/elastic/ecs/compare/v9.3.0...v9.4.0)

### Tooling and Artifact Changes

#### Added

* Add `alpha` field maturity attribute, mirroring `beta` with mutual exclusion. #2599
* Document field stability definitions (alpha, beta, GA) in design principles. #2599

#### Improvements

* Increase composable template `total_fields.limit` from 2000 to 2500. #2584
* Remove the `experimental/` build pipeline and unused `cgroup.*` fields; alpha and beta fields now live in `schemas/`. #2599


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

### Schema Changes
Expand Down
14 changes: 0 additions & 14 deletions CHANGELOG.next.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,3 @@ Thanks, you're awesome :-) -->
#### Improvements

#### Deprecated

## 9.4.0 (Feature Freeze)

### Tooling and Artifact Changes

#### Added

* Add `alpha` field maturity attribute, mirroring `beta` with mutual exclusion. #2599
* Document field stability definitions (alpha, beta, GA) in design principles. #2599

#### Improvements

* Increase composable template `total_fields.limit` from 2000 to 2500. #2584
* Remove the `experimental/` build pipeline and unused `cgroup.*` fields; alpha and beta fields now live in `schemas/`. #2599
Loading