The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# This file documents the revision history for Perl extension Catalyst::Plugin::Session::Store::Cookie.

0.005 - 2022-08-23
  - If the cookie get corrupted such that serial fails to decode, we now
    detect that situation and automatically clear the cookie.

0.004 - 2022-08-21
  - Add storage_cookie_secure, storage_cookie_httponly and
    storage_cookie_samesite options
    with the same defaults as Catalyst::Plugin::Session::State::Cookie
    (abraxxa++)

0.003 - 2017-02-16
  - Fixed issue with setting Sereal arguments.
  - Allow you to set Sereal arguments in configuration.

0.002 - 2015-02-04
  - slightly cleaner default cookie name

0.001 - 2015-01-26
  - First Release