weppy v0.8 Release Notes

  • ๐Ÿš€ Released on October 31st 2016, codename Hadar

    • ๐Ÿ›  Several bugfixes
    • โž• Added readable fields handling in forms
    • โœจ Enhanced HTTP errors on streaming
    • ๐Ÿ‘Œ Improved templater performance
    • โž• Added dbset option to in validator
    • Ensuring unique validation is performed also without forms
    • ๐Ÿ‘ Better implementation for nested selection when using join and including
    • โšก๏ธ Updated router to allow routes override
    • ๐Ÿ”„ Changed default serialization and validation of datetime fields to respect RFC3339 standard
    • โšก๏ธ Updated postgres default adapters to latest available from pyDAL
    • ๐Ÿ”„ Changed has_one attributes when using join and including to not be lists
    • โž• Added support for 'bigint' fields in the migrator