Skip to content
Open
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
9 changes: 9 additions & 0 deletions docs/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ To check for security updates, go to [Security announcements for the Elastic sta
% ### Fixes [ecs-next-fixes]
% *

## 9.4.0 [ecs-9-4-0-release-notes]

### Features and enhancements [ecs-9-4-0-features-enhancements]

* Add `alpha` field maturity attribute, mirroring `beta` with mutual exclusion. [#2599](https://github.com/elastic/ecs/pull/2599)
* Document field stability definitions (alpha, beta, GA) in design principles. [#2599](https://github.com/elastic/ecs/pull/2599)
* Increase composable template `total_fields.limit` from 2000 to 2500. [#2584](https://github.com/elastic/ecs/pull/2584)
* Remove the `experimental/` build pipeline and unused `cgroup.*` fields; alpha and beta fields now live in `schemas/`. [#2599](https://github.com/elastic/ecs/pull/2599)

## 9.3.0 [ecs-9-3-0-release-notes]

### Features and enhancements [ecs-9-3-0-features-enhancements]
Expand Down
Loading