All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Python 3.12 support
- Python 3.8 support
0.74.0 - 2023-06-05
- request.form now supports max_size
- fixed response from test client
0.73.0 - 2023-03-06
- Drop Python 3.7 support
0.72.0 - 2023-03-05
- BackgroundMiddleware
0.70.0 - 2023-03-01
- app.on_error only accepts exceptions
0.64.0 - 2022-02-09
- ResponseFile: change default chunk size to 64Kb
0.63.3 - 2021-12-14
- Fix closing websockets
0.0.1 - 2020-10-29
- First public release