Skip to content

Releases: nuwber/rabbitevents

Middleware

11 May 09:20
7ad3296
Compare
Choose a tag to compare
Middleware Pre-release
Pre-release
  • Listeners Middleware
  • Fakes for Events
  • Documentation refactoring

Fix `ListenCommand` config usage

06 Apr 15:06
5891e73
Compare
Choose a tag to compare
v4.3

Fix listening config (#48)

Fix config merge

27 Mar 10:35
32713b2
Compare
Choose a tag to compare
fix merge config (#47)

* fix merge config

* Fix documentation

Co-authored-by: Eugene Kirdzei <e.ki@nuwber.com>

Laravel 7 Support

23 Mar 12:52
a913df1
Compare
Choose a tag to compare
v4.1

Laravel 7 support (#46)

Install command and separated config file

02 Mar 10:42
21129b2
Compare
Choose a tag to compare

What's new:

  1. Made the separate config file to avoid confusion with another RabbitMQ connection
  2. Made the command rabbitevents:install which installs all necessary package assets.

Fix installation command

22 Jan 14:04
3cc1ec8
Compare
Choose a tag to compare
Pre-release

Fix #43

Make `rabbitevents:install` command

03 Jan 07:40
d446744
Compare
Choose a tag to compare
Pre-release

Let rabbitevents to use not default connection

05 Dec 13:49
3a34d48
Compare
Choose a tag to compare
Resolve config before component registration (#38)

* Resolve config before component registration

Stable release

14 Nov 10:26
0cef5d5
Compare
Choose a tag to compare

No issues were found in the last beta, so was decided to create stable release tag.

v3.0-beta2: Fix crashed Jobs attempts (#35)

10 Oct 09:21
0cef5d5
Compare
Choose a tag to compare
* Fix problem when Job has crashed and Rabbitevents has not attempted to retry it

* Improve documentation

* Add tests