All Versions
80
Latest Version
Avg Release Cycle
70 days
Latest Release
-

Changelog History
Page 4

  • v0.11.16 Changes

    • werkzeug.serving: set CONTENT_TYPE / CONTENT_LENGTH if only they're provided by the client
    • werkzeug.serving: Fix crash of reloader when using python -m werkzeug.serving.
  • v0.11.15 Changes

    ๐Ÿš€ Released on December 30th 2016.

    • ๐Ÿ›  Bugfix for the bugfix in the previous release.
  • v0.11.14 Changes

    ๐Ÿš€ Released on December 30th 2016.

    • ๐Ÿ‘ป Check if platform can fork before importing ForkingMixIn, raise exception when creating ForkingWSGIServer on such a platform, see PR #999.
  • v0.11.13 Changes

    ๐Ÿš€ Released on December 26th 2016.

    • ๐Ÿ Correct fix for the reloader issuer on certain Windows installations.
  • v0.11.12 Changes

    ๐Ÿš€ Released on December 26th 2016.

    • ๐Ÿ›  Fix more bugs in multidicts regarding empty lists. See #1000.
    • โž• Add some docstrings to some EnvironBuilder properties that were previously unintentionally missing.
    • โž• Added a workaround for the reloader on windows.
  • v0.11.11 Changes

    ๐Ÿš€ 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.
  • v0.11.10 Changes

    ๐Ÿš€ Released on May 24th 2016.

    • ๐Ÿ›  Fixed a bug that occurs when running on Python 2.6 and using a broken locale. See pull request #912.
    • ๐Ÿ›  Fixed a crash when running the debugger on Google App Engine. See issue #925.
    • ๐Ÿ›  Fixed an issue with multipart parsing that could cause memory exhaustion.
  • v0.11.9 Changes

    ๐Ÿš€ Released on April 24th 2016.

    • Corrected an issue that caused the debugger not to use the machine GUID on POSIX systems.
    • Corrected a Unicode error on Python 3 for the debugger's PIN usage.
    • ๐Ÿ“Œ Corrected the timestamp verification in the pin debug code. Without this fix the pin was remembered for too long.
  • v0.11.8 Changes

    ๐Ÿš€ Released on April 15th 2016.

    • ๐Ÿ›  fixed a problem with the machine GUID detection code on OS X on Python 3.
  • v0.11.7 Changes

    ๐Ÿš€ Released on April 14th 2016.

    • ๐Ÿ›  fixed a regression on Python 3 for the debugger.