Releases: artisansdk/ratelimiter
Releases · artisansdk/ratelimiter
Laravel 11 Compatibility Release
Laravel 10 Compatibility Release
- Added support for Laravel 10 stable tag
Cast Auth Identifier to String
- Fixes an issue with the
getAuthIdentifierName()
returning amixed
instead of the assumedstring
Laravel Cache Compatibility
- Fixed TTL type passed to Laravel's
Cache::put()
to conform to an integer.
Compatibility with Laravel 9
- Compatible with Laravel 6-9
Breaking Change From Minutes to Seconds
- Converted from specifying
timeout()
and gettingduration()
in minutes to seconds. - Updated readme to be compatible with the breaking change.
Compatibility with PHP
- Compatible with PHP 7-8
- Compatible with Laravel 6-8
- Add artisansdk/bench as dev tool
Initial Release Candidate
- Compatible with PHP 7
- Compatible with Laravel 5