justabill
01/25/2022, 10:57 PMpip install prefect==1.0rc1
to try it out. The release is also available in a Docker image at prefecthq/prefect:1.0rc1-python3.8
.
Highlights of this release include:
• API keys are the way to authenticate with Prefect Cloud. Support for tokens has been removed. Check the API keys docs for details on moving to keys.
• Flow Environments
have been removed. Use RunConfig
instead to define where and how a flow run should be executed. We deprecated Environments
back in 0.14, but if you’re still using them, you won’t get a warning anymore. We have a guide on upgrading to RunConfig
if you need it.
• We’re dropping explicit support for Python 3.6.
There are some breaking changes in this release. You can read more about them in the changelog. Otherwise, check out the 1.0 documentation preview or join the discussion on Github. Soon we’ll have topics on migrating to Prefect 1.0 as well. We’re excited about this milestone and thankful to have your support through the process. 🚀