Skip to content

Releases: artisansdk/ratelimiter

Laravel 12 compatibility

24 Feb 16:50

Choose a tag to compare

  • Add support for Laravel 12
  • Code styling fix

Laravel 11 Compatibility Release

14 Mar 14:59

Choose a tag to compare

  • Added support for Laravel 11 stable tag
  • Added support for Carbon 3
  • Dropped Laravel 9 and below
  • Replaced dev tools with Pint and Pest
  • Required PHP 8.1+

Laravel 10 Compatibility Release

08 Feb 21:25
7f2b382

Choose a tag to compare

  • Added support for Laravel 10 stable tag

Cast Auth Identifier to String

19 Dec 17:41
470d3ca

Choose a tag to compare

  • Fixes an issue with the getAuthIdentifierName() returning a mixed instead of the assumed string

Laravel Cache Compatibility

16 Nov 18:27
1f96f3d

Choose a tag to compare

  • Fixed TTL type passed to Laravel's Cache::put() to conform to an integer.

Compatibility with Laravel 9

12 Jan 17:05
9bc8edc

Choose a tag to compare

Pre-release
  • Compatible with Laravel 6-9

Breaking Change From Minutes to Seconds

23 Oct 02:36

Choose a tag to compare

Pre-release
  • Converted from specifying timeout() and getting duration() in minutes to seconds.
  • Updated readme to be compatible with the breaking change.

Compatibility with PHP

26 Feb 19:02

Choose a tag to compare

Pre-release
  • Compatible with PHP 7-8
  • Compatible with Laravel 6-8
  • Add artisansdk/bench as dev tool

Initial Release Candidate

26 Feb 17:23

Choose a tag to compare

Pre-release
  • Compatible with PHP 7
  • Compatible with Laravel 5