Releases: Laragear/CacheQuery
Releases · Laragear/CacheQuery
v5.0.1
What's Changed
- Fixes cache callback using its return instead of Cache instance. by @DarkGhostHunter in #45
Full Changelog: v5.0.0...v5.0.1
v5.0.0
What's Changed
A lot has changed, hence why a new version.
Most notably, there are three big changes.
- Using
cache()
only supports either the TTL, or a Flexible TTL array. - Any additional cache configuration is done pushing a callback or
Laragear\CacheQuery\Cache
object instance. - Commutative operations opt-in, which is great if the same query is scattered across your app.
Full Changelog: v4.2.2...v5.0.0
v4.2.2
What's Changed
- Apply fixes from StyleCI by @DarkGhostHunter in #40
- Fixes stale revalidation mechanic.
Full Changelog: v4.2.1...v4.2.2
v4.2.1
What's Changed
- [4.x] Fixes Eloquent Query Cache not accepting array as TTL by @DarkGhostHunter in #39
Full Changelog: v4.2.0...v4.2.1
v4.2.0
What's Changed
- Apply fixes from StyleCI by @DarkGhostHunter in #37
- [4.x] Adds Flexible Caching by @DarkGhostHunter in #36
- PHP 8.4 support. by @DarkGhostHunter in #38
Full Changelog: v4.1.0...v4.2.0
v4.1.0
What's Changed
- Apply fixes from StyleCI by @DarkGhostHunter in #33
- [4.x] Adds support for custom query hasher function. by @DarkGhostHunter in #34
Full Changelog: v4.0.0...v4.1.0
v4.0.0
What's Changed
- Apply fixes from StyleCI by @DarkGhostHunter in #28
- Apply fixes from StyleCI by @DarkGhostHunter in #31
Full Changelog: v3.1.2...v4.0.0
v3.1.2
What's Changed
- Fixes stub autocompletion by @DarkGhostHunter in #23
- Apply fixes from StyleCI by @DarkGhostHunter in #24
Full Changelog: v3.1.1...v3.1.2
v3.1.1
What's Changed
- Fixes
groupBy
clauses by extending the proxy with aConnection
class in dc286c8 - Apply fixes from StyleCI by @DarkGhostHunter in #22
Full Changelog: v3.1.0...v3.1.1
v3.1.0
What's Changed
- Apply fixes from StyleCI by @DarkGhostHunter in #16
- Better GitHub config and actions. by @DarkGhostHunter in #17
- [3.x] Adds PHP 8.2, Laravel 10 support by @DarkGhostHunter in #21
Full Changelog: v3.0.1...v3.1.0