Skip to content

Commit

Permalink
start version 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed May 2, 2024
1 parent 67766ea commit e25b69e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
26 changes: 16 additions & 10 deletions CHANGES.rst
@@ -1,27 +1,33 @@
.. currentmodule:: werkzeug

Version 3.0.3
-------------

Unreleased


Version 3.0.2
-------------

Released 2024-04-01

- Ensure setting merge_slashes to False results in NotFound for
- Ensure setting ``merge_slashes`` to ``False`` results in ``NotFound`` for
repeated-slash requests against single slash routes. :issue:`2834`
- Fix handling of TypeError in TypeConversionDict.get() to match
ValueErrors. :issue:`2843`
- Fix response_wrapper type check in test client. :issue:`2831`
- Make the return type of ``MultiPartParser.parse`` more
precise. :issue:`2840`
- Raise an error if converter arguments cannot be
parsed. :issue:`2822`
- Fix handling of ``TypeError`` in ``TypeConversionDict.get()`` to match
``ValueError``. :issue:`2843`
- Fix ``response_wrapper`` type check in test client. :issue:`2831`
- Make the return type of ``MultiPartParser.parse`` more precise.
:issue:`2840`
- Raise an error if converter arguments cannot be parsed. :issue:`2822`


Version 3.0.1
-------------

Released 2023-10-24

- Fix slow multipart parsing for large parts potentially enabling DoS
attacks.
- Fix slow multipart parsing for large parts potentially enabling DoS attacks.


Version 3.0.0
-------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "Werkzeug"
version = "3.0.2"
version = "3.0.3.dev"
description = "The comprehensive WSGI web application library."
readme = "README.md"
license = {file = "LICENSE.txt"}
Expand Down

0 comments on commit e25b69e

Please sign in to comment.