Skip to content

Latest commit

 

History

History
98 lines (49 loc) · 4.22 KB

CHANGELOG.md

File metadata and controls

98 lines (49 loc) · 4.22 KB

Changelog

3.0.4 (2024-02-02)

Chores

3.0.3 (2022-06-29)

Continuous Integration

  • add commitlint tooling and config 56f4c8b - Mike Del Tito, closes: #7

Documentation

  • wiki: add @jsumners as a contributor c224933 - Mike Del Tito

3.0.2 (2022-05-06)

Bug Fixes

  • data logs being dropped 3353e5e - James Sumners

3.0.1 (2022-05-06)

Bug Fixes

  • upgrade pino-abstract-transport from 0.4.0 to 0.5.0 1be9bb7 - Mike Del Tito

3.0.0 (2021-10-27)

Chores

Features

  • implement pino@7 transport interface 8933c41 - Mike Del Tito, closes: #3

BREAKING CHANGES

  • This transport is now untested as an in-process log destination for pino < 7.0.0, and while it may work, it is not recommended and will no longer be officially supported. Users that wish to use the latest version of pino-logdna with earlier versions of pino should pipe program output to the transport instead. See https://getpino.io/#/docs/transports?id=legacy-transports

2.0.0 (2021-02-19)

Chores

  • deps: update semantic-release deps 850605a - Mike Del Tito

Miscellaneous

  • add @digitalmio as a contributor c89e262 - Mike Del Tito
  • add @mdeltito as a contributor 27202d8 - Mike Del Tito

BREAKING CHANGES

  • Adding @mdeltito as a contributor for release of 2.0.0 of this package.

1.0.0 (2021-02-10)

Continuous Integration

  • use semantic-release for publishing 57f0496 - Mike Del Tito

Features

  • initial implementation c4b61c8 - Mike Del Tito

Miscellaneous

  • Initial commit 84280d5 - Mike Del Tito