Skip to content

Releases: palkan/downstream

2.0.0

Choose a tag to compare

@palkan palkan released this 20 Aug 22:31
f11cfff

Features

  • Added Downstream::Subscriber to define multi-event subscribers.

  • Added Downstream::Event.define to use Data-backed event payloads.

Changes

  • Ruby 3.1+ is required.

1.6.0

Choose a tag to compare

@palkan palkan released this 14 Feb 19:42
cbb3711

Fixes

  • Fixed the problem with double-invocation of subscribers in development.

1.5.0

Choose a tag to compare

@palkan palkan released this 26 Apr 19:05

Minor compatibility fixes.

Ruby 2.7+ is now required.

1.4.0

Choose a tag to compare

@bibendi bibendi released this 22 May 18:43

Fixed:

  • compatibility with Rails 7 #8

1.3.0

Choose a tag to compare

@bibendi bibendi released this 02 Nov 11:20
  • Added have_enqueued_async_subscriber_for rspec matcher
  • Added ability to unsubscribe from an event

1.2.0

Choose a tag to compare

@bibendi bibendi released this 01 Nov 15:34
  • 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

Choose a tag to compare

@bibendi bibendi released this 29 Oct 13:49
  • 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

Choose a tag to compare

@bibendi bibendi released this 28 Oct 08:52

The first public release.