Skip to content

2.7.0

Latest
Compare
Choose a tag to compare
@ondratu ondratu released this 14 Oct 06:01
· 2 commits to master since this release
  • Reserved Request.db attribute for usage
  • Right HTTPException type annotation
  • Fix ETag header
  • FieldStorage and FieldStorageParser implementation based on legacy cgi.FieldStorage (#22)
    • that means Python 3.13 support (#36)
  • Stop Python 3.8 support - some mypy annotation didn't work
  • Field refactoring - ! possible break change ! - sorry for that
    • FieldStorageInterface - getvalue, getfist, getlist methods
    • new func converter name, and no default converter
    • all default values are not convert now
  • Some old classes, functions, attributes and parameters are notified as deprecated, and will be deleted in next major version.
  • Automatic JSONResponse from dict or list, just like from text.
  • Debug info, documentation and Error improvements.
  • Automatic NoContentResponse from None (#28)