Release history for Plack-Middleware-SignedCookies
1.204 Sun 05 Feb 2023
- Testing with HTTP::CookieJar to avoid HTTP::Cookies RFC6265 non-compliance
- No more parent.pm dependency
- Updated packaging and package metadata
1.203 Mon 31 Aug 2020
- Support for streaming PSGI apps.
1.202 Mon 18 Dec 2017
- Fix for another accidental 5.10-ism in the tests.
No module code changes.
1.201 Sun 17 Dec 2017
- Removal of microöptimsations that require 5.10
1.200 Sat 16 Dec 2017
- Correct RFC 6265-compliant parsing and fingerprinting
- Easier-to-read formatting of signed cookie values
(signature is now separated by a blank)
- Improved tests, using HTTP::Cookies instead of a bespoke parser
- Minimum perl version requirement drop to 5.6
- Various microöptimsations
- Packaging fixes
1.103 Sat 10 Jan 2015
- No functional changes
- No longer contains INSTALL file with install-as-root instructions
1.102 Sun 04 Jan 2015
- Turned on warnings.
1.101 Fri 19 Dec 2014
- Fixed accidental reliance of a test on autoderef misfeature in newer
perls. No module code changes.
1.100 Thu 18 Dec 2014
- Added support for forcing the secure and HttpOnly flags on all cookies.
1.000 Wed 17 Dec 2014
- Initial release.