fix the session/mock object problem
[catagits/Catalyst-Plugin-Session.git] / Changes
CommitLineData
a552e4b5 1Revision history for Perl extension Catalyst::Plugin::Session
2
49727697 30.13
4 - add `clear_flash`
5 - improve debug logging
6
70.12
8f236527 8 - refactor out a hookable finalize_session method, for plugins
9 - make _clear_session_instance_data call NEXT::, so that plugins can
10 hook on to that too
11
260b14c4 120.11
13 - Lazify expiry calculation and store it in a different instance data
14 slot. This provides greater flexibility for implementing hooks like
15 DynamicExpiry the "right" way.
16
23a2bf16 170.10
18 - Implement a more well defined finalization order for Session stuff.
19 This solves a problem that was introduced by some value cleanups in
20 the 0.06 release.
21
ec299c02 220.09
23 - Fix Catalyst::Plugin::Session::Test::Store
24
ec270ef0 250.08
26 - rerelease because Module::Bane broke the META.yml. HURAAH
27
340449a2 280.07
29 - Make build tool complain loudly on incompatible versions of state
30 plugins.
31
bab8b74b 320.06
6f327a6c 33 - Change State plugin API to be pull oriented
34 - Lazify more correctly (mostly performance improvements)
35 - Don't try to compute digest of hash when there is no hash
bab8b74b 36
5d8cc4c7 370.05
7db1c46a 38 - Un-workaround the Cache::FastMmap (actually Storable) limitation -
39 it's not C::P::Session's business.
40 - add $c->session_expires
41 - refactor guts
42 - improve semantics of session deletion (now deletes flash data too)
43 - improve lazy-load-ness of session data in the light of expiration
44
7a02371f 450.04 2005-12-28 09:42:00
46 - Work around a limitation in Cache::FastMmap - must store only
47 references, while expiration was an NV.
48
490.03 2005-12-26 10:22:00
a552e4b5 50 - Lazify loading of session data for better performance and less chance
51 of race conditions
9b0fa2a6 52 - support for $c->flash a la Ruby on Rails
5faaa4b0 53 - Fixed bug in sessionid algorithm detection.
4207ce8d 54 - Separate __expires from the session data - we write it every time
55 - Lazify saving of session data for better performance and less chance
56 of race conditions
a552e4b5 57
5faaa4b0 580.02 2005-11-23 09:40:00
a552e4b5 59 - Doc fixes
60 - No more -Engine=Test
61
5faaa4b0 620.01 2005-11-14 12:41:00
a552e4b5 63 - Initial release.