Skip to content

Version 1.4.0

Compare
Choose a tag to compare
@rennokki rennokki released this 19 Apr 15:02
· 195 commits to master since this release
61e59fb

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