Flask

Latest version: v3.0.3

Safety actively analyzes 623150 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 10 of 10

0.4

Not secure
-----------

Released 2010-06-18, codename Rakia

- Added the ability to register application wide error handlers from
modules.
- ``Flask.after_request`` handlers are now also invoked if the request
dies with an exception and an error handling page kicks in.
- Test client has not the ability to preserve the request context for
a little longer. This can also be used to trigger custom requests
that do not pop the request stack for testing.
- Because the Python standard library caches loggers, the name of the
logger is configurable now to better support unittests.
- Added ``TESTING`` switch that can activate unittesting helpers.
- The logger switches to ``DEBUG`` mode now if debug is enabled.

0.3.1

Not secure
-------------

Released 2010-05-28

- Fixed a error reporting bug with ``Config.from_envvar``.
- Removed some unused code.
- Release does no longer include development leftover files (.git
folder for themes, built documentation in zip and pdf file and some
.pyc files)

0.3

Not secure
-----------

Released 2010-05-28, codename Schnaps

- Added support for categories for flashed messages.
- The application now configures a ``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.

0.2

Not secure
-----------

Released 2010-05-12, codename J?germeister

- Various bugfixes
- Integrated JSON support
- Added ``get_template_attribute`` helper function.
- ``Flask.add_url_rule`` can now also register a view function.
- Refactored internal request dispatching.
- Server listens on 127.0.0.1 by default now to fix issues with
chrome.
- Added external URL support.
- Added support for ``send_file``.
- Module support and internal request handling refactoring to better
support pluggable applications.
- Sessions can be set to be permanent now on a per-session basis.
- Better error reporting on missing secret keys.
- Added support for Google Appengine.

0.1

Not secure
-----------

Released 2010-04-16

- First public preview release.

Page 10 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.