Skip to content

Releases: g4code/mcache

2.1.0

18 Apr 07:48
3338c7d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.1.0

2.0.0

06 Mar 12:09
05a1ed4
Compare
Choose a tag to compare

What's Changed

  • Added support for Couchbase V4 API and PHP 8.3 by @ppavlovic in #9

Full Changelog: 1.5.0...2.0.0

1.5.0

05 Mar 09:21
d17b248
Compare
Choose a tag to compare

What's Changed

  • Retry when connecting to cluster, support for user/pass for Couchbase by @ppavlovic in #8

Full Changelog: 1.4.0...1.5.0

1.4.0

20 Feb 13:44
375e9c2
Compare
Choose a tag to compare

Added minimum requirements for g4/profiler 1.10.0

1.3.2

21 Aug 06:37
d179a12
Compare
Choose a tag to compare
  • Fixed the bug introduced in 1.3.1 (APPLICATION_ENV not defined)
  • Added a "proper" way to retrieve the application environment
  • Added cache key parts for the File driver to available metadata inside the generated cache file

1.3.1

30 Mar 08:31
c2443c5
Compare
Choose a tag to compare
Merge pull request #5 from UrosPurtic/master

add metadata to cache files

1.3.0

18 May 11:37
67065b6
Compare
Choose a tag to compare
Merge pull request #4 from ppavlovic/master

CouchbaseCluster doesn't receive username and password in constructor

1.2.0

19 Mar 12:31
5a5b97e
Compare
Choose a tag to compare

Removed version restriction on g4/value-object