Releases: felixheck/laabr
Releases · felixheck/laabr
Coveralls, Code of Conduct & Contributiing
- Additionally deprecated
server.app.cid
and definedserver.cid
instead
Hotfix: Correlation ID
- The
:cid
token works now even out of the request context
Fix Handling of Inline Strings in JSONs
- 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
- 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
- Added preformatter to handle sensitive data
- Added new token
requestId
- Differ between
server.log
andrequest.log
Improvement: JSON Logs
- Accepts JSON logs with
{ ... }
instead of({ ... })
Improvement: Handle Inline Concats
- It is not more necessary to enclose strings with brackets to ensure concat within JSON
Bug & Docs Fixing
v1.3.2 1.3.2
New Token: `tags`
v1.3.1 1.3.1
Override Console
- Possibility to override
console
methods with boundserver.log
methods - Refactor docs
options.plugin
will be deprecated soon — switch tooptions.hapiPino
instead