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