Revision history for CHI
** denotes an incompatible change
0.091 Jan 2, 2009
- Ensure that unlink_on_exit=0 is being passed to FastMmap
- Allow serializer to be passed as a simple string
- Documentation fixes
0.09 Dec 30, 2008
- Moved source to git
- Added Null driver
- Fixed main docs regarding Memcached driver
- Changed FastMmap driver to pass all unrecognized options onto Cache::FastMmap, to better handle future FastMmap versions
- Fixed small get_keys bug in File driver
- Added expires time to set logs
- Added get_multi_array alongside get_multi_arrayref
- Added test for get_namespaces
0.081 Sep 24, 2008
- Fix t/Driver/File.pm test so it does not depend on specific OS error message
0.08 Sep 23, 2008
- ** Move CHI::Driver::Memcached to its own distribution
- Many internal changes to make greater use of Moose (Dave Rolsky).
- Add serializer option, allowing control over how data is serialized/deserialized
- The FastMmap driver was not actually making use of the init_file,
cache_size, page_size, or num_pages options. Reported by Mike
Astle. RT #35819. (Dave Rolsky)
- The clear method did not work with the Memcached driver. RT #32859.
- Allow suppression of renames in CHI::Driver::File by overriding
generate_temporary_filename
0.07 Mar 12, 2008
- Add Date::Parse to build dependencies
0.06 Feb 29, 2008
- Created separate manual for developing drivers (CHI::Driver::Development)
- Made standard CHI driver tests easily available to external drivers
- Fixed clear() in Memcached driver - reported by Justin Ellison
- Add size to set logs
0.05 Jan 30, 2008
- Switched to Moose
- Added maximum full path length check to File driver, mainly for MSWin32
- Added TODO to pod
0.04 Jan 25, 2008
- Default unlink_on_exit to 0 for Cache::FastMmap to conform to the CHI API
0.03 Jan 23, 2008
- ** Eliminated automatic namespace selection based on caller; namespace now defaults to
'Default', as in Cache::Cache.
- Added 5.6.0 requirement
- Made Memcached test internal-only for now, since test success depends on presence and
configuration of an external server
- Changed README to generate from CHI.pm
0.02 Jan 19, 2008
- Changed Multilevel-Single test to use a temporary root dir
- Eliminated non-portable file permissions test
- Concealed use of test package name (Foo::Bar) from PAUSE indexer
0.01 Jan 15, 2008
- Initial version