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