Werkzeug v0.11.11 Release Notes

  • ๐Ÿš€ Released on August 31st 2016.

    • ๐Ÿ›  Fix JSONRequestMixin for Python3. See #731
    • ๐Ÿ›  Fix broken string handling in test client when passing integers. See #852
    • Fix a bug in parse_options_header where an invalid content type starting with comma or semi-colon would result in an invalid return value, see issue #995.
    • ๐Ÿ›  Fix a bug in multidicts when passing empty lists as values, see issue #979.
    • ๐Ÿ›  Fix a security issue that allows XSS on the Werkzeug debugger. See #1001.