Skip to content

Releases: nuwber/rabbitevents

v6.0.0-RC2: Fix ack of acknowledged messages (#67)

23 Mar 10:29
55b56e8
Compare
Choose a tag to compare
Co-authored-by: Eugene Kirdzei <e.ki@nuwber.com>

First release candidate of the version 6.0.0

22 Mar 10:47
9abb521
Compare
Choose a tag to compare
Php8 refactoring (#66)

* php8 support
* Classes refactoring
* Remove deprecated classes.

Fix typo

28 Dec 10:15
4053823
Compare
Choose a tag to compare
Fix typo (#64)

handle, not handler

Small documentation fix

15 Dec 09:55
ad1a157
Compare
Choose a tag to compare
v5.6

Fix syntax (#62)

Laravel 8 Support fix

08 Nov 13:18
8567798
Compare
Choose a tag to compare
Adding timeoutAt function to Job class (#59)

timeoutAt has been removed in Laravel 8 from the Job class

Add Laravel 8 support

05 Oct 08:35
e585189
Compare
Choose a tag to compare
v5.4

update deps, fix declaration, migrate phpunit config (#58)

Documentation improvement

07 Jul 09:22
9708b4c
Compare
Choose a tag to compare
Documentation improvements. (#57)

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

Minor updates

21 Jun 09:29
1c454cf
Compare
Choose a tag to compare
Github Actions setup (#55)

* github actions setup

* remove travis config

* change badge

Prepare payload and Fix middleware payload

02 Jun 09:06
1ab1898
Compare
Choose a tag to compare
Fix middleware call and exception (#53)

* fix Throwable handling

* fix bad array structure on middleware call

* Add tests

* fix array payload on middleware and listener call

* Cover payload if it is assoc

* improve payload check in publisher and dispatcher

* fix middleware test for array payload

* fix payload preparation in publisher

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

Middleware

21 May 14:40
5f18295
Compare
Choose a tag to compare
Create example classes (#52)

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