0.0.2
Features
- ✨ Add compatibility with the next (unreleased) version of AnyIO (4.x.x), with
get_asynclib
utility. PR #48 by @tiangolo.
Docs
- ✏ Fix link to FastAPI and Friends newsletter. PR #13 by @JonasKs.
- ✏ Fix typo in
docs/tutorial/first-steps.md
, fromasyncio
toanyio
. PR #11 by @windson. - ✏️ Fix broken link in README and index. PR #9 by @vrslev.
- ✏ Fix typo in
syncify-no-raise.md
. PR #6 by @Kludex.
Internal
- 🔧 Update mypy config, use
strict = true
instead of manual configs. PR #38 by @michaeloliverx. - ➕ Add extra dev dependencies for MkDocs Material. PR #49 by @tiangolo.
- ⬆ Update mypy requirement from ^0.930 to ^0.971. PR #34 by @dependabot[bot].
- ⬆ Update black requirement from ^21.5-beta.1 to ^22.10.0. PR #41 by @dependabot[bot].
- ⬆ [pre-commit.ci] pre-commit autoupdate. PR #31 by @pre-commit-ci[bot].
- ⬆ Bump nwtgck/actions-netlify from 1.1.5 to 1.2.4. PR #47 by @dependabot[bot].
- ⬆ Bump actions/upload-artifact from 2 to 3. PR #46 by @dependabot[bot].
- ⬆ Bump actions/setup-python from 2 to 4. PR #45 by @dependabot[bot].
- ⬆ Bump actions/checkout from 2 to 3. PR #44 by @dependabot[bot].
- ⬆ Update pytest requirement from ^6.2.4 to ^7.0.1. PR #18 by @dependabot[bot].
- ⬆ Update flake8 requirement from ^4.0.1 to ^5.0.4. PR #37 by @dependabot[bot].
- 🔧 Update Dependabot config. PR #43 by @tiangolo.
- 👷 Move from Codecov to Smokeshow. PR #42 by @tiangolo.
- 🔧 Add pre-commit and format. PR #28 by @tiangolo.
- 💚 Fix installing Material for MkDocs Insiders in CI. PR #27 by @tiangolo.
- 👷 Disable installing MkDocs Insiders in forks. PR #26 by @tiangolo.
- ⬆️ Upgrade Codecov GitHub Action. PR #23 by @tiangolo.
- 💚 Only run CI on push when on master, to avoid duplicate runs for PRs. PR #17 by @tiangolo.
- ⬆ Update flake8 requirement from ^3.9.2 to ^4.0.1. PR #3 by @dependabot[bot].
- ⬆ Update coverage requirement from ^5.5 to ^6.2. PR #1 by @dependabot[bot].
- 🔧 Upgrade MkDocs Material and update configs. PR #10 by @tiangolo.