Skip to content

Releases: mostafaznv/laracache

2.4.1

15 Nov 07:28
c79c398
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.0...2.4.1

2.4.0

03 Mar 10:32
6ffddee
Compare
Choose a tag to compare

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

Full Changelog: 2.3.5...2.4.0

2.3.5

21 Jun 22:14
0fdf2c6
Compare
Choose a tag to compare
  • fix a bug related to setting default queue connection

2.3.4

21 Jun 21:46
f5b4fee
Compare
Choose a tag to compare

What's Changed

  • queue-jobs, added queue name for jobs by @taqie in #18
  • configurable onQueue and onConnection by @mostafaznv in #20

New Contributors

  • @taqie made their first contribution in #18

Full Changelog: 2.3.3...2.3.4

2.3.3

13 Jun 21:20
73581d4
Compare
Choose a tag to compare
  • return default value in the 'get' method when the cached value has not been generated yet
  • update documentation

2.3.2

04 Jun 10:18
6d02921
Compare
Choose a tag to compare
  • register artisan commands outside console env

2.3.1

02 Jun 21:40
0f4e488
Compare
Choose a tag to compare
  • GetValue method added to CacheEnum.php

2.3.0

24 May 11:20
8b321dd
Compare
Choose a tag to compare
  • 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

15 Feb 18:12
0d956a9
Compare
Choose a tag to compare
  • Support Laravel 10.x

Version 2.1.0

12 Jun 08:03
b95d071
Compare
Choose a tag to compare
  • 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