Releases: hemerajs/hemera
Releases · hemerajs/hemera
[email protected]
Fixed
- Hemera emit an error when nats connection was closed so process watchers can restart it accordingly.
[email protected]
- Add
tag
to trace logs #213 - Some internal clean ups
[email protected]
- Fix logging message
- Add logs for server and client hooks (Request- started, received, responded, completed)
- Improve knabe plugin
[email protected]
- Improved request logs.
- New option
traceLog
to attach tracing information to each log.
[email protected]
- Remove
this.request$.parentId
because it's duplicated. The parent relationship is tracked inthis.trace$.parentSpanId
- Update docs
- Improve tests
[email protected]
[email protected]
Avoid to create separate promise in catch case when callback-style is used. Perf gains ~10%.
[email protected]
- Update deps
- Use strict mode in
index.js
[email protected]
- improve TS types
[email protected]
- improve TS types