Skip to content

Forward port 9.1 changelog #2512

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
# 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.1.0](https://github.com/elastic/ecs/compare/v9.0.0...v9.1.0)

### Schema Changes

#### Bugfixes

* Add `origin_referrer_url` and `origin_url` fields, which indicate the origin information to the file, process and dll schemas #2441
* Add `thumbprint_sha256` to `code_signature` schema. #2452

#### Added

* Add `gen_ai` fields to schema as beta. #2475

### Tooling and Artifact Changes

#### Bugfixes

* Fix otel urls for fieldsets with underscores. #2486

#### Improvements

* Allow Unicode characters in generated ECS yml files. #2478
* Update semconv version used in file generation to v1.34.0 #2483


## [9.0.0](https://github.com/elastic/ecs/compare/v8.17.0...v9.0.0)

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

#### Bugfixes

* Add `thumbprint_sha256` to `code_signature` schema. #2452
* Add `origin_referrer_url` and `origin_url` fields, which indicate the origin information to the file, process and dll schemas #2441

#### Added

* Add `gen_ai` fields to schema as beta. #2475

#### Improvements

#### Deprecated
Expand All @@ -31,15 +26,10 @@ Thanks, you're awesome :-) -->

#### Bugfixes

* Fix otel urls for fieldsets with underscores. #2486

#### Added

#### Improvements

* Allow Unicode characters in generated ECS yml files. #2478
* Update semconv version used in file generation to v1.34.0 #2483

#### Deprecated

<!-- All empty sections:
Expand Down