Skip to content
This repository has been archived by the owner on Feb 24, 2019. It is now read-only.

Releases: vectordotdev/log-event-json-schema

v4.1.0 - 2018-04-03

03 Apr 15:59
Compare
Choose a tag to compare

Added

  • Support kubernetes as a platform.

v4.0.0 - 17 Jan 2018

17 Jan 23:07
Compare
Choose a tag to compare

Removed

  • Removed the tags field in favor of using the context, event, or meta keys which offer
    a structured and more descriptive alternative to attaching data to a log line.

v3.2.0 - 23 Oct 2017

24 Oct 04:08
Compare
Choose a tag to compare

Added

  • Added host to the http context document. This will include the full domain, including any sub-domains.

v3.1.3 - 2 Oct 2017

02 Oct 18:25
Compare
Choose a tag to compare

Changed

  • Raised the limit of the event.controller_call.params_json field from 8192 to 32768.

v3.1.2 - 7 Sep 2017

07 Sep 17:48
Compare
Choose a tag to compare
  • Removes the email format validation for the context.user.email field. This is not functionally necessary, and the regex fails for emails on new TLDs.

v3.1.1 - 16 Aug 2017

16 Aug 20:49
Compare
Choose a tag to compare
  • Adds type to the context.user document, allowing users to specify the user type in the case of polymorphism.
  • Adds meta to the context.user document, allowing users to supply additional arbitrary attributes.

v3.1.0 - 14 Aug 2017

14 Aug 15:37
Compare
Choose a tag to compare
  • Adds 2 new events: channel_receive and channel_join. Both of these represent channel events for multi-plexed websockets.

v3.0.9 - 2 Aug 2017

03 Aug 00:25
Compare
Choose a tag to compare
  • Make time_ms optional for http_response events.

v3.0.8 - 27 July 2017

27 Jul 21:45
Compare
Choose a tag to compare
  • Add support for the context.source.file_name field [#28]

3.0.7 - July 26 2017

26 Jul 22:32
Compare
Choose a tag to compare
  • Makes host and scheme optional for the event.http_request events since the HTTP 1.0 specification defines it as such.
  • Adds a new field context.system.process_name for string process name descriptions.
  • Requires that context.system.pid be an integer instead of a string.