- Multiple cookies.
- Whitenoise returns not found.
- Other bugfixes.
- Stream support via
resp.stream. - Cookie directives via
resp.set_cookie. - Add
resp.htmlto send HTML. - Other improvements.
- Run sync views in a threadpoolexecutor.
- Support for
before_request.
- Potential bufix for cookies.
- Bugfix for redirects.
- Improvement for static file hosting.
- Improve cors configuration settings.
- Move GraphQL support into a built-in plugin.
- Improved exceptions.
- CORS support.
- Subtle improvements.
- Packaging fix.
- Interactive Documentation endpoint.
- Minor improvements.
- Overall improvements.
- Show traceback info when background tasks raise exceptions.
- api.requests.
- WebSocket support.
- 500 support.
- Improvements to sequential media reading.
- File upload support.
- Stability.
- Sessions support.
- Cookies support.
- Default routes.
- Prototype of static application support.
- Bugfix for async class-based views.
- Bugfix for async class-based views.
- GraphiQL Support.
- Improvement to route selection.
- Immutable Request object.
- Ability to mount WSGI apps.
- Supply content-type when serving up the schema.
- OpenAPI Schema support.
- Safe load/dump yaml.
- Asynchronous support for data uploads.
- Bug fixes.
- Bug fixes.
- Switch to ASGI/Starlette.
- Conception!