The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Catalyst-Plugin-Session-Store-DBIC

0.08  Wed Nov 26 10:02:52 EST 2008
        - Workaround possible errors with Storable::thaw and empty
          strings (thanks to kevin montuori for suggesting a fix)

0.07  Wed Sep 24 17:08:34 EDT 2008
        - Code was silently truncating storage to MySQL, rendering the
          session unreadable. Patched to check DBIx::Class size from
          column_info (if available)
        - Wrap find_or_create calls in a transaction to (hopefully)
          avoid issues with duplicate flash rows

0.06  Sat Sep 16 15:42:50 EDT 2006
        - Convert to Catalyst::Plugin::Session::Store::Delegate (with
          help from nothingmuch)

0.05  Mon Jul 31 16:58:32 EDT 2006
        - Bump Catalyst::Plugin::Session dependency (tests use
          session_is_valid)
        - Fix a possible bug with passing an empty string to
          Storable::thaw

0.04  Sat Jul 29 23:02:27 EDT 2006
        - Catalyst::Plugin::Session 0.06 saves the session expiration
          before the sesssion, so make sure the session row is created then
        - Minor cleanup to get_session_data and store_session_data
          methods
        - Use delete instead of delete_all to avoid object inflation
          penalty in delete_session_data and delete_expired_sessions
        - Use 'select' to fetch only the desired field from the database

0.03  Mon Mar  6 21:17:38 EST 2006
        - Check the configuration earlier for a dbic_class value

0.02  Sat Mar  4 15:55:30 EST 2006
        - Minor documentation update

0.01  Sat Mar  4 13:02:28 EST 2006
        - Initial revision