Skip to content

Tags: illuminate/cache

Tags

v13.6.0

Toggle v13.6.0's commit message
[13.x] Implement CanFlushLocks on FailoverStore (#59738)

v12.58.0

Toggle v12.58.0's commit message
[12.x] Fix infinite rate limiter TTL on custom increments (#59693)

* wip

* add test

* fix test

v12.57.0

Toggle v12.57.0's commit message
[12.x] Fix infinite rate limiter TTL on custom increments (#59693)

* wip

* add test

* fix test

v13.5.0

Toggle v13.5.0's commit message
Improve custom driver binding (#59614)

v13.4.0

Toggle v13.4.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
[13.x] Fix manager breaking when called with static closure (#59470)

* Fix manager breaking when called with static closure

* Also handle managers that do not extend the manager base class

* Fix code style

v13.3.0

Toggle v13.3.0's commit message
[13.x] Allow for passing enums to attributes (#59297)

* Allow for UnitEnum in attributes

* Remove redundant PhpDoc

* Allow for UnitEnum in Storage attribute

* Add tests for enum database Connection attribute

* Add tests for enum filesystem Storage attribute

v13.2.0

Toggle v13.2.0's commit message
[13.x] Allow for passing enums to attributes (#59297)

* Allow for UnitEnum in attributes

* Remove redundant PhpDoc

* Allow for UnitEnum in Storage attribute

* Add tests for enum database Connection attribute

* Add tests for enum filesystem Storage attribute

v13.1.1

Toggle v13.1.1's commit message
Use Carbon::now() and Date::now() instead of now() helper (#59252)

Co-authored-by: Lucas Michot <[email protected]>

v13.1.0

Toggle v13.1.0's commit message
Use Carbon::now() and Date::now() instead of now() helper (#59252)

Co-authored-by: Lucas Michot <[email protected]>

v13.0.0

Toggle v13.0.0's commit message
fix conflicts