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