Skip to content

Releases: nette/caching

Released version 2.4.6

31 Jul 11:52
@dg dg
Compare
Choose a tag to compare
  • SQLiteJournal: filesystem permissions like ordinary file #29
  • 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.

Released version 2.5.0

17 Jun 16:56
@dg dg
Compare
Choose a tag to compare
  • requires PHP 5.6
  • uses Nette\SmartObject
  • removed FileJournal (note that successor SQLiteJournal requires pdo-sqlite extension)
  • added bulk read support #2 #42
  • added NewMemcachedStorage using memcached extension #38
  • CacheMacro: compatibility with Latte 2.4, uses Latte provider 'cacheStorage' (and 'cacheStack')
  • CacheMacro: improved dependency on files

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

Released version 2.4.5

17 Jun 16:54
@dg dg
Compare
Choose a tag to compare
  • SQLiteJournal: lazy initialization

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

Released version 2.4.4

22 Feb 13:20
@dg dg
Compare
Choose a tag to compare
  • added NewMemcachedStorage using memcached extension #38
  • CacheExtension: journal service SQLiteJournal is added only when extension pdo_sqlite is loaded
  • CacheMacro: better error message

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

Released version 2.3.5

22 Feb 13:18
@dg dg
Compare
Choose a tag to compare
  • added NewMemcachedStorage using memcached extension #38
  • CacheMacro: better error message

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

Released version 2.2.7

03 Dec 02:47
@dg dg
Compare
Choose a tag to compare
  • Cache: fixed deadlock when exception is thrown in fallback #36

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

Released version 2.4.3

30 Nov 01:00
@dg dg
Compare
Choose a tag to compare
  • SQLiteJournal: optimizations #34
  • SQLiteJournal: fixed bug with keys with multiple priority #35
  • Cache: fixed deadlock when exception is thrown in fallback #36
  • Cache::save() handles Throwable errors
  • CacheMacro: added warning Modifiers are not allowed here

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

Released version 2.3.4

30 Nov 01:02
@dg dg
Compare
Choose a tag to compare
  • Cache: fixed deadlock when exception is thrown in fallback #36
  • Cache::save() handles Throwable errors
  • CacheMacro: added warning Modifiers are not allowed here

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

Released version 2.4.2

30 Nov 01:01
@dg dg
Compare
Choose a tag to compare
  • SQLite: Removed connection persistence.
  • FileJournal: deprecated

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

Released version 2.4.1

23 Aug 14:41
@dg dg
Compare
Choose a tag to compare
  • SQLiteJournal: Atomic operations added back [Rel #25]
  • SQLiteJournal: 'Too many variables' bug fixed #25
  • travis: migrating to container-based infrastructure
  • improved coding style

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