Releases: hemerajs/hemera
Releases · hemerajs/hemera
[email protected]
- 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]
- Throw synchronous error
pattern already in use
[email protected]
- Attach hops to extensions errors #173
[email protected]
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]
- Remove legacy code of plugin timeout (errors and config)
[email protected]
- Fixed: Support falsy values except
undefined
as valid server response.
[email protected]
- Support async / await in extensions
[email protected]
- Upgrade avvio to 3.0.0
- Support async plugin functions
- Update plugin docs and async / await example
[email protected]
- Rewrite util functions in pure javascript and remove lodash in util.js gains ~6% performance.
[email protected]
- Fixed: Don't call
add
handler twice when using promises. This issue only affected hemera 2.1.5-7