Skip to content

Releases: mpbarlow/laravel-queue-debouncer

3.2.0

Choose a tag to compare

@mpbarlow mpbarlow released this 24 Mar 21:48
b219085

What's Changed

New Contributors

Full Changelog: 3.1.0...3.2.0

3.1.0

Choose a tag to compare

@onlime onlime released this 06 Mar 22:54
1d9f0ef

What's Changed

  • Laravel 12 Support by @onlime in #20
  • Laravel 11.0 and PHP 8.2 now the minimum supported versions

Full Changelog: 3.0.0...3.1.0

3.0.0

Choose a tag to compare

@mpbarlow mpbarlow released this 08 Dec 21:31

What's Changed

  • PHP 8.4 Support by @onlime in #18

  • Laravel 10.0 and PHP 8.1 now the minimum supported versions

Full Changelog: 2.6.0...3.0.0

2.6.0

Choose a tag to compare

@mpbarlow mpbarlow released this 23 Mar 11:41

Full Changelog: 2.6.0...2.6.0

2.5.0

Choose a tag to compare

@mpbarlow mpbarlow released this 21 Jun 20:46

What's Changed

New Contributors

Full Changelog: 2.4.0...2.5.0

2.4.0

Choose a tag to compare

@mpbarlow mpbarlow released this 16 Feb 23:06

Adds support for Laravel 10 (thanks @a-bashtannik)

2.3.0

Choose a tag to compare

@mpbarlow mpbarlow released this 19 Mar 17:29

Support Laravel 9

2.2.0

Choose a tag to compare

@mpbarlow mpbarlow released this 20 Feb 13:06

Support PHP 8. Thanks to @larswolff

Add support for chains and easier overriding of behaviour

Choose a tag to compare

@mpbarlow mpbarlow released this 03 Oct 19:36
be9da01
  • Adds SerializingCacheKeyProvider to distinguish between instances of the same job with different parameters.
  • Adds ClosureCacheKeyProvider and ClosureUniqueIdentifierProvider to make it easier to override behaviour, via the new usingCacheKeyProvider and usingUniqueIdentifierProvider methods.

Add Laravel 8.x support

Choose a tag to compare

@mpbarlow mpbarlow released this 28 Sep 18:43
2.0.1

Add support for Laravel 8.x