Releases: Laragear/CacheQuery
Releases · Laragear/CacheQuery
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
Minor fix for deleting keys
New cache system
This 3.x is a more cleaner implementation of caching queries, as it wraps the Database Connection into a proxy and hears select
statements.
It also supports programmatically caching results forever with null
, or regenerating them with false
.