File tree Expand file tree Collapse file tree 2 files changed +31
-31
lines changed Expand file tree Collapse file tree 2 files changed +31
-31
lines changed Original file line number Diff line number Diff line change 33# CHANGELOG
44All 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+ ## [ 1.9.0] ( https://github.com/elastic/ecs/compare/v1.8.0...v1.9.0 )
7+
8+ ### Schema Changes
9+
10+ #### Added
11+
12+ * Added ` hash.ssdeep ` . #1169
13+ * Added ` cloud.service.name ` . #1204
14+ * Added ` http.request.id ` . #1208
15+ * ` data_stream.* ` fieldset introduced in experimental schema and artifacts. #1215
16+ * Added ` geo.timezone ` , ` geo.postal_code ` , and ` geo.continent_code ` . #1229
17+ * Added ` beta ` host metrics fields. #1248
18+ * Added ` code_signature.team_id ` , ` code_signature.signing_id ` . #1249
19+ * Extended ` pe ` fields added to experimental schema. #1256
20+ * Add ` elf ` fieldset to experimental schema. #1261
21+ * Add ` threat.indicator ` fields to experimental schema. #1268
22+
23+ #### Improvements
24+
25+ * Include formatting guidance and examples for MAC address fields. #456
26+ * New section in ECS detailing event categorization fields usage. #1242
27+ * ` user.changes.* ` , ` user.effective.* ` , and ` user.target.* ` field reuses are GA. #1271
28+
29+ ### Tooling and Artifact Changes
30+
31+ #### Improvements
32+
33+ * Update Python dependencies #1310 , #1318
34+ * Adjustments to use terminology that doesn't have negative connotation. #1315
35+
36+
637## [ 1.8.0] ( https://github.com/elastic/ecs/compare/v1.7.0...v1.8.0 )
738
839### Schema Changes
Original file line number Diff line number Diff line change @@ -30,37 +30,6 @@ Thanks, you're awesome :-) -->
3030
3131#### Deprecated
3232
33-
34- ## 1.9.0 (Feature Freeze)
35-
36- ### Schema Changes
37-
38- #### Added
39-
40- * Added ` hash.ssdeep ` . #1169
41- * Added ` cloud.service.name ` . #1204
42- * Added ` http.request.id ` . #1208
43- * ` data_stream.* ` fieldset introduced in experimental schema and artifacts. #1215
44- * Added ` geo.timezone ` , ` geo.postal_code ` , and ` geo.continent_code ` . #1229
45- * Added ` beta ` host metrics fields. #1248
46- * Added ` code_signature.team_id ` , ` code_signature.signing_id ` . #1249
47- * Extended ` pe ` fields added to experimental schema. #1256
48- * Add ` elf ` fieldset to experimental schema. #1261
49- * Add ` threat.indicator ` fields to experimental schema. #1268
50-
51- #### Improvements
52-
53- * Include formatting guidance and examples for MAC address fields. #456
54- * New section in ECS detailing event categorization fields usage. #1242
55- * ` user.changes.* ` , ` user.effective.* ` , and ` user.target.* ` field reuses are GA. #1271
56- * Update Python dependencies #1310 , #1318
57-
58- ### Tooling and Artifact Changes
59-
60- #### Improvements
61-
62- * Adjustments to use terminology that doesn't have negative connotation. #1315
63-
6433<!-- All empty sections:
6534
6635## Unreleased
You can’t perform that action at this time.
0 commit comments