Flask v0.3 Release Notes

  • ๐Ÿš€ Released 2010-05-28, codename Schnaps

    • ๐Ÿ‘ Added support for categories for flashed messages.
    • ๐Ÿ”ง The application now configures a :class:logging.Handler and will log request handling exceptions to that logger when not in debug mode. This makes it possible to receive mails on server errors for example.
    • ๐Ÿ‘ Added support for context binding that does not require the use of the with statement for playing in the console.
    • The request context is now available within the with statement making it possible to further push the request context or pop it.
    • ๐Ÿ”ง Added support for configurations.