Releases: Financial-Times/n-logger
v10.3.1
What's Changed
- Update CODEOWNERS to the new team name by @rowanmanning in #155
- Bump Winston to 2.4.6 by @rowanmanning in #156
Full Changelog: v10.3.0...v10.3.1
v10.3.0
v10.2.0
What's Changed
- Switch the owner to Dotcom Support by @rowanmanning in #150
- Update the CircleCI npm version by @rowanmanning in #151
- Allow apps to use Heroku log drains by @rowanmanning in #152
New Contributors
- @rowanmanning made their first contribution in #150
Full Changelog: v10.1.0...v10.2.0
v10.1.0
What's Changed
- Making log colorization configurable by @doandzhiFt in #143
New Contributors
- @doandzhiFt made their first contribution in #143
Full Changelog: v10.0.0...v10.1.0
upgrade to Node 14 + 16
What's Changed
- CPP-642 migrate from
circleci/*
tocimg/*
by @serena97 in #140 - Add
npm-publish-token
CircleCI context by @serena97 in #146 - Add support for Node 14 and Node 16 by @ivomurrell in #145
Breaking Changes
- Dropped support for Node 12
New Contributors
Full Changelog: v9.0.2...v10.0.0
npm engine checking fixes
Merge pull request #137 from Financial-Times/nori/fix-engines Fix issues with engines enforcement
un-deprecate SYSTEM_CODE
whatever
Deprecate SYSTEM_CODE environment variable
Previously, the SplunkHEC logger relied on a SYSTEM_CODE
environment variable. This is set by the (soon to be replaced) n-heroku-tools
configure
task on production apps, causing unnecessary implicit coupling between the logger and our deployment process.
This release deprecates the environment variable, and adds a setSystemCode
method to the logger to replace it. If you're still using the environment variable, n-logger
will print a warning.
A future release of n-express
will call setSystemCode
to set it to the mandatory systemCode
option it already knows about; every app using n-logger
and deploying via n-heroku-tools
is already using n-express
and setting its systemCode
option, so you won't need to do anything about this.
Long-overdue housekeeping
- Switch from
master
tomain
- Fix CircleCI config to use node v12
- Update renovate dependencies
Use Node v12
Merge pull request #108 from Financial-Times/use-node-v12 Use Node v12