Releases: mostafaznv/laracache
Releases · mostafaznv/laracache
2.4.1
2.4.0
What's Changed
- Laravel 11.x Compatibility by @laravel-shift in #23
- refactor: remove 'without-model' method to maintain compatibility with newer versions of PHPUnit by @mostafaznv in #24
- refactor: set absolute flag to true to maintain compatibility with newer versions of carbon by @mostafaznv in #25
New Contributors
- @laravel-shift made their first contribution in #23
Full Changelog: 2.3.5...2.4.0
2.3.5
- fix a bug related to setting default queue connection
2.3.4
What's Changed
- queue-jobs, added queue name for jobs by @taqie in #18
- configurable
onQueue
andonConnection
by @mostafaznv in #20
New Contributors
Full Changelog: 2.3.3...2.3.4
2.3.3
- return default value in the 'get' method when the cached value has not been generated yet
- update documentation
2.3.2
- register artisan commands outside console env
2.3.1
- GetValue method added to CacheEnum.php
2.3.0
- Process cache operations completely inside the queue
- Update cache entities using artisan command
- Delete cache entities using artisan command
- Update/Delete cache groups using artisan command
- Create a list to keep all models which are using LaraCache trait
Support Laravel 10.x
- Support Laravel 10.x
Version 2.1.0
- Delete all cache entities of model
- Delete all LaraCache entities
- Update all LaraCache entities
- Add restore event to cache events
- Use custom driver for cache entities
- Set isQueueable flag both from global configuration and cache entity object
- Store cache entities using prefix
- Code improvement
- Bugfix