Skip to content

Releases: Laragear/CacheQuery

v4.0.0

13 Mar 06:39
377a870
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.2...v4.0.0

v3.1.2

22 Dec 00:40
1c8db3f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.1...v3.1.2

v3.1.1

21 May 05:35
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Adds SonarCloud badge.

New release, new mechanic

18 Feb 00:49
78a3bb0
Compare
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
Compare
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
Compare
Choose a tag to compare

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