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