0.08.... *sigh*
[catagits/Catalyst-Plugin-Session.git] / Changes
1 Revision history for Perl extension Catalyst::Plugin::Session
2
3 0.08
4         - rerelease because Module::Bane broke the META.yml. HURAAH
5
6 0.07
7         - Make build tool complain loudly on incompatible versions of state
8           plugins.
9
10 0.06
11         - Change State plugin API to be pull oriented
12         - Lazify more correctly (mostly performance improvements)
13         - Don't try to compute digest of hash when there is no hash
14
15 0.05     
16         - Un-workaround the Cache::FastMmap (actually Storable) limitation -
17           it's not C::P::Session's business.
18         - add $c->session_expires
19         - refactor guts
20         - improve semantics of session deletion (now deletes flash data too)
21         - improve lazy-load-ness of session data in the light of expiration
22
23 0.04    2005-12-28 09:42:00
24         - Work around a limitation in Cache::FastMmap - must store only
25           references, while expiration was an NV.
26
27 0.03    2005-12-26 10:22:00
28         - Lazify loading of session data for better performance and less chance
29           of race conditions
30         - support for $c->flash a la Ruby on Rails
31         - Fixed bug in sessionid algorithm detection.
32         - Separate __expires from the session data - we write it every time
33         - Lazify saving of session data for better performance and less chance
34           of race conditions
35
36 0.02    2005-11-23 09:40:00
37         - Doc fixes
38         - No more -Engine=Test
39
40 0.01    2005-11-14 12:41:00
41         - Initial release.