What's Changed
- Allow to queue message handlers by @mateusjunges in #177
- Add missing return types by @mateusjunges in #189
- Upgrade to PHP 8.1 and make code more maintainable by @mateusjunges in #161
- Allow to define before callbacks by @ebrahimradi in #192
- Add publishing/consuming events by @mateusjunges in #193
- Send throwable info to DLQ by @mateusjunges in #194
- Add the ability to use Kafka transactional producers by @mateusjunges in #223
- Partition assignment by @mateusjunges in #234
- Document subscribing to topics using regex by @mateusjunges in #239
- Passthru missing methods on
KafkaFakefor macro accessibility by @mateusjunges in #246 and #250 - Allow to uniquely identify messages by @mateusjunges in #244
- Update CI to run without docker on Github CI by @mateusjunges in #254
- Drop support for Laravel 9 by @mateusjunges in #255
- Add support for Laravel 11 by @mateusjunges in #257
- Improve producer performance by reducing
flushcalls by @mateusjunges in #252 - Allow to test macroed consumers by @mateusjunges in #267
Full Changelog: v1.13.7...v2.0.0