Skip to content

Releases: SAP/cf-nodejs-logging-support

v7.3.0

06 Mar 14:36
7586f70
Compare
Choose a tag to compare

Features

Dependencies

v7.2.1

12 Jan 16:08
Compare
Choose a tag to compare

Bug fixes

  • Fix undefined logger for winston transport #199
  • Fix module path in package.json #200

v7.2.0

10 Nov 15:41
Compare
Choose a tag to compare

Features

  • Update sample app to show service bindings and last sent log #196

Bug fixes

Dependencies

v7.1.0

23 Jun 11:58
Compare
Choose a tag to compare

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

01 Jun 12:05
b936711
Compare
Choose a tag to compare

Bug fixes

  • Fix custom fields processing and inconsistent types #181 #182
  • Fix incorrect method call #182

Dependencies

  • Update documentation dependencies #183 #184

v7.0.0

04 May 11:31
Compare
Choose a tag to compare

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

12 Jan 16:07
fd4fee1
Compare
Choose a tag to compare

Dependencies

Improvements

  • Add type check for dynamic log level public key. Issue: #169, PR: #170
  • Fix outdated engines field. Since version 6.14.0 the minimum supported engine is node 12. This now also updated in the package.json.

v6.14.0

23 Dec 13:59
6d9662f
Compare
Choose a tag to compare

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.

v6.13.2

18 Oct 09:09
4fbab47
Compare
Choose a tag to compare

Optimisation

  • Avoid publishing dev folders like docs & tools. #138 #137

Other

v6.13.1

10 Jun 14:39
fe85595
Compare
Choose a tag to compare

Bug fixes

  • Fix logging service detection. #127

Other