updated Changes and bumped version
[catagits/Catalyst-Plugin-Session.git] / Changes
1 Revision history for Perl extension Catalyst::Plugin::Session
2
3 0.34 2012-03-30
4         - Fixed up t/live_verify_address.t per https://rt.cpan.org/Ticket/Display.html?id=71142
5
6 0.33 2012-03-08
7         - Note that flash is deprecated / not recommended due to it's
8           inherent races. Point out Catalyst::Plugin::StatusMessage instead
9
10 0.32 2011-06-08
11         - Fix handling with enables verify_address and add related test
12
13 0.31 2010-10-08
14         - Fix session being loaded by call to dump_these in debug mode
15           (RT#58856)
16
17 0.30 2010-06-24
18         - Fix Makefile.PL's is_upgrading_needed() routine (RT #58771)
19
20 0.29 2009-11-04
21         - Fix session being deleted when you have a new session after session
22           expiry when calling session_is_valid method. Tests for this.
23         - Allow ->session to be used as a setter method so that you can say
24           ->session( key => $value );
25
26 0.28 2009-10-29
27         - Fix session fixation test with LWP 5.833 by calling $cookie_jar->set_cookie
28           rather than manually stuffing the cookie in the request.
29
30 0.27 2009-10-08
31         - Release 0.26_01 as stable without further changes.
32
33 0.26_01 2009-10-06
34         - Move actions out of the root application class in tests as this
35           is deprecated.
36         - Change configuration key to 'Plugin::Session' by default. The
37           old 'session' key is still supported, but will issue a warning
38           in a future release.
39
40 0.26 2009-08-19
41         - Remove Test::MockObject from the test suite as prone to failing on
42           some platforms and perl versions due to it's UNIVERSAL:: package
43           dependencies.
44
45 0.25 2009-07-08
46         - Add the a change_session_id method which can be called after
47           authentication to change the user's session cookie whilst preserving
48           their session data. This can be used to provide protection from
49           Session Fixation attacks. (kmx)
50
51 0.24 2009-06-23
52         - Be more paranoid about getting values of $c->req to avoid issues
53           with old Test::WWW::Mechanize::Catalyst.
54         - Check we have a modern version of TWMC before doing the tests which
55           need it.
56
57 0.23 2009-06-16
58         - Add the verify_user_agent config parameter (kmx)
59         - Add a test case to prove that logging in with a session cookie still
60           causes a new cookie to be issued for you, proving that the code is
61           not vulnerable to a session fixation attack. (t0m)
62
63 0.22 2009-05-13
64         - INSANE HACK to ensure B::Hooks::EndOfScope inlines us a new method right now
65           in Catalyst::Plugin::Session::Test::Store for Catalyst 5.80004 compatibility.
66
67           This change does not in any way affect normal users - it is just due to the
68           fairly crazy way that Catalyst::Plugin::Session::Test::Store works, and that
69           module is _only_ used for unit testing session store plugins pre-installation.
70
71           Session::Test::Store should be replaced with a more sane solution, and other
72           CPAN modules using it moved away from using it, but this change keeps stops
73           new Catalyst breaking other distributions right now.
74
75 0.21 2009-04-30
76         - Hide the internal packages in Catalyst::Plugin::Session::Test::Store from PAUSE.
77         - Convert from CAF to Moose with Moosex::Emulate::Class::Accessor::Fast
78
79 0.20 2009-02-05
80         - No code changes since 0.19_01 dev release.
81         - Add IDEAS.txt which is an irc log of discussion about the next-generation
82           session plugin from discussion on #catalyst-dev
83         - Remove TODO file, which is no longer relevant.
84
85 0.19_01 2009-01-09
86         - Switch from using NEXT to Class::C3 for method re-dispatch.
87         - Use shipit to package the dist.
88         - Switch to Module::install.
89         - Flash data is now stored inside the session (key "__flash") to avoid
90           duplicate entry errors caused by simultaneous select/insert/delete of
91           flash rows when using DBI as a Store. (Sergio Salvi)
92         - Fix session finalization order that caused HTTP responses to be sent
93           before the session is actually finalized and stored in its Store.
94           (Sergio Salvi)
95
96 0.19    2007-10-08
97
98 0.18    2007-08-15
99         - Fix Apache engine issue (RT #28845)
100
101 0.17    2007-07-16
102         - Skip a test if Cookie is not installed (RT #28137)
103
104 0.16    2007-07-03
105         - Stupid makefile
106
107 0.15    2007-06-24
108         - Fix the bug that caused sessions to expire immediately when another
109           session was deleted previously in the same request cycle
110         - Changed finalize() to redispatch before saving session
111           so other finalize methods still have access to it.
112
113 0.14    2007-01-31
114         - Disable verify_address.
115         - update flash to work like session
116
117 0.13    2006-10-12
118         - Rerelease with slightly changed test due to a behavior change in
119           Test::MockObject
120         - add `clear_flash`
121         - improve debug logging
122
123 0.12    2006-08-26
124         - refactor out a hookable finalize_session method, for plugins
125         - make _clear_session_instance_data call NEXT::, so that plugins can
126           hook on to that too
127
128 0.11    2006-08-10
129         - Lazify expiry calculation and store it in a different instance data
130           slot. This provides greater flexibility for implementing hooks like
131           DynamicExpiry the "right" way.
132
133 0.10    2006-08-01
134         - Implement a more well defined finalization order for Session stuff.
135           This solves a problem that was introduced by some value cleanups in
136           the 0.06 release.
137
138 0.09    2006-07-31
139         - Fix Catalyst::Plugin::Session::Test::Store
140
141 0.08    2006-07-31
142         - rerelease because Module::Bane broke the META.yml. HURAAH
143
144 0.07    2006-07-30
145         - Make build tool complain loudly on incompatible versions of state
146           plugins.
147
148 0.06    2006-07-29
149         - Change State plugin API to be pull oriented
150         - Lazify more correctly (mostly performance improvements)
151         - Don't try to compute digest of hash when there is no hash
152
153 0.05    2006-01-01
154         - Un-workaround the Cache::FastMmap (actually Storable) limitation -
155           it's not C::P::Session's business.
156         - add $c->session_expires
157         - refactor guts
158         - improve semantics of session deletion (now deletes flash data too)
159         - improve lazy-load-ness of session data in the light of expiration
160
161 0.04    2005-12-28 09:42:00
162         - Work around a limitation in Cache::FastMmap - must store only
163           references, while expiration was an NV.
164
165 0.03    2005-12-26 10:22:00
166         - Lazify loading of session data for better performance and less chance
167           of race conditions
168         - support for $c->flash a la Ruby on Rails
169         - Fixed bug in sessionid algorithm detection.
170         - Separate __expires from the session data - we write it every time
171         - Lazify saving of session data for better performance and less chance
172           of race conditions
173
174 0.02    2005-11-23 09:40:00
175         - Doc fixes
176         - No more -Engine=Test
177
178 0.01    2005-11-14 12:41:00
179         - Initial release.