Skip to content

Latest commit

 

History

History
77 lines (47 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

77 lines (47 loc) · 1.6 KB

Changelog

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.

Added

Removed

[1.0.0] - 2024-06-31

Added

  • Python 3.12 support

Removed

  • Python 3.8 support

0.74.0 - 2023-06-05

Added

  • request.form now supports max_size

Changed

  • fixed response from test client

0.73.0 - 2023-03-06

Changed

  • Drop Python 3.7 support

0.72.0 - 2023-03-05

Added

  • BackgroundMiddleware

0.70.0 - 2023-03-01

Changed

  • app.on_error only accepts exceptions

0.64.0 - 2022-02-09

Changed

  • ResponseFile: change default chunk size to 64Kb

0.63.3 - 2021-12-14

Changed

  • Fix closing websockets

0.0.1 - 2020-10-29

  • First public release

Added

Changed

Removed