Releases: spiritix/lada-cache
Releases · spiritix/lada-cache
v4.0.2
Fixed
- Fixed bug with ignoring disabled cache in invalidation (#86)
v4.0
Added
- Added support for Laravel 6.0
v3.0.4
Fixed
- Fixed missing table tag for WhereHas/WhereDoesntHave functions
v3.0.3
Fixed
- Fixed exception caused by raw queries (#66)
v3.0.2
Fixed
- Fixed limitation with hardcoded primary key names (#16)
v3.0.1
Fixed
- Fixed bug with updating pivot tables (#60)
v3.0
Fixed
- Fixed bug caused by 'leftJoinSub' in Laravel 5.7
Changed
- Updated minimum requirements to PHP 7.1+
- Updated minimum requirements to Laravel 5.7+
v2.1.2
Fixed
- Fixed race condition which possibly led to outdated query results being returned after keys expire
v2.1.1
Fixed
- Fixed bug in publishing config
Added