foo
[catagits/Catalyst-Plugin-Session.git] / Changes
CommitLineData
a552e4b5 1Revision history for Perl extension Catalyst::Plugin::Session
2
84f65b2e 30.15
38761943 4 - Fix the bug that caused sessions to expire immediately when another
5 session was deleted previously in the same request cycle
84f65b2e 6 - Changed finalize() to redispatch before saving session
7 so other finalize methods still have access to it.
38761943 8
86553855 90.14 2007-01-31 12:19:00
10 - Disable verify_address.
11 - update flash to work like session
12
49727697 130.13
177c24fe 14 - Rerelease with slightly changed test due to a behavior change in
15 Test::MockObject
5a1f6ed4 16 - add `clear_flash`
49727697 17 - improve debug logging
18
190.12
8f236527 20 - refactor out a hookable finalize_session method, for plugins
21 - make _clear_session_instance_data call NEXT::, so that plugins can
22 hook on to that too
23
260b14c4 240.11
25 - Lazify expiry calculation and store it in a different instance data
26 slot. This provides greater flexibility for implementing hooks like
27 DynamicExpiry the "right" way.
28
23a2bf16 290.10
30 - Implement a more well defined finalization order for Session stuff.
31 This solves a problem that was introduced by some value cleanups in
32 the 0.06 release.
33
ec299c02 340.09
35 - Fix Catalyst::Plugin::Session::Test::Store
36
ec270ef0 370.08
38 - rerelease because Module::Bane broke the META.yml. HURAAH
39
340449a2 400.07
41 - Make build tool complain loudly on incompatible versions of state
42 plugins.
43
bab8b74b 440.06
6f327a6c 45 - Change State plugin API to be pull oriented
46 - Lazify more correctly (mostly performance improvements)
47 - Don't try to compute digest of hash when there is no hash
bab8b74b 48
5d8cc4c7 490.05
7db1c46a 50 - Un-workaround the Cache::FastMmap (actually Storable) limitation -
51 it's not C::P::Session's business.
52 - add $c->session_expires
53 - refactor guts
54 - improve semantics of session deletion (now deletes flash data too)
55 - improve lazy-load-ness of session data in the light of expiration
56
7a02371f 570.04 2005-12-28 09:42:00
58 - Work around a limitation in Cache::FastMmap - must store only
59 references, while expiration was an NV.
60
610.03 2005-12-26 10:22:00
a552e4b5 62 - Lazify loading of session data for better performance and less chance
63 of race conditions
9b0fa2a6 64 - support for $c->flash a la Ruby on Rails
5faaa4b0 65 - Fixed bug in sessionid algorithm detection.
4207ce8d 66 - Separate __expires from the session data - we write it every time
67 - Lazify saving of session data for better performance and less chance
68 of race conditions
a552e4b5 69
5faaa4b0 700.02 2005-11-23 09:40:00
a552e4b5 71 - Doc fixes
72 - No more -Engine=Test
73
5faaa4b0 740.01 2005-11-14 12:41:00
a552e4b5 75 - Initial release.