Skip to content

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

2.4.2

07 Sep 08:16
6a9e8bc

Choose a tag to compare

Update ci.yml

2.4.1

06 Sep 18:46
c6e1c72

Choose a tag to compare

Update composer.json

2.4.0

06 Sep 18:40
a59a0b1

Choose a tag to compare

  • Laravel 8.x

2.3.0

29 Aug 08:52
4f9eae9

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

Choose a tag to compare

  • Non-taggable drivers are supported out-of-the-box (#37)

Version 2.1.0

04 Jul 12:46
69c562a

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

Choose a tag to compare

Version 2.0.0

27 Apr 15:26
569831f

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

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

Choose a tag to compare

  • Fixed a bug when SerializesModels would fetch cached data instead of fresh data (#16)