Releases: renoki-co/laravel-eloquent-query-cache
Releases · renoki-co/laravel-eloquent-query-cache
2.4.0
2.3.0
2.2.0
Version 2.1.0
- Replaced
boot()
method with more appropriate implementation to avoid method overlaps (#33)
Version 2.0.1
Version 2.0.0
- 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
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
- Fixed a bug when SerializesModels would fetch cached data instead of fresh data (#16)
Version 1.3.0
- Support for Laravel 7.x (#14)
Version 1.2.1
- Exposing
$id
to the cache functions (#9)