Skip to content

Releases: Laragear/CacheQuery

v3.1.1

21 May 05:35

Choose a tag to compare

What's Changed

  • Fixes groupBy clauses by extending the proxy with a Connection class in dc286c8
  • Apply fixes from StyleCI by @DarkGhostHunter in #22

Full Changelog: v3.1.0...v3.1.1

v3.1.0

21 Feb 00:18
52231e3

Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.1.0

Minor fix for deleting keys

10 Jun 05:24
4d8670a

Choose a tag to compare

What's Fixed

  • Fixes CacheQuery not deleting keys. #9

Full Changelog: v3.0.0...v3.0.1

New cache system

23 Feb 16:41

Choose a tag to compare

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.

Minor cosmetic fix

23 Feb 03:41

Choose a tag to compare

  • Adds SonarCloud badge.

New release, new mechanic

18 Feb 00:49
78a3bb0

Choose a tag to compare

This new release doesn't break anything, but it changes how it caches results. It simply proxies the underlaying connection for a SELECT statement. Proxying the Database Connection is by far a better implementation of cache interception.

This version will run in parallel with version 2.0, so you can choose for the foreseeable future which feels better for you, unless 1.x becomes hard to maintain.

Command for removing keys

17 Feb 19:52
631f662

Choose a tag to compare

What's Added

  • This new release adds a command to forget named keys from the CLI: cache-query:forget my-named-key.

Fixes package name

16 Feb 18:41
723f43e

Choose a tag to compare

The package name was wrongly registered as query-cache. It's always been cache-query.

First release

16 Feb 06:29

Choose a tag to compare

v1.0.0

Merge remote-tracking branch 'origin/1.x' into 1.x