correct order of session data finalization
[catagits/Catalyst-Plugin-Session.git] / Changes
CommitLineData
a552e4b5 1Revision history for Perl extension Catalyst::Plugin::Session
2
ec299c02 30.09
4 - Fix Catalyst::Plugin::Session::Test::Store
5
ec270ef0 60.08
7 - rerelease because Module::Bane broke the META.yml. HURAAH
8
340449a2 90.07
10 - Make build tool complain loudly on incompatible versions of state
11 plugins.
12
bab8b74b 130.06
6f327a6c 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
bab8b74b 17
5d8cc4c7 180.05
7db1c46a 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
7a02371f 260.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
300.03 2005-12-26 10:22:00
a552e4b5 31 - Lazify loading of session data for better performance and less chance
32 of race conditions
9b0fa2a6 33 - support for $c->flash a la Ruby on Rails
5faaa4b0 34 - Fixed bug in sessionid algorithm detection.
4207ce8d 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
a552e4b5 38
5faaa4b0 390.02 2005-11-23 09:40:00
a552e4b5 40 - Doc fixes
41 - No more -Engine=Test
42
5faaa4b0 430.01 2005-11-14 12:41:00
a552e4b5 44 - Initial release.