From 372ee0ee0cb8b5e02de0d02f65d298c771f729d0 Mon Sep 17 00:00:00 2001 From: Taylor Swanson Date: Tue, 5 May 2026 14:07:06 -0500 Subject: [PATCH] Finalize changelog for 9.4 release --- CHANGELOG.md | 15 +++++++++++++++ CHANGELOG.next.md | 14 -------------- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04a98c4a5..c647ce45c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/CHANGELOG.next.md b/CHANGELOG.next.md index 75092b6e9..646f62360 100644 --- a/CHANGELOG.next.md +++ b/CHANGELOG.next.md @@ -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