Changelog for C::P::Session
[catagits/Catalyst-Plugin-Session.git] / Changes
CommitLineData
a552e4b5 1Revision history for Perl extension Catalyst::Plugin::Session
2
bab8b74b 30.06
6f327a6c 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
bab8b74b 7
5d8cc4c7 80.05
7db1c46a 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
7a02371f 160.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
200.03 2005-12-26 10:22:00
a552e4b5 21 - Lazify loading of session data for better performance and less chance
22 of race conditions
9b0fa2a6 23 - support for $c->flash a la Ruby on Rails
5faaa4b0 24 - Fixed bug in sessionid algorithm detection.
4207ce8d 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
a552e4b5 28
5faaa4b0 290.02 2005-11-23 09:40:00
a552e4b5 30 - Doc fixes
31 - No more -Engine=Test
32
5faaa4b0 330.01 2005-11-14 12:41:00
a552e4b5 34 - Initial release.