- Fix typos and tweak configs. PR #837.
- Add link to Chinese article in External Links. PR 810 by @wxq0309.
- Implement
OAuth2AuthorizationCodeBearer
class. PR #797 by @kuwv. - Update example upgrade in docs main page. PR #795 by @cdeil.
- Fix callback handling for sub-routers. PR #792 by @jekirl.
- Fix typos. PR #784 by @kkinder.
- Add 4 Japanese articles to External Links. PR #783 by @HymanZHAN.
- Add support for subtypes of main types in
jsonable_encoder
, e.g. asyncpg's UUIDs. PR #756 by @RmStorm. - Fix usage of Pydantic's
HttpUrl
in docs. PR #832 by @Dustyposa. - Fix Twitter links in docs. PR #813 by @justindujardin.
- Add docs for correctly using FastAPI with Peewee ORM. Including how to overwrite parts of Peewee to correctly handle async threads. PR #789.