Skip to content

0.4.0

Compare
Choose a tag to compare
@tiangolo tiangolo released this 25 Nov 21:47
· 65 commits to master since this release

Features

Highlights of this release:

  • Support for Python 3.9 and 3.8.

  • Deprecation of Python 3.6 and 2.7.

    • The last Python 3.6 and 2.7 images are available in Docker Hub, but they won't be updated or maintained anymore.
    • The last images with a date tag are python3.6-2022-11-25 and python2.7-2022-11-25.
  • Upgraded versions of all the dependencies.

  • Small improvements and fixes.

  • ✨ Add support for Python 3.9 and Python 3.9 Alpine. PR #50 by @tiangolo.

  • Add Python 3.8 with Alpine 3.11. PR #28.

  • Add support for Python 3.8. PR #27.

Breaking Changes

  • 🔥 Deprecate and remove Python 3.6 and 2.7. PR #105 by @tiangolo.
  • 🔥 Remove support for Python 2.7. PR #63 by @tiangolo.

Upgrades

  • ⬆️ Bump flask from 2.0.1 to 2.2.2 in /docker-images. PR #98 by @dependabot[bot].
  • ⬆️ Upgrade Flask to the latest version supporting Python 3.6. PR #101 by @tiangolo.

Docs

Internal

  • ⬆️ Update autoflake requirement from ^1.3.1 to ^2.0.0. PR #110 by @dependabot[bot].
  • ⬆️ Update black requirement from ^20.8b1 to ^22.10. PR #109 by @dependabot[bot].
  • ⬆️ Update mypy requirement from ^0.971 to ^0.991. PR #108 by @dependabot[bot].
  • ⬆️ Update docker requirement from ^5.0.3 to ^6.0.1. PR #107 by @dependabot[bot].
  • ⬆️ Upgrade CI OS. PR #111 by @tiangolo.
  • 🔧 Update Dependabot config. PR #106 by @tiangolo.
  • 👷 Add scheduled CI. PR #104 by @tiangolo.
  • 👷 Add alls-green GitHub Action. PR #103 by @tiangolo.
  • 👷 Do not run double CI for PRs, run on push only on master. PR #102 by @tiangolo.
  • ⬆️ Update black requirement from ^19.10b0 to ^20.8b1. PR #57 by @dependabot[bot].
  • ⬆️ Update pytest requirement from ^5.4.1 to ^7.0.1. PR #76 by @dependabot[bot].
  • ⬆️ Bump actions/checkout from 2 to 3.1.0. PR #99 by @dependabot[bot].
  • ⬆️ Update isort requirement from ^4.3.21 to ^5.8.0. PR #55 by @dependabot[bot].
  • ⬆️ Bump tiangolo/issue-manager from 0.2.0 to 0.4.0. PR #52 by @dependabot[bot].
  • ⬆️ Update docker requirement from ^4.2.0 to ^5.0.3. PR #66 by @dependabot[bot].
  • ⬆️ Bump actions/setup-python from 1 to 4. PR #93 by @dependabot[bot].
  • ⬆️ Update mypy requirement from ^0.770 to ^0.971. PR #95 by @dependabot[bot].
  • 🔥 Remove Travis backup file. PR #67 by @tiangolo.
  • ♻ Refactor dependencies to improve Dependabot updates and reduce disk size used. PR #60 by @tiangolo.
  • 👷 Update Latest Changes GitHub Action. PR #59 by @tiangolo.
  • 👷 Add Dependabot and external dependencies to get automated upgrade PRs. PR #51 by @tiangolo.
  • 🎨 Format GitHub Action latest-changes. PR #42 by @tiangolo.
  • 👷 Add GitHub Action latest-changes, update issue-manager, add funding. PR #41 by @tiangolo.
  • Refactor build setup:
    • Use GitHub actions for CI.
    • Simplify, centralize, and deduplicate code and configs.
    • Update tests.
    • Move from Pipenv to Poetry.
    • PR #26.