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