Skip to content

Releases: artisansdk/ratelimiter

Laravel 13 Compatibility

Choose a tag to compare

@dalabarge dalabarge released this 23 Feb 15:51
fc46ed6

What's Changed

Full Changelog: 1.1.1...1.2.0

Laravel 12 compatibility

Choose a tag to compare

@RaubJo RaubJo released this 24 Feb 16:50
  • Add support for Laravel 12
  • Code styling fix

Laravel 11 Compatibility Release

Choose a tag to compare

@dalabarge dalabarge released this 14 Mar 14:59
  • 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

Choose a tag to compare

@dalabarge dalabarge released this 08 Feb 21:25
7f2b382
  • Added support for Laravel 10 stable tag

Cast Auth Identifier to String

Choose a tag to compare

@dalabarge dalabarge released this 19 Dec 17:41
470d3ca
  • Fixes an issue with the getAuthIdentifierName() returning a mixed instead of the assumed string

Laravel Cache Compatibility

Choose a tag to compare

@dalabarge dalabarge released this 16 Nov 18:27
1f96f3d
  • Fixed TTL type passed to Laravel's Cache::put() to conform to an integer.

Compatibility with Laravel 9

Pre-release

Choose a tag to compare

@dalabarge dalabarge released this 12 Jan 17:05
9bc8edc
  • Compatible with Laravel 6-9

Breaking Change From Minutes to Seconds

Pre-release

Choose a tag to compare

@dalabarge dalabarge released this 23 Oct 02:36
  • Converted from specifying timeout() and getting duration() in minutes to seconds.
  • Updated readme to be compatible with the breaking change.

Compatibility with PHP

Pre-release

Choose a tag to compare

@dalabarge dalabarge released this 26 Feb 19:02
  • Compatible with PHP 7-8
  • Compatible with Laravel 6-8
  • Add artisansdk/bench as dev tool

Initial Release Candidate

Pre-release

Choose a tag to compare

@dalabarge dalabarge released this 26 Feb 17:23
  • Compatible with PHP 7
  • Compatible with Laravel 5