Releases: palkan/downstream
Releases · palkan/downstream
1.5.0
Minor compatibility fixes.
Ruby 2.7+ is now required.
1.4.0
Fixed:
- compatibility with Rails 7 #8
1.3.0
- Added
have_enqueued_async_subscriber_for
rspec matcher
- Added ability to unsubscribe from an event
1.2.0
- Added ability to handle an event in a background job
- Refactored tests environment
- WARNING removed support of the optional
name
argument in a subscriber. It wasn't supposed to get into the initial release. If you have already used it, sorry about that.
1.1.0
- Added supporting of pubsub adapters
- Default logic extracted to
stateless
adapter
- Set that adapter by default
- Drop support of Rails 5 due to lack of support of callable object for
described
method
1.0.0
The first public release.