weppy 1.2 (codename Merak)
Changes since 1.1:
- 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,clearmethods incache.Cache
and handlers objects - Added decorator syntax support to cache module
- Added
responsemethod to cache module and relevantcacheparameter in
app.App.route,app.App.moduleandapp.AppModule.routedecorators - Added
switchmethod toorm.objects.Setto allow changing model context - Rewritten sessions' managers
- Deprecated
SessionCookieManager,SessionFSManagerand
SessionRedisManagerclasses insessionsmodule in favour of unified
SessionManagerwrapper and itscookies,filesandredismethods