All notable changes to laravel-queued-db-cleanup
will be documented in this file
- Laravel 12.x Compatibility by @laravel-shift in #22
Full Changelog: https://github.com/spatie/laravel-queued-db-cleanup/compare/1.5.0...1.5.1
- Allow doctrine/dbal 4.0 by @mbardelmeijer in #21
- @mbardelmeijer made their first contribution in #21
Full Changelog: https://github.com/spatie/laravel-queued-db-cleanup/compare/1.4.0...1.5.0
- Laravel 11.x Compatibility by @laravel-shift in #19
Full Changelog: https://github.com/spatie/laravel-queued-db-cleanup/compare/1.3.3...1.4.0
- Fix limit not being applied to query by @dmason30 in #18
Full Changelog: https://github.com/spatie/laravel-queued-db-cleanup/compare/1.3.2...1.3.3
- Avoid serializing
CleanConfig
object insidestopWhen
parameter by @Plytas in #16
Full Changelog: https://github.com/spatie/laravel-queued-db-cleanup/compare/1.3.1...1.3.2
- Support for database query builder by @Plytas in #17
- @Plytas made their first contribution in #17
Full Changelog: https://github.com/spatie/laravel-queued-db-cleanup/compare/1.3.0...1.3.1
- improve handling deadlocks
- Laravel 10.x Compatibility by @laravel-shift in #14
- @laravel-shift made their first contribution in #14
Full Changelog: https://github.com/spatie/laravel-queued-db-cleanup/compare/1.2.0...1.2.1
- support Laravel 9
- switch to laravel/serializable-closure (#12)
- allow v2 and v3 of doctrine for PHP 8 compat (#10)
- allow PHP8 (#9)
- added support for multiple connections (#7)
- fix service provider
- initial release