Skip to content

Releases: renoki-co/laravel-eloquent-query-cache

2.4.0

06 Sep 18:40
a59a0b1
Compare
Choose a tag to compare
  • Laravel 8.x

2.3.0

29 Aug 08:52
4f9eae9
Compare
Choose a tag to compare
  • Added appendCacheTags() to append tags during the query building (#38)
  • Added caching for the selectSub() builder method (#38)

2.2.0

09 Aug 17:39
4be5937
Compare
Choose a tag to compare
  • Non-taggable drivers are supported out-of-the-box (#37)

Version 2.1.0

04 Jul 12:46
69c562a
Compare
Choose a tag to compare
  • Replaced boot() method with more appropriate implementation to avoid method overlaps (#33)

Version 2.0.1

14 Jun 17:35
d167965
Compare
Choose a tag to compare

Version 2.0.0

27 Apr 15:26
569831f
Compare
Choose a tag to compare
  • Invalidate the cache automatically whenever a record gets created, updated, or deleted (#22).

Breaking changes:

  • boot() method within the model gets replaced

Please see the README docs about this breaking changes feature:

Version 1.4.0

19 Apr 15:02
61e59fb
Compare
Choose a tag to compare

This update adds the ability to purge cache for all queries related to a model.

Since the tags that are used on cache calls changed, apps that already use the package in production and rely heavily on the cache might see spikes on database usage since the tags no longer match with the already-existing cache.

Make sure that you provide enough resources to supply the spike in usage.

See PR for all the changes: #19

Version 1.3.1

02 Apr 15:09
1895fc6
Compare
Choose a tag to compare
  • Fixed a bug when SerializesModels would fetch cached data instead of fresh data (#16)

Version 1.3.0

04 Mar 17:24
afe4c80
Compare
Choose a tag to compare
  • Support for Laravel 7.x (#14)

Version 1.2.1

14 Dec 19:06
d676fd4
Compare
Choose a tag to compare
  • Exposing $id to the cache functions (#9)