Skip to content

Commit

Permalink
8.5 changelog (#2085)
Browse files Browse the repository at this point in the history
* Finalize changelog for 8.5 release
* Add another entry to changelog
  • Loading branch information
taylor-swanson authored Nov 1, 2022
1 parent 7d33903 commit c64d2c1
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
# 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.5.0](https://github.com/elastic/ecs/compare/v8.4.0...v8.5.0)

### Schema Changes

#### Added

* Adding `risk.*` fields as experimental. #1994, #2010
* Adding `process.io.*` as beta fields. #1956, #2031
* Adding `process.tty.rows` and `process.tty.columns` as beta fields. #2031
* Changed `process.env_vars` field type to be an array of keywords. #2038
* `process.attested_user` and `process.attested_groups` as beta fields. #2050
* Added `risk.*` fieldset to beta. #2051, #2058
* Moved Linux event model fields to GA. #2082

#### Improvements

* Advances `threat.enrichments.indicator` to GA. #1928
* Added `ios` and `android` as valid values for `os.type` #1999

### Tooling and Artifact Changes

#### Bugfixes

* Added Deprecation Warning for `misspell` task #1993
* Fix typo in client schema #2014

## [8.4.0](https://github.com/elastic/ecs/compare/v8.3.1...v8.4.0)

### Schema Changes
Expand Down

0 comments on commit c64d2c1

Please sign in to comment.