Skip to content

Releases: ahmad-elassuty/event_router

🎁 Options for events and destinations

02 Feb 20:03
742b8d5
Compare
Choose a tag to compare

Adds support for custom options on both event and destination levels. The options are available from any event or destination through options method. Generally, the options can be useful to make routing decisions or override some of the global configurations on the adapters.

Support publishing events async

31 Jan 18:11
Compare
Choose a tag to compare

Adds support for publishing events in an async way. Using publish_async won't block the current thread neither for :sync nor :sidekiq delivery adapters.

EventRouter first release

23 Jan 23:34
7115b44
Compare
Choose a tag to compare

Organise your application domain events side-effects in a simple and intuitive way.