Skip to content

Releases: square1-io/laravel-idempotency

Lock behaviour bugfix

16 Jun 16:21
d6a550c
Compare
Choose a tag to compare
  • Fixed potential collision of lock and payload caches
  • Stronger typing for cached objects
  • Potential over-run of max lock wait timeout fixed

Laravel 12 support

24 Feb 16:45
feaf79e
Compare
Choose a tag to compare
  • Laravel 12 support
  • Improved config validation

Release 1.1.0

22 Feb 18:40
e0f0f20
Compare
Choose a tag to compare

Added cache lock behaviour to avoid race conditions when two competing requests reuse the same idempotency key.

Initial release

31 Dec 18:23
Compare
Choose a tag to compare
1.0.0

Docs