Skip to content

Releases: hemerajs/hemera

[email protected]

26 Apr 21:05
Compare
Choose a tag to compare
  • improve TS types

[email protected]

19 Apr 08:59
Compare
Choose a tag to compare

Remove redundant error log #207

[email protected]

17 Apr 10:05
Compare
Choose a tag to compare
  • Allow to pass a stream to default logger Pino
  • Refactor logger configuration
  • Improve tests

[email protected]

10 Apr 13:30
Compare
Choose a tag to compare
  • Refactor plugin dependencies
  • Add decorator dependencies
  • Simplify hemera-plugin

PR: #200

[email protected]

10 Apr 10:28
Compare
Choose a tag to compare

FIXED: Decorator should always extend the core hemera instance.
NEW: Implement hemera.expose() to extend the current plugin instance.

[email protected]

05 Apr 14:34
Compare
Choose a tag to compare
  • Remove expectedMessages$ from Add object.
  • Don't assign default inbox queue to Add object.

[email protected]

04 Apr 20:25
Compare
Choose a tag to compare

Fixed regression of maxMessages$: -1

[email protected]

03 Apr 22:03
Compare
Choose a tag to compare
  • 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]

03 Apr 12:27
Compare
Choose a tag to compare

Fixed

  • hemera.add returns an Add Object which should return all information about the subscription. sid and queue was missing. This also effects the onAdd hook.

Miscellaneous

  • Internal refactoring

[email protected]

02 Apr 14:55
Compare
Choose a tag to compare
  • Clean up pattern after maxMessages$ received in server action
  • Add tests