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