From 5af7bdb264b5da9b322542896d2945a49fd6da09 Mon Sep 17 00:00:00 2001 From: Michael Wolf Date: Wed, 29 Jan 2025 11:00:17 -0800 Subject: [PATCH] Prepare changelog for 8.17 release (#2435) --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69c807403c..073e44a3fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ # 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/). +## [8.17.0](https://github.com/elastic/ecs/compare/v8.16.0...v8.17.0) + +### Schema Changes + +#### Bugfixes + +* Fix link rendering issues and usage of http in links. #2423 + +#### Improvements + +* Increase ignore_above value for url.query. #2424 +* Set synthetic_source_keep = none on fields that represent sets. #2422 + ## [8.16.0](https://github.com/elastic/ecs/compare/v8.11.0...v8.16.0) ### Schema Changes