Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 581 Bytes

CHANGELOG.md

File metadata and controls

21 lines (13 loc) · 581 Bytes

Changelog

2.0.0

Update devDependencies and dependencies. Update to newest winston and express-winston. Adapt to breaking changes. (#20)

Breaking Changes

  • Supported Node.js version changed to >= 20.
  • Removed destroy() from Logger class.

1.2.0

Add handling for requestId (#18)

1.1.1

Fix logging of GraphQL response in case of errors (@symn in #3).