Releases: mpbarlow/laravel-queue-debouncer
Releases · mpbarlow/laravel-queue-debouncer
Release list
3.2.0
What's Changed
- Laravel 13 Support by @scybulski in #21
New Contributors
- @scybulski made their first contribution in #21
Full Changelog: 3.1.0...3.2.0
3.1.0
3.0.0
2.6.0
2.5.0
What's Changed
- Create trait for debounce by @roblesterjr04 in #11
New Contributors
- @roblesterjr04 made their first contribution in #11
Full Changelog: 2.4.0...2.5.0
2.4.0
Adds support for Laravel 10 (thanks @a-bashtannik)
2.3.0
2.2.0
Add support for chains and easier overriding of behaviour
- Adds
SerializingCacheKeyProviderto distinguish between instances of the same job with different parameters. - Adds
ClosureCacheKeyProviderandClosureUniqueIdentifierProviderto make it easier to override behaviour, via the newusingCacheKeyProviderandusingUniqueIdentifierProvidermethods.
Add Laravel 8.x support
2.0.1 Add support for Laravel 8.x