Releases: rapideinternet/laravel-queue-kafka
Releases · rapideinternet/laravel-queue-kafka
1.2.0 Multi-queue-support
Update for 5.7 and 5.8 compatibility
- @joesb Added a new compatibility fix for 5.7
1.0.0 Stable release
🐛 Updated kafka job based on comment of @chris-rs
⬆️ Updated laravel version to 5.7
💚 Removed hhvm added 7.2 and 7.3 to travis tests
📝 Readme updated
0.3.0 Laravel 5.5 and 5.6 support
- ⬆️ Updated depencies to support the new laravel versions
- 💚 Fixed StyleCI and TravisCI intergration after switching to an organizational account
0.2.0
- add lumen service provider
- adjust default value for config auto.offset.reset
- only subscribe when new topic was found to avoid unnecessary rebelance
- reduce consume timeout to be more responsive to worker stop signal. add missing properties to KafkaJob::class
- delete invalid function setAttempts()
Thanks to @Sin30
0.1.0
Initial release