Releases: mateusjunges/laravel-kafka
Releases · mateusjunges/laravel-kafka
v2.1.3
What's Changed
- Attempt to fix invalid group id generation by @mateusjunges in #305
Full Changelog: v2.1.2...v2.1.3
v2.1.2
What's Changed
- Add int casting to getLastRestart method by @glioympas in #298
New Contributors
- @torralbodavid made their first contribution in #293
- @glioympas made their first contribution in #298
Full Changelog: v2.1.1...v2.1.2
v2.1.1
v2.1.0
What's Changed
- Properly shut down producers by automatically calling flush. Improve docs by @mateusjunges in #283
Full Changelog: v2.0.4...v2.1.0
v2.0.4
What's Changed
- Replaced resolve helper with app @SachinBahukhandi in #280
New Contributors
- @SachinBahukhandi made their first contribution in #280
Full Changelog: v2.0.3...v2.0.4
v2.0.3
v2.0.2
What's Changed
- Fixed type errors caused by
commit
having an irregular type by @panaiteandreisilviu in #276
New Contributors
- @panaiteandreisilviu made their first contribution in #276
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- Do not require to specify message topic twice by @mateusjunges in #270
Full Changelog: v2.0.0...v2.0.1
v2.0.0
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
KafkaFake
for 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
flush
calls by @mateusjunges in #252 - Allow to test macroed consumers by @mateusjunges in #267
Full Changelog: v1.13.7...v2.0.0
v1.13.12
What's Changed
- Add support for Laravel 11 by @mateusjunges in #256
Full Changelog: v1.13.11...v1.13.12