pino-datadog
Version:
A transport for pino that sends messages to DataDog
76 lines (43 loc) • 2.47 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
Changes are grouped by:
`Added` for new features
`Changed` for changes in existing functionality
`Deprecated` for soon-to-be removed features
`Removed` for now removed features
`Fixed` for any bug fixes
`Security` in case of vulnerabilities
## [Unreleased](https://github.com/ovhemert/pino-datadog/compare/v2.0.2...HEAD)
- ...
## [2.0.2](https://github.com/ovhemert/pino-datadog/compare/v2.0.1...v2.0.2) - 2021-02-25
### Fixed
- Add missing batch size CLI option by [@abalhier](https://github.com/abalhier)
### Security
- Fixed external vulnerabilities by upgrading dependencies by [@ovhemert](https://github.com/ovhemert)
## [2.0.1](https://github.com/ovhemert/pino-datadog/compare/v2.0.0...v2.0.1) - 2020-09-09
### Added
- Optionally keep msg parameter by [@francisu](https://github.com/francisu)
## [2.0.0](https://github.com/ovhemert/pino-datadog/compare/v1.2.1...v2.0.0) - 2020-07-28
### Added
- Tests to provide Node.js v14.x support by [@ovhemert](https://github.com/ovhemert)
### Security
- Fixed external vulnerabilities by upgrading dependencies by [@ovhemert](https://github.com/ovhemert)
## [1.2.1](https://github.com/ovhemert/pino-datadog/compare/v1.1.0...v1.2.1) - 2020-04-29
### Added
- Support for ddtags by [@devillexio](https://github.com/devillexio)
- Tests to provide Node.js v13.x support by [@ovhemert](https://github.com/ovhemert)
- Option for disabling stdout by [@alphashuro-br](https://github.com/alphashuro-br)
### Fixed
- Return undefined instead of null on invalid JSON by [@jsclayton](https://github.com/jsclayton)
### Security
- Fixed external vulnerabilities by upgrading dependencies by [@ovhemert](https://github.com/ovhemert)
## [1.1.0](https://github.com/ovhemert/pino-datadog/compare/v1.0.0...v1.1.0) - 2019-10-31
### Added
- Tests to provide Node.js v12.x support by [@ovhemert](https://github.com/ovhemert)
- Log forwarding to stdout and options by [@Nhacsam](https://github.com/Nhacsam)
### Security
- Fixed external vulnerabilities by upgrading dependencies by [@ovhemert](https://github.com/ovhemert)
## [1.0.0](https://github.com/ovhemert/pino-datadog/releases/tag/v1.0.0) - 2019-03-29
- Initial version by [@ovhemert](https://github.com/ovhemert)