The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.100 - 2016-03-25

  • ENHANCEMENTS
    • Add support for serializers other than JSON and custom serializers. We include now JSON, YAML and Sereal serializers (Peter Mottram).
    • Use DBIx::Sugar (Peter Mottram).
    • Switch from Class::Load try_load_class to Module::Runtime use_module (Peter Mottram).
    • Use Dancer2::Serializer::JSON instead of JSON (Peter Mottram).
    • Allow non primary key as session id column (Andy Jack, GH #2).
  • BUG FIXES
    • Fix generating new sessions for every request (Peter Mottram, Rory Zweistra, GH #9).
    • Use decoded_content instead of content in UTF-8 tests (Peter Mottram, GH #8).
  • TESTS
    • Stop Test::More complaining about wide chars in print (Peter Mottram).
    • Add tests for UTF-8 data in the session (Stefan Hornburg/Racke).
    • Add test for correct primary key in sessions table (Stefan Hornburg/Racke).