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

Releases: vectordotdev/timber-node

3.1.1 - 2017-10-17

17 Oct 18:01
Compare
Choose a tag to compare

Fixed

  • Fixes the key name used for HTTP context to use http instead of http_context.

3.1.0 - 2017-10-17

17 Oct 17:54
Compare
Choose a tag to compare

Added

  • Exposes a new LogEntry class that can be used to build a structured log directly.

3.0.3 - 2017-10-09

10 Oct 01:38
Compare
Choose a tag to compare

Changed

  • HTTPS stream uses a text/plain content type instead of an application/json since it
    receives strings.

3.0.2 - 2017-09-28

28 Sep 17:37
Compare
Choose a tag to compare

Fixed

  • Message no longer is included in metadata object
  • Winston timestamps are now preserved when using the formatter

3.0.1 - 2017-09-20

20 Sep 17:00
Compare
Choose a tag to compare

Fixed

  • Resolves crashing issue when failing to connect to ingestion server

3.0.0 - 2017-09-19

19 Sep 12:30
Compare
Choose a tag to compare

Fixed

  • The built in console functions are no longer patched on import

Changed

  • To append metadata without installing a transport, you must set timber.config.append_metadata = true

v2.1.1 - 17 September 2017

17 Sep 15:29
Compare
Choose a tag to compare
  • Fixes the append_metadata configuration option
  • The NODE_ENV is now used to determine whether metadata should be appended to log lines
    • If NODE_ENV === 'production': metadata will always be appended
    • If NODE_ENV !== 'production': metadata will not be appended (unless append_metadata is explicitly set)

v2.1.0 - 14 September 2017

15 Sep 09:25
Compare
Choose a tag to compare
  • Added Winston formatter
  • Added Bunyan stream
  • Express middleware now allows a configuration object to be passed when initializing (view all options)

v2.0.0 - 21 June 2017

22 Jun 03:26
Compare
Choose a tag to compare
  • Adds Express middleware (see usage)
  • Adds ability to attach a transport to any writable stream
  • Adds configuration options (view available options)
  • Fixes incorrect log levels (#19)
  • Fixes integration with morgan (#20)