Releases: hemerajs/hemera
Releases · hemerajs/hemera
[email protected]
- improve TS types
[email protected]
Remove redundant error log #207
[email protected]
- Allow to pass a stream to default logger Pino
- Refactor logger configuration
- Improve tests
[email protected]
- Refactor plugin dependencies
- Add decorator dependencies
- Simplify hemera-plugin
PR: #200
[email protected]
FIXED: Decorator should always extend the core hemera instance.
NEW: Implement hemera.expose()
to extend the current plugin instance.
[email protected]
- Remove
expectedMessages$
fromAdd
object. - Don't assign default inbox queue to
Add
object.
[email protected]
Fixed regression of maxMessages$: -1
[email protected]
- Implement
setResponseSchemaCompiler
for better abstraction for response validators - Update hemera-joi and hemera-ajv to use
setResponseSchemaCompiler
- Remove hemera-joi from plugins and use simple middleware and joi
[email protected]
Fixed
hemera.add
returns anAdd
Object which should return all information about the subscription.sid
andqueue
was missing. This also effects theonAdd
hook.
Miscellaneous
- Internal refactoring
[email protected]
- Clean up pattern after maxMessages$ received in server action
- Add tests