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