Skip to content

Releases: cyppe/laravel-batch-jobs-redis-driver

Update dependencies to make it work on Laravel 11

10 Apr 16:00
Compare
Choose a tag to compare

Update dependencies to make it work on Laravel 11.

Full Changelog: 1.0.9...1.1.0

1.0.9

04 Mar 12:17
Compare
Choose a tag to compare
  • Disable debug logs as default.
  • Add support for enable debug logs. Can be useful for reporting issues here
  • Add laravel pint and custom styling template
  • Apply styles to code
  • Add more debug logs
  • Change format of debug logs to make them more informative

Full Changelog: 1.0.8...1.0.9

Add new config option for redis_connection

11 Feb 23:40
Compare
Choose a tag to compare

New config option (see README) for redis_connection, where you can now set the redis connection you want to use for storing batch related information.

Minor adjustments

10 Feb 23:02
Compare
Choose a tag to compare

Fix sorting and pagination behavior in get method

27 Jan 15:20
Compare
Choose a tag to compare
  • Fix pagination and sorting in get so batches list in Horizon works as expected when you have a lot of batches

Full Changelog: 1.0.5...1.0.6

Fix namespace issues

27 Jan 14:58
Compare
Choose a tag to compare

1.0.4

27 Jan 14:50
Compare
Choose a tag to compare

Full Changelog: 1.0.3...1.0.4

Fix sorting

25 Jan 09:55
Compare
Choose a tag to compare

Full Changelog: 1.0.2...1.0.3

1.0.2 - Even better performance

25 Jan 09:34
Compare
Choose a tag to compare

Remove a bit too verbose logging during lock acquire process

20 Jan 14:22
Compare
Choose a tag to compare