- Support using classes with
#call
as async subscribers. (@caws)
- Add minitest assertions:
assert_event_published
,refute_event_published
,assert_async_event_subscriber_enqueued
(@chriscz)
- Ruby 2.6+, Rails 6+ and RailsEventStore 2.1+ is required.
- Fix Active Support load hook name. (@palkan)
Now ActiveSupport.on_load(:active_event_store) { ... }
works.
- Update Event API to support both RES 1.0 and 0.42+. (@palkan)
- Open source Active Event Store. (@palkan)