Werkzeug v0.11.6 Release Notes

  • ๐Ÿš€ Released on April 14th 2016.

    • werkzeug.serving: Still show the client address on bad requests.
    • ๐Ÿ‘Œ improved the PIN based protection for the debugger to make it harder to brute force via trying cookies. Please keep in mind that the debugger is not intended for running on production environments
    • ๐Ÿ“Œ increased the pin timeout to a week to make it less annoying for people which should decrease the chance that users disable the pin check entirely.
    • werkzeug.serving: Fix broken HTTP_HOST when path starts with double slash.