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