Releases: SAP/cf-nodejs-logging-support
Releases · SAP/cf-nodejs-logging-support
v7.4.0
Features
- Optionally retain custom field types by @christiand93 in #213
Dependencies
- Bump express from 4.18.2 to 4.19.2 in /sample/cf-nodejs-logging-support-sample by @dependabot in #205
- Bump express from 4.18.2 to 4.19.2 in /sample/winston-sample by @dependabot in #206
- Bump express from 4.18.2 to 4.19.2 in /src/performance-test/test-app by @dependabot in #207
- Bump express from 4.18.3 to 4.19.2 by @dependabot in #208
- Bump ejs from 3.1.9 to 3.1.10 in /sample/cf-nodejs-logging-support-sample by @dependabot in #210
- Bump ejs from 3.1.8 to 3.1.10 in /src/performance-test/test-app by @dependabot in #209
- Bump rexml from 3.2.6 to 3.2.8 in /docs by @dependabot in #212
- Bump nokogiri from 1.16.2 to 1.16.5 in /docs by @dependabot in #211
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #214
- Bump braces from 3.0.2 to 3.0.3 in /sample/cf-nodejs-logging-support-sample by @dependabot in #215
- Bump rexml from 3.2.8 to 3.3.3 in /docs by @dependabot in #216
- Bump send and express in /sample/winston-sample by @dependabot in #220
- Bump rexml from 3.3.3 to 3.3.6 in /docs by @dependabot in #217
- Bump path-to-regexp and express in /sample/cf-nodejs-logging-support-sample by @dependabot in #218
- Bump body-parser and express in /src/performance-test/test-app by @dependabot in #222
- Bump body-parser and express in /sample/cf-nodejs-logging-support-sample by @dependabot in #223
- Bump serve-static and express by @dependabot in #219
- Bump rexml from 3.3.6 to 3.3.9 in /docs by @dependabot in #228
- Bump cookie and express in /src/performance-test/test-app by @dependabot in #226
- Bump webrick from 1.8.1 to 1.8.2 in /docs by @dependabot in #229
- Bump cookie, express and light-my-request by @dependabot in #225
- Bump cookie and express in /sample/winston-sample by @dependabot in #230
Full Changelog: v7.3.0...v7.4.0
v7.3.0
Features
- Add fastify middleware by @christiand93 in #201
- Add logger to exported types by @christiand93 in #190
Dependencies
- Bump nokogiri from 1.15.2 to 1.16.2 in /docs by @dependabot in #202
v7.2.1
v7.2.0
v7.1.0
Features
- Add support for adding (custom) context to child logger derived from global (root) logger #186
- Add return value for context property setter methods to indicate success #186
- Update documentation on logging contexts and child loggers #186
Bug fixes
- Fix missing context inheritance for child logger #186
Dependencies
v7.0.1
v7.0.0
Version 7.0.0 introduces a redesigned architecture written in TypeScript. We aimed to keep the new version mostly compatible with previous versions 6.x. Please check out our migration guide to learn more about the new features and changes. A summary of changes can be found below.
New Features
- New configuration concept.
- TypeScript types are available now.
Breaking changes
- Unresolved log fields no longer default to
-
but get omitted instead. - Discontinued log pattern feature.
- Drop support for outdated Node.js version 12.x. Please update to a newer Node.js version (min: latest 14.x, ideally: active LTS version)
Dependencies
- Bumped all dependencies in library and samples.
v6.14.1
Dependencies
Improvements
v6.14.0
Dependencies
- Bumped jsonwebtoken to v9 due to vulnerability
important: This release will only support node v12 and up, due to a change in the jsonwebtoken dep.