Skip to content

Releases: felixheck/laabr

Coveralls, Code of Conduct & Contributiing

17 Jul 13:09
Compare
Choose a tag to compare
  • Additionally deprecated server.app.cid and defined server.cid instead

Hotfix: Correlation ID

13 Jul 10:03
Compare
Choose a tag to compare
  • The :cid token works now even out of the request context

Fix Handling of Inline Strings in JSONs

13 Jul 09:45
Compare
Choose a tag to compare
  • use even single/double quotes for inline strings in JSON values
  • add possibility to use invalid javascript object keys, e.g. time-stamp, if it's quoted

Correlator & Postformatter

13 Jul 09:11
Compare
Choose a tag to compare
  • Add a correlation id feature which enables to reuse correlation ids of incoming HTTP requests and to define new scopes. Based on https://github.com/toboid/correlation-id
  • Add a postformatter which works in a quite equal manner like the preformatter
  • Update outdated dependencies

Preformatter

12 Jul 06:21
Compare
Choose a tag to compare
  • Added preformatter to handle sensitive data
  • Added new token requestId
  • Differ between server.log and request.log

Improvement: JSON Logs

11 Jul 12:52
Compare
Choose a tag to compare
  • Accepts JSON logs with { ... } instead of ({ ... })

Improvement: Handle Inline Concats

11 Jul 12:37
Compare
Choose a tag to compare
  • It is not more necessary to enclose strings with brackets to ensure concat within JSON

Bug & Docs Fixing

11 Jul 12:08
Compare
Choose a tag to compare
v1.3.2

1.3.2

New Token: `tags`

11 Jul 09:01
Compare
Choose a tag to compare
v1.3.1

1.3.1

Override Console

11 Jul 06:52
Compare
Choose a tag to compare
  • Possibility to override console methods with bound server.log methods
  • Refactor docs
  • options.plugin will be deprecated soon — switch to options.hapiPino instead