Skip to content

Release 2.19.3

Compare
Choose a tag to compare
@abrookins abrookins released this 30 May 18:59
· 140 commits to 2.x since this release
ce378ef

New method for generating parameter schemas without dependencies

prefect deploy now works even when dependencies are missing from the current environment. This can speed up deployment via CI by removing the need to install dependencies before deploying your flows.

See the following pull requests for implementation details:

Enhancements

  • Provide URL in CLI output upon work pool creation — #13597

Fixes

  • Ensure graceful cancellation of flow runs corresponding to deleted deployments — #13669

Integrations

All changes: 2.19.2...2.19.3