Skip to content

Releases: rapideinternet/laravel-queue-kafka

1.2.0 Multi-queue-support

16 Oct 12:54
27f6bdc
Compare
Choose a tag to compare

Update for 5.7 and 5.8 compatibility

21 Mar 16:17
03baedf
Compare
Choose a tag to compare
Pre-release
  • @joesb Added a new compatibility fix for 5.7

1.0.0 Stable release

10 Nov 15:00
409eb03
Compare
Choose a tag to compare

🐛 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

19 Mar 09:22
560873a
Compare
Choose a tag to compare
Pre-release
  • ⬆️ Updated depencies to support the new laravel versions
  • 💚 Fixed StyleCI and TravisCI intergration after switching to an organizational account

0.2.0

26 Sep 15:16
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
  • 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

26 Sep 15:22
187cca5
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Initial release