Skip to content

Commit 91b38d6

Browse files
authored
Prepare changelog for 9.1 (#2508) (#2512)
Update changelog with changes included in 9.1.0
1 parent 7cf3305 commit 91b38d6

File tree

2 files changed

+25
-9
lines changed

2 files changed

+25
-9
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@
33
# CHANGELOG
44
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/).
55

6+
## [9.1.0](https://github.com/elastic/ecs/compare/v9.0.0...v9.1.0)
7+
8+
### Schema Changes
9+
10+
#### Bugfixes
11+
12+
* Add `origin_referrer_url` and `origin_url` fields, which indicate the origin information to the file, process and dll schemas #2441
13+
* Add `thumbprint_sha256` to `code_signature` schema. #2452
14+
15+
#### Added
16+
17+
* Add `gen_ai` fields to schema as beta. #2475
18+
19+
### Tooling and Artifact Changes
20+
21+
#### Bugfixes
22+
23+
* Fix otel urls for fieldsets with underscores. #2486
24+
25+
#### Improvements
26+
27+
* Allow Unicode characters in generated ECS yml files. #2478
28+
* Update semconv version used in file generation to v1.34.0 #2483
29+
30+
631
## [9.0.0](https://github.com/elastic/ecs/compare/v8.17.0...v9.0.0)
732

833
### Schema Changes

CHANGELOG.next.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,8 @@ Thanks, you're awesome :-) -->
1414

1515
#### Bugfixes
1616

17-
* Add `thumbprint_sha256` to `code_signature` schema. #2452
18-
* Add `origin_referrer_url` and `origin_url` fields, which indicate the origin information to the file, process and dll schemas #2441
19-
2017
#### Added
2118

22-
* Add `gen_ai` fields to schema as beta. #2475
2319
* Add `device` value to `event.type` #2524
2420

2521
#### Improvements
@@ -32,15 +28,10 @@ Thanks, you're awesome :-) -->
3228

3329
#### Bugfixes
3430

35-
* Fix otel urls for fieldsets with underscores. #2486
36-
3731
#### Added
3832

3933
#### Improvements
4034

41-
* Allow Unicode characters in generated ECS yml files. #2478
42-
* Update semconv version used in file generation to v1.34.0 #2483
43-
4435
#### Deprecated
4536

4637
<!-- All empty sections:

0 commit comments

Comments
 (0)