-
Notifications
You must be signed in to change notification settings - Fork 4
/
Changes
69 lines (49 loc) · 1.79 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Revision history for Dancer2-Session-Cookie
{{$NEXT}}
[ API CHANGES ]
[ BUG FIXES ]
[ DOCUMENTATION ]
[ ENHANCEMENTS ]
[ NEW FEATURES ]
[ STATISTICS ]
0.009 2018-04-25
- Dependency upped for Session::Storage::Secure. (GH#19, manwar)
[ STATISTICS ]
- code churn: 6 files changed, 40 insertions(+), 21 deletions(-)
0.008 2016-11-04
- Up Dancer2 dependency to 0.165, as 0.164 was a broken one. (GH#13)
[ DOCUMENTATION ]
- Clarify where 'cookie_duration' is set. (GH#14)
[ ENHANCEMENTS ]
- Add 'with_request_address' option to configuration. (GH#1)
0.007 2016-08-15
[ BUG FIXES ]
- Remove context usage (GH#9, Sawyer X)
[ CHANGED ]
- Link to base package added in POD (GH#11, Moritz Grosch)
- Simplify dzil config (Peter Mottram)
- Rewrite tests to use Plack::Test (Peter Mottram)
- Add noop _change_id method (Peter Mottram)
0.006 2014-07-28
[ CHANGED ]
- Requires Session::Storage::Secure 0.010 to allow storing objects,
which is specially relevant to JSON::bool data.
[ STATISTICS ]
- code churn: 12 files changed, 423 insertions(+), 477 deletions(-)
0.005 2013-06-05T22:56:23Z America/New_York
[ FIXED ]
- Bumped Test::TCP dependency to 1.30 to avoid parallel testing bugs
0.004 2013-05-31T23:40:09Z America/New_York
[ CHANGED ]
- Requires Session::Storage::Secure 0.007 for improved resistance to
timing attacks
0.003 2013-05-28T13:42:39Z America/New_York
[ FIXED ]
- Fixed Dancer2 dependency version
- Fixed tests for new, lazy session creation behavior in Dancer2
0.002 2013-02-22T22:26:31Z America/New_York
[ CHANGED ]
- Renamed from Dancer-Session-Factory-Cookie to Dancer2-Session-Cookie
- Internals updated for new Dancer2 release
0.001 2013-01-24T17:33:57Z America/New_York
- First release