Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Releases: Financial-Times/n-logger

v10.3.1

21 Oct 14:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: v10.3.0...v10.3.1

v10.3.0

21 Sep 15:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: v10.2.0...v10.3.0

v10.2.0

11 Jul 09:21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v10.1.0...v10.2.0

v10.1.0

14 Apr 13:20
866bd9f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v10.0.0...v10.1.0

upgrade to Node 14 + 16

21 Mar 12:39
0f1f2a0
Compare
Choose a tag to compare

What's Changed

Breaking Changes

  • Dropped support for Node 12

New Contributors

Full Changelog: v9.0.2...v10.0.0

npm engine checking fixes

18 Oct 16:06
61838a9
Compare
Choose a tag to compare
Merge pull request #137 from Financial-Times/nori/fix-engines

Fix issues with engines enforcement

un-deprecate SYSTEM_CODE

07 Oct 14:43
66d07c5
Compare
Choose a tag to compare

Deprecate SYSTEM_CODE environment variable

20 Sep 08:32
51e3d0d
Compare
Choose a tag to compare

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

12 Jul 13:38
c303d5f
Compare
Choose a tag to compare
  • Switch from master to main
  • Fix CircleCI config to use node v12
  • Update renovate dependencies

Use Node v12

02 Oct 09:05
8ca2f2a
Compare
Choose a tag to compare
Merge pull request #108 from Financial-Times/use-node-v12

Use Node v12