Skip to content

Releases: hemerajs/hemera

[email protected]

19 Dec 20:54
Compare
Choose a tag to compare
  • Encapsulate plugin options, name, dependencies with Symbols. Example
  • Introduce plugin dependencies check. Example
  • Support single function as plugin
  • Plugin name isn't required anymore. When no name is defined a name will be generated anonymous-<count>
  • Remove support for hemera-parambulator, hemera-snappy
  • Move hemera-mongo-store in seperate repository to support CI.
  • Drop support for Node 4. Only 6+ is supported.

[email protected]

18 Nov 15:20
Compare
Choose a tag to compare
  • Throw synchronous error pattern already in use

[email protected]

05 Nov 18:26
Compare
Choose a tag to compare
  • Attach hops to extensions errors #173

[email protected]

04 Nov 20:02
Compare
Choose a tag to compare

Throw error when trying to register patterns with different transport options but with the same topic. You have to use a different topic.

[email protected]

29 Oct 09:08
Compare
Choose a tag to compare
  • Remove legacy code of plugin timeout (errors and config)

[email protected]

20 Oct 09:32
Compare
Choose a tag to compare
  • Fixed: Support falsy values except undefined as valid server response.

[email protected]

19 Oct 20:19
Compare
Choose a tag to compare
  • Support async / await in extensions

[email protected]

13 Oct 20:05
Compare
Choose a tag to compare
  • Upgrade avvio to 3.0.0
  • Support async plugin functions
  • Update plugin docs and async / await example

[email protected]

13 Oct 19:19
Compare
Choose a tag to compare
  • Rewrite util functions in pure javascript and remove lodash in util.js gains ~6% performance.

[email protected]

11 Oct 10:24
Compare
Choose a tag to compare
  • Fixed: Don't call add handler twice when using promises. This issue only affected hemera 2.1.5-7