Today we released Prefect 2.14.4. π
The highlight of todayβs release is a new and improved flow run graph with dependency layout! π
β’ We rebuilt the graph from the ground up for better performance. Larger flow runs are now displayed much more smoothly.
β’ We added three new layout options: two non-temporal options to provide a clearer picture of the dependency paths and an option to facilitate easy comparison of run durations.
β’ The x-axis can now be independently scaled for temporal layouts. You can adjust the x-axis in the graph settings or with the new keyboard shortcuts
- and
+.
β’ We included additional small bug fixes, including the display of cached tasks.
We also made a number of improvements to the deployment creation process! π
β’ Improved tag handling on
DeploymentImage
for
.deploy.
β’ Allow
image
passed into
.deploy
to be optional if loading flow from storage.
β’ Ensure client avoids image builds when deploying to managed work pools.
As always, bugs were squashed and documentation was improved. ππ
Check out all the details in the
release notes.
prefect rocket