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