Skip to content

Commit

Permalink
Cut 1.1.0 changelog, add contributor guidelines to changelog.next (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Martin authored Aug 22, 2019
1 parent 7148acb commit cc1d96b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 15 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,30 @@
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/).


## [1.1.0](https://github.com/elastic/ecs/compare/v1.0.1...v1.1.0)

### Added

* Added `as` fields for Autonomous System information (i.e. ASN). #341
* Added field formats to all `.bytes` fields and `event.duration`. #385, #425
* Added `hash.*` field set. #426
* Added `dns.*` field set, to describe DNS traffic. #438
* Added `event.code`, `event.sequence` and `event.provider`. #439
* Added `file.name` and `file.directory`. #441
* Added `file.created`, and `file.accessed`. #445
* Added `process.uptime` and `host.uptime` fields. #477
* Added `domain` field to user. #486
* Added `.nat.ip` and `.nat.port` to `source`, `destination`, `client` and `server`. #491
* Added `process.thread.name` field. #517
* Added `trace.id` and `transaction.id` fields for tracing across different services. #519
* Added `log.logger` field. #521

### Improvements

* Added examples and improved definitions of many `file` fields. #441
* Changed the `service.id` description so it works better for clustered services. #502


## [1.0.1](https://github.com/elastic/ecs/compare/v1.0.0...v1.0.1)

### Added
Expand All @@ -20,6 +44,7 @@ All notable changes to this project will be documented in this file based on the
* Format port numbers and numeric IDs as strings. #454
* Add example for `process.pid` and `process.ppid`. #464, #470


## [1.0.0](https://github.com/elastic/ecs/compare/v1.0.0-beta2...v1.0.0)

### Breaking changes
Expand Down Expand Up @@ -114,6 +139,7 @@ All notable changes to this project will be documented in this file based on the
* Clarify that source/destination should be filled, even if client/server is
being used. #265


## [1.0.0-beta1](https://github.com/elastic/ecs/compare/v0.1.0...v1.0.0-beta1)

### Breaking changes
Expand Down Expand Up @@ -166,6 +192,7 @@ All notable changes to this project will be documented in this file based on the
* Remove duplicate definitions of the reuseable `os` field set from `host.os` and
`user_agent.os`. #168


## 0.1.0

Initial draft release
20 changes: 5 additions & 15 deletions CHANGELOG.next.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<!-- When adding an entry to the Changelog:
- Please follow the Keep a Changelog: http://keepachangelog.com/ guidelines.
- Please insert your changelog line ordered by PR ID.
Thanks, you're awesome :-) -->

## Unreleased

### Breaking changes
Expand All @@ -6,23 +11,8 @@

### Added

* Added `dns.*` field set, to describe DNS traffic. #438
* Added `process.uptime` and `host.uptime` fields. #475
* Added field formats to all `.bytes` fields and `event.duration`. #385, #425
* Added `hash.*` field set. #426
* Added `event.code`, `event.sequence` and `event.provider`. #439
* Added `file.name` and `file.directory`. #441
* Added `file.created`, and `file.accessed`. #445
* Added `domain` field to user. #486
* Added `.nat.ip` and `.nat.port` to `source`, `destination`, `client` and `server`. #491
* Added `as` fields for Autonomous System information (i.e. ASN). #341
* Added `process.thread.name` field. #517
* Added `log.logger` field. #521

### Improvements

* Added examples and improved definitions of many `file` fields. #441

### Deprecated


Expand Down

0 comments on commit cc1d96b

Please sign in to comment.