github PrefectHQ/prefect 3.4.14
3.4.14 - Ctrl+C, Ctrl+V

latest releases: 3.4.16.dev5, 3.4.16.dev4, 3.4.16.dev3...
13 days ago

What's Changed?

New Features ๐ŸŽ‰

  • Environment Migration with prefect transfer

    Transfer your Prefect setup between backends with a single command! Idempotently migrate work pools, deployments, blocks, variables, and concurrency limits between self-hosted servers and Prefect Cloud.

    Check the Prefect dev log for more info!

  • Parallel task execution with ProcessPoolTaskRunner

    This new task runner executes tasks in separate subprocesses and while maintaining run context so you get full observability while running in parallel. A great choice if you need parallelism, but aren't ready to start using dask or ray.

    Check the PR for more info!

Enhancements โž•โž•

Bug Fixes ๐Ÿž

  • Fix apprise notifications failing silently with prefect_default notification type by @zzstoatzz in #18720
  • Fix error log when using a concurrency limit with a lease in strict mode by @desertaxle in #18725
  • Fix total run time calculation for tasks by @desertaxle in #18759

Development & Tidiness ๐Ÿงน

Documentation ๐Ÿ““

New Contributors

Full Changelog: 3.4.13...3.4.14

Don't miss a new prefect release

NewReleases is sending notifications on new releases.