Skip to content

Releases: palkan/downstream

1.5.0

26 Apr 19:05
Compare
Choose a tag to compare

Minor compatibility fixes.

Ruby 2.7+ is now required.

1.4.0

22 May 18:43
Compare
Choose a tag to compare

Fixed:

  • compatibility with Rails 7 #8

1.3.0

02 Nov 11:20
Compare
Choose a tag to compare
  • Added have_enqueued_async_subscriber_for rspec matcher
  • Added ability to unsubscribe from an event

1.2.0

01 Nov 15:34
Compare
Choose a tag to compare
  • 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

29 Oct 13:49
Compare
Choose a tag to compare
  • 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

28 Oct 08:52
Compare
Choose a tag to compare

The first public release.