Changelog for
perl-CHI-0.61-lp155.26.2.noarch.rpm :
* Thu Oct 14 2021 Tina Müller
- updated to 0.61 see /usr/share/doc/packages/perl-CHI/Changes
* Sun Sep 20 2015 cooloAATTsuse.com- updated to 0.60 see /usr/share/doc/packages/perl-CHI/Changes 0.60 Jun 7, 2015
* Fixes - Switch JSON backends from JSON.pm to JSON::MaybeXS - https://github.com/jonswar/perl-chi/pull/20 (Karen Etheridge)
* Fri Apr 24 2015 cooloAATTsuse.com- fix requires to Time::Duration
* Mon Apr 13 2015 cooloAATTsuse.com- updated to 0.59 see /usr/share/doc/packages/perl-CHI/Changes
* Wed Jul 24 2013 cooloAATTsuse.com- updated to 0.58
* Fixes - Fix busted packaging 0.57 July 21, 2013
* Implementation - Use Moo instead of Moose for object system. This should be fully compatible with existing code, including Moose drivers or other extensions. This reduces the startup time and memory overhead.
* Fixes - Fix the loading of additional roles or traits (jrouzierinverse)
* Wed May 15 2013 cooloAATTsuse.com- updated to 0.56
* Fixes - Mention testing_driver_class in CHI/Driver/Development.pm - RT #78921 (Nigel Horne)
* Tests - Add test_multiple_processes for testing drivers under concurrent writes - RT #79132 (Nigel Horne)
* Docs - Mention that driver tests are responsible for their own cleanup - RT #79100 (Nigel Horne) - Various spelling fixes thanks to Pod::Spell
* Improvements - Compute derived/aggregate stats in CHI::Stats::parse_stats_logs
* Fixes - Eliminate \"=for html\" POD entries, which were mangling metacpan.org output (Pedro Melo)
*
* Incompatible Changes
*
* -
*
* Switch CHI::Stats format to JSON for easier generation and parsing
* Improvements - Measure time elapsed in get, set, and compute; record in logs and stats. Only measure when debug logging or stats are enabled. - compute() now handles list or scalar caller context - The driver parameter now accepts full classes prefixed by \'+\', as is standard. driver_class is still accepted for backward compatibility but no longer documented.
* Fixes - compute() no longer modifies passed-in options hashref - Fix get_multi_
* with partially empty l1 cache - perl-chi/pull/12 (Mike Cartmell) - Fix get_keys when file_extension set on CHI::Driver::File - RT #76489 (Vitaliy Tokarev) - Have set_multi call store_multi underneath as documented in Development.pod - RT [#76621] (Oliver Paukstadt) - Minor POD fixes (Alessandro Ghedini)
* Mon Mar 12 2012 tabrahamAATTnovell.com- updated to 0.52 - Subclasses inherit configuration from their parents unless they also call config() - Fix Config test to not require memcached- changes from 0.51 - add CHI->config() to register storage types, and set core and per-namespace defaults - fix new test_max_key_length test to work on drivers that do not support get_keys
* Wed Feb 15 2012 tabrahamAATTnovell.com- updated to 0.50 - Clarify busy_lock doc, add obj_ref doc (perlover) - Override set() rather than set_object() in Role/HasSubcaches.pm so that keys are not double-transformed when set in l1 or mirror caches. This is simpler and should be more robust. - Remove htdocs which were accidentally added into dist
* Tue Oct 25 2011 tabrahamAATTnovell.com- updated to 0.49 - go back to generating version numbers for all sub-modules again- updated to 0.48 - disregard default expires_at and expires_in if either are provided RT #67970 (spjw)
* Fri Apr 29 2011 cooloAATTopensuse.org- updated to 0.47
* Improvements - Allow compute() to take get options - expire_if and busy_lock - Add atomic operations: add, append, replace (alpha)