You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey everyone, we’re very excited to share Prefect Core 1.0rc1, our release candidate for Prefect Core 1.0, available today 🎉!
Prefect Core has matured into a rock-solid, stable workflow management system. We hope you’ll help us make sure it’s ready for the official 1.0 release by trying it out and letting us know if it breaks anything for you.
🛠️ Ready to give 1.0rc a spin? Since this is a prerelease, it will not be installed by default. Use pip 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.
Check out the 1.0 documentation preview. 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 as part of the process. 🚀
Feel free to chime in here with any comments or issues you encounter.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey everyone, we’re very excited to share Prefect Core 1.0rc1, our release candidate for Prefect Core 1.0, available today 🎉!
Prefect Core has matured into a rock-solid, stable workflow management system. We hope you’ll help us make sure it’s ready for the official 1.0 release by trying it out and letting us know if it breaks anything for you.
🛠️ Ready to give 1.0rc a spin? Since this is a prerelease, it will not be installed by default. Use
pip install prefect==1.0rc1
to try it out. The release is also available in a Docker image atprefecthq/prefect:1.0rc1-python3.8
.Highlights of this release include:
Environments
have been removed. UseRunConfig
instead to define where and how a flow run should be executed. We deprecatedEnvironments
back in 0.14, but if you’re still using them, you won’t get a warning anymore. We have a guide on upgrading toRunConfig
if you need it.There are some breaking changes in this release. You can read more about them in the changelog.
Check out the 1.0 documentation preview. 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 as part of the process. 🚀
Feel free to chime in here with any comments or issues you encounter.
This discussion was created from the release 1.0 Release Candidate 1.
Beta Was this translation helpful? Give feedback.
All reactions