Skip to content

v3.4.0

Choose a tag to compare

@kennethreitz kennethreitz released this 23 Mar 01:39
· 61 commits to main since this release

What's New

  • Comprehensive docstrings across all public API classes and methods — API, Request, Response, Router, Route, BackgroundQueue, QueryDict, and more
  • Expanded API reference with autodoc sections for RouteGroup, BackgroundQueue, QueryDict, and RateLimiter
  • Starlette 1.0 support — upgraded dependency to starlette[full]>=1.0

Breaking Changes

  • Python 3.9 dropped — minimum version is now Python 3.10 (required by Starlette 1.0)

Install

pip install responder==3.4.0