weppy v1.2 Release Notes

  • ๐Ÿš€ Released on October 23rd 2017, codename Merak

    • ๐Ÿ›  Several bugfixes
    • ๐Ÿ“œ Rewritten templates parsing and generation logic
    • Rewritten ORM connection pooling
    • โž• Added support for advanced transaction usage in ORM
    • ๐Ÿ”จ Refactored cache module
    • Exposed get, set, get_or_set, clear methods in cache.Cache and handlers objects
    • โž• Added decorator syntax support to cache module
    • โž• Added response method to cache module and relevant cache parameter in app.App.route, app.App.module and app.AppModule.route decorators
    • โž• Added switch method to orm.objects.Set to allow changing model context
    • Rewritten sessions' managers
    • ๐Ÿ—„ Deprecated SessionCookieManager, SessionFSManager and SessionRedisManager classes in sessions module in favour of unified SessionManager wrapper and its cookies, files and redis methods