Releases: hmcts/nodejs-logging
Releases · hmcts/nodejs-logging
v4.0.4 🌈
4.0.3
4.0.3
v4.0.2 🌈
📦 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 🌈
Revert winston upgrade as it broke the integration with application insights
- 4.0.1 @linusnorton (#143)
- Revert winston upgrade @linusnorton (#142)
4.0.0
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
v3.0.2 🌈
🧰 Maintenance
📦 Dependency updates
- Bump sinon-chai from 3.3.0 to 3.5.0 @dependabot-preview (#66)
- Bump sinon from 4.5.0 to 7.5.0 @dependabot-preview (#57)
- Bump moment from 2.24.0 to 2.27.0 @dependabot-preview (#76)
- Bump mocha from 6.2.0 to 8.1.1 @dependabot-preview (#82)
- [Security] Bump lodash from 4.17.15 to 4.17.20 @dependabot-preview (#83)
v3.0.1 🌈
Changes
- Bump sinon-chai from 2.14.0 to 3.3.0 @dependabot-preview (#37)
- Setup github actions @timja (#54)
- Bump assert from 1.4.1 to 2.0.0 @dependabot-preview (#52)
- Bump supertest from 3.0.0 to 4.0.2 @dependabot-preview (#45)
- Bump mocha from 4.0.1 to 6.2.0 @dependabot-preview (#53)
- Use the current Node.js version for testing @dwaynebailey (#32)
3.0.0
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