Version 0.11
[catagits/Catalyst-Plugin-Cache.git] / Changes
1 0.11
2         - Convert repository to git (fREW Schmidt)
3         - Depend on Catalyst 5.8 and so lose un-declared dependencies
4           on Class::Data::Inheritable and Class::Accessor::Fast.
5           RT#74972
6
7 0.10
8         - Change to Module::Install
9         - Drop test dep on ok
10         - Split requires and test_requires
11         - Fix bug when used in conjunction with ::Model::DBIC::Schema
12           Caching trait by not trying to cache the curried cache instance when
13           we don't have a request instance to cache it against
14
15 0.09
16         - Generate a warning if no config is specified, or config
17           is specified using the old key.
18         - Support the compute() method, and emulate it if the backend
19           doesn't have it.
20
21 0.08
22         - Forgot to add MRO::Compat to Makefile.PL, fail.
23
24 0.07
25         - Switch from NEXT to MRO::Compat.
26         - Change config key from 'cache' to 'Plugin::Cache', old key
27           is still supported for backwards compatibility, but the new
28           key is preferred (RT#40344).
29
30 0.06
31         - clarify the documentation on how to configure a backend
32         - due to stacked evals, certain start up errors were quietly
33           ignored until the first cache hit. These start up errors
34           now correctly manifest themselves at start up time.
35 0.05
36         - change base class order to appease Class::C3
37
38 0.04
39         - ???
40
41 0.03
42         - Be more compatible with ->set() convention of passing expiry
43
44 0.02
45         - Pass around a hash ref instead of a list of kvp.
46
47 0.01
48         - Initial release