Skip to content

Releases: nette/caching

Released version 2.5.9

19 Nov 18:39
@dg dg
Compare
Choose a tag to compare
  • supports PHP 7.4

For the details you can have a look at the diff.

Released version 3.0.0 🎉

20 Feb 07:18
@dg dg
Compare
Choose a tag to compare

Features

  • requires PHP 7.1
  • uses declare(strict_types=1)
  • uses PHP 7.1 scalar and return type hints
  • added Cache::NAMESPACES and support for cleaning namespace in FileStorage [Closes #52]

Changes

  • FileStorage: always creates directories (#47)
  • FileStorage: removed <?php from cache file structure (BC break)
  • removed Memcached, renamed NewMemcachedStorage -> MemcachedStorage

Released version 2.5.8

21 Mar 11:12
@dg dg
Compare
Choose a tag to compare
  • fixed compatiblity with nette/object 2.5
  • phpDoc: added $var name to @param
  • phpDoc: removed inherited docs

For the details you can have a look at the diff.

Released version 2.5.6

06 Sep 12:57
@dg dg
Compare
Choose a tag to compare
  • supports PHP up to 7.2
  • Revert "SQLiteJournal: checking for extension pdo_sqlite is lazy, service cache.journal is created always"

This reverts commit 7212326, it can lead to unexpected error 500 when GC is started.

For the details you can have a look at the diff.

Released version 2.5.5

29 Aug 08:14
@dg dg
Compare
Choose a tag to compare
  • added Cache::NAMESPACES and support for cleaning namespace in FileStorage #52
  • CacheExtension: throws exception when is unable to create directory

For the details you can have a look at the diff.

Released version 2.5.4

14 Jul 07:39
@dg dg
Compare
Choose a tag to compare
  • coding style: fixes, lowercase true/false/null

For the details you can have a look at the diff.

Released version 2.5.3

02 Feb 02:19
@dg dg
Compare
Choose a tag to compare
  • Cache: do not save data with negative/zero expiration (#50)
  • Cache: create dependencies when closing macro (#49)

For the details you can have a look at the diff.

Released version 2.5.2

18 Oct 13:53
@dg dg
Compare
Choose a tag to compare
  • Cache: TAGS in dependencies are converted to array list #46
  • SQLiteStorage: filesystem permissions like ordinary file (#44)

For the details you can have a look at the diff.

Released version 2.4.7

18 Oct 13:53
@dg dg
Compare
Choose a tag to compare
  • Cache: TAGS in dependencies are converted to array list #46
  • SQLiteStorage: filesystem permissions like ordinary file (#44)

For the details you can have a look at the diff.

Released version 2.5.1

31 Jul 11:52
@dg dg
Compare
Choose a tag to compare
  • SQLiteJournal: checking for extension pdo_sqlite is lazy, service cache.journal is created always

For the details you can have a look at the diff.