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