REST: resource representation creation and consumption; url_for and perhaps also opt-in pydantic support?
Affordances to support API description format generators and frontends (e.g, OpenAPI, API Blueprint) -- check community project(s) already available for Falcon?
Recipes: Things like how to deploy in production, how to spawn background tasks, how to make use of ASGI lifecycle events, how to do AuthN/Z, and how to handle the DAL (SQLAlchemy, asyncpg, but perhaps we can also document piccolo, et al.). What else?
TBD: Include 1-2 doc improvements, and one "missing feature" such as url_for or basic JWT/OAuth2 affordances that can be expanded upon in future releases. Potentially also include trio support if decided to do it and is ready.
[ ] Update benchmarks on falconframework.org
[ ] Docs: Additional recipes, make recipes easier to find
Roadmap for 4.x
Themes
ASGI
Frequently requested "missing" features
Docs
Performance
4.0.0
4.1.0
TBD: Include 1-2 doc improvements, and one "missing feature" such as url_for or basic JWT/OAuth2 affordances that can be expanded upon in future releases. Potentially also include trio support if decided to do it and is ready.
4.2.0
TBD