- Officially support Python 3.13 (:pr:`702`). - Drop support for Python 3.8 (:pr:`701`).
0.44.0
*******************
Features:
- Always use ``flask.json`` to serialize data (API output, ETag, API docs). Ensures a user-defined custom JSON serializer is used everywhere. (:pr:`561`)
0.43.0
*******************
Bug fixes:
- Fix type-hint in paginate method (:pr:`593`). Thanks :user:`jtait` for the PR.
Other changes:
- Officially support Python 3.12 (:pr:`591`). Thanks :user:`goddessana` for the PR. - Require Flask>=3.0.2 and Werkzeug>=3.0.01 (:pr:`604`).
0.42.3
*******************
Bug fixes:
- Fix OpenAPI docs to include response headers when pagination is used (:issue:`578`). Thanks :user:`drcpu-github` for the report and the PR.
0.42.2
*******************
Features:
- Support Flask 3.x and werkzeug 3.x (:pr:`576`).
0.42.1
*******************
Bug fixes:
- Fix order of path parameters extracted from Flask route (:issue:`541`). Thanks :user:`ddorian` for the report and the PR.
Other changes:
- Fix setup.py to require Flask>=2.0.1, needed since 0.42.0.