cache 6.x-1.0-beta1

Bug fixes

* #566700: Integration with Authcache module now Drupal won't crash when Cache module enabled with authcache module
* now Drupal won't crash when only cache module enabled and cache_inc is not set
* porting and reusing some features from Drupal 7.x core before porting Cache module to Drupal 7.

6.x version module is beta now!

cache 6.x-1.0-alpha7

New features

* #516658: Adding memcached (not "memcache") method added support for caching engine based on memcached PECL extension (forked from memcache cache engine)

cache 6.x-1.0-alpha6

New features
Bug fixes

* added checking if socket connection to memcache server is available
* added checking if UNIX socket to memcache server is writable
* added new function _cache_early_watchdog() that can be used instead of watchdog() function in cache engine implementations. watchdog() can't be used because it may be unavailable on that stage
* more calls to _cache_early_watchdog() to keep track of caching engines status
* put error into watchdog if cache module is disabled because this may lead to problems with alternative cache.inc implementation

cache 6.x-1.0-alpha4

Bug fixes

- several fixes when cache chaining is enabled
- fixed page_cache_fastpath() implementation: 304 header now works properly
- changed package group from "Cache" to "Caching" to match boost, pathcache, memcache modules

The following problems of CacheRouter module where fixed (tested or found them already fixed) in this release of Cache module:

cache 6.x-1.0-alpha3

New features
Bug fixes

- Fixed APC flushing.
- Documentation fixes.
- Fixed xcache engine - now won't crash server.
- Fixed file cache engine delete() implementation.
- Added NULL cache engine - when caching needs to be disabled for some or all bins.
- More documentation.
- Performance issue: fixed CacheEngine::delete() method when 'static' option is enabled
- Fixed simpletest cache.test. Now it should pass for standard Drupal 6.x includes/cache.inc caching implementation.
- Default settings: if alternative cache back-end is selected but $conf['cache_settings'] is not set then default settings (database engine, like in core) will be used.
- status report page now will show information about what caches are used currently
- Fixed alternative database engine.
- Alternative database engine now passes all tests (with static == FALSE).
- fixed cache_get() function implementation, now its looks more like standard cache_get() implementation.
- more fixes to Xcache caching engine.
- Xcache engine now passes all tests (with static == FALSE).
- more fixes to memcache engine.
- memcache engine now passes all tests (with static == FALSE).
- more fixes to redis engine.
- redis engine now passes all tests (with static == FALSE).
- file engine: now when cache files are created they can also be read/written by non-server user (if s/he is in the same group as web-server)

Subscribe with RSS Subscribe to Releases for Cache