<@ULVA73B9P> I am currently on prefect version `2....
# marvin-in-the-wild
i
@Marvin I am currently on prefect version
2.13.5
. We dont want to very behind with the versions. What would be the next best stable version to upgrade to ? We just upgraded our agents to workers
m
The latest stable version of Prefect available is
2.19.0
. Here are some highlights from the release notes: - Major infrastructure and distributed task integrations are now supported, with simplified installation of
prefect
suite integrations (
aws
,
kubernetes
,
dask
,
dbt
,
sqlalchemy
,
slack
). - Added support for
timeout_seconds
in the global concurrency context manager to fail immediately if a concurrency slot is unavailable. - Management of global concurrency limits via the Prefect CLI has been introduced. - Enhancements and fixes in various areas, including the removal of registry conflict warning and improvements to the Prefect UI. - Experimental changes such as crash detection for flow runs, parent task tracking, and changes to sync functionalities. For implementation details, refer to the release notes or see the full list of changes on GitHub. Given that you recently upgraded to workers, consider checking for any changes that might affect your current setup before proceeding with the upgrade. Always review release notes and ensure your current flows and dependencies are compatible with the new version.