Skip to content

Releases: hmcts/nodejs-logging

v4.0.4 🌈

07 Jul 10:41
Compare
Choose a tag to compare

4.0.3

07 Jul 10:19
Compare
Choose a tag to compare
4.0.3

v4.0.2 🌈

23 May 12:08
790d627
Compare
Choose a tag to compare

📦 Dependency updates

  • Bump supertest from 6.2.2 to 6.2.3 @dependabot (#144)
  • Bump mocha from 9.2.2 to 10.0.0 @dependabot (#145)
  • Added option to ignore some requests in Express.accesslogger (#146)

v4.0.1 🌈

20 Apr 10:43
a396d3b
Compare
Choose a tag to compare

Revert winston upgrade as it broke the integration with application insights

4.0.0

19 Apr 13:17
aef45d9
Compare
Choose a tag to compare

Upgrade various dependencies. Most notably winston v2 -> v3.

The log format should be the same after this release but it's not guaranteed.

v3.0.4: Merge pull request #129 from hmcts/DTSPO-4851/dependency-updates

15 Sep 14:54
28eedc4
Compare
Choose a tag to compare

v3.0.2 🌈

21 Aug 17:33
4bd9834
Compare
Choose a tag to compare

🧰 Maintenance

  • Add newly required tags syntax @timja (#60)

📦 Dependency updates

v3.0.1 🌈

21 Aug 09:19
Compare
Choose a tag to compare

Changes

3.0.0

12 Apr 00:37
Compare
Choose a tag to compare

Next major version of the logging library aimed for applications deployed in strategic environments that use Azure App Insights.

Underlying logging library has been changed to use Winston that is supported out of the box by App Insights Node.js SDK. That change makes App Insights better understand log produced by the application.

Main changes in this version:

  • support for Reform tactical logging requirements has been dropped
  • request tracing middleware has been removed
  • configuration object has been removed

2.2.0

19 Dec 12:34
3f757ad
Compare
Choose a tag to compare

Changes in this version:

  • tracing IDs are logged on all logger calls (if they are available in local storage).