Skip to content

Releases: g4code/mcache

2.1.0

Choose a tag to compare

@ppavlovic ppavlovic released this 18 Apr 07:48
3338c7d

What's Changed

Full Changelog: 2.0.0...2.1.0

2.0.0

Choose a tag to compare

@ppavlovic ppavlovic released this 06 Mar 12:09
05a1ed4

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

Choose a tag to compare

@ppavlovic ppavlovic released this 05 Mar 09:21
d17b248

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

Choose a tag to compare

@ppavlovic ppavlovic released this 20 Feb 13:44
375e9c2

Added minimum requirements for g4/profiler 1.10.0

1.3.2

Choose a tag to compare

@ppavlovic ppavlovic released this 21 Aug 06:37
d179a12
  • 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

Choose a tag to compare

@ppavlovic ppavlovic released this 30 Mar 08:31
c2443c5
Merge pull request #5 from UrosPurtic/master

add metadata to cache files

1.3.0

Choose a tag to compare

@ppavlovic ppavlovic released this 18 May 11:37
67065b6
Merge pull request #4 from ppavlovic/master

CouchbaseCluster doesn't receive username and password in constructor

1.2.0

Choose a tag to compare

@ppavlovic ppavlovic released this 19 Mar 12:31
5a5b97e

Removed version restriction on g4/value-object