Skip to content

Release 2.14.14

Compare
Choose a tag to compare
@collincchoy collincchoy released this 11 Jan 22:19
· 930 commits to main since this release
cd74a03

✨ Support for custom prefect.yaml deployment configuration files

You can now specify a prefect.yaml deployment configuration file while running prefect deploy by using the
--prefect-file command line argument. This means that your configuration files can be in any directory
and can follow your own naming conventions. Using this feature provides more flexibility in defining
and managing your deployments.

✅ Toggle Deployment Schedule Status via prefect.yaml

You can now toggle your deployment schedules between active and inactive in your prefect.yaml configuration file. This enables you to create deployments with initially inactive schedules, allowing for thorough testing or staged rollouts!

🐍 Support for Python 3.12

You can now install prefect using Python 3.12! This support is experimental and will be hardened in future releases.

🧑‍🤝‍🧑 Contributors

A big thanks to @brett-koonce, @jitvimol, @oz-elhassid, @Zyntogz, and @Andrew-S-Rosen for making their first contributions in this release.

See the release notes for more details.