Bumping version to 0.18
[catagits/Catalyst-Plugin-Session-State-Cookie.git] / Changes
CommitLineData
7022ec4c 1Revision history for Perl extension Catalyst::Plugin::Session::State::Cookie
2
005cfc28 3 - add SameSite support (RT#133009)
4 - convert optional test using Test::WWW::Mechanize::Catalyst to
5 mandatory test using Catalyst::Test
6 - convert from Module::Install to Distar for packaging and release
7 process
8 - fix running Makefile.PL when . is not included in @INC (RT#121882)
9 - minor test cleanups
10 - typo and spelling fixes in documentation
3cae740c 11 - convert repository to git (fREW Schmidt)
12
d612a8fc 130.17 2009-10-18
14 - Fixup copyright information
15
7c0b044c 160.16 2009-10-16
17 - Use session config handling from Catalyst::Plugin::Session 0.27.
18
5aca1bdd 190.15 2009-10-06
20 - Fix the httponly option again (Closes RT##50249).
21 - Make tests not warn with latest version of Catalyst.
22 - Prefer session configuration to be in the 'Plugin::Session'
23 config key, but provide backwards compatibility for the
24 deprecated 'session' key.
25
6652d9a2 260.14 2009-08-22
3c6b7451 27 - Allow turning off the httponly option (Closes RT#48930).
28
679f4a58 290.13 2009-08-19
30 - Remove Test::MockObject from the test suite as prone to failing on
31 some platforms and perl versions due to its UNIVERSAL:: package
32 dependencies.
33 - Remove Class::Accessor::Fast and replace with Moose. This allows
34 us to not have a ->new method, This is more correct for Plugins
35 and also means that Catalyst is not forced to invoke the scary
36 replace_constructor at scope end handling.
37
ab649d6b 380.12 2009-07-18
3c6b7451 39 - Introduced a new option cookie_httponly
9bf24185 40 - Option cookie_secure extended (old syntax fully supported)
41
602b9593 420.11 2009-05-13
43 - Change TestApp so that the application is in t/lib, to make it easier
44 for Catalyst to force our package to be immutable.
45
45c96680 460.10 2009-02-08
d6bdceb5 47 - POD addition.
45c96680 48 - Switch from NEXT to MRO::Compat
d6bdceb5 49
45c96680 500.09 2007-10-08
3c6b7451 51 - Bump dependencies so that streaming a file also causes the cookie to
45c96680 52 be updated.
53 - Add tests for this
d6bdceb5 54
9541149a 550.08 2007-09-14
a79a56a8 56 - Fix live test with Mech version 0.37+
c4a96adb 57 - Switch to Module::Install
a79a56a8 58
f8cd6974 590.07 2007-04-04 23:10:00
60 - Fix the bug that caused sessions to expire immediately when another
61 session was deleted previously in the same request cycle
62
519fe077 630.06 2006-09-20 19:53:00
64 - Fix args in calls to NEXT::set_session_id and NEXT::extend_session_id
65
8bdcbb46 660.05 2006-08-06 20:50:00
67 - Add configuration of 'cookie_path' (Michael W Peterson)
68
3e8b97ed 690.04
70 - Depend on a higher version of C::P::Session
71
3c6b7451 720.03
458ed7d4 73 - refactored make_session_cookie to separate calc_expiry, and made
3cae740c 74 that easily overloadable.
458ed7d4 75 - updated for the new state API (get_session_id, set_session_id, etc)
1e986fd5 76
f7f7fa5e 770.02 2005-12-28 13:51:00
7022ec4c 78 - Fixed cookie_expires to support browser session cookies.
33516e37 79 - Renamed default cookie name from just 'session' to
80 'yourapp_session' to allow several applications on the same domain
81 to exist without conflict (LTJake)
7022ec4c 82
830.01 2005-11-14 12:45:00
84 - Initial release.