What's Changed
Enhancements ➕➕
- Add sigterm handling for
prefect flow-run execute
by @desertaxle in #17352 - Add debugging variables to Vertex AI Worker by @jbrache in #17335
Bug Fixes 🐞
- fix
git_clone
where branch name has forward-slash by @zzstoatzz in #17359 - feat: ensure ui files are writeable by @happysalada in #17336
- warn if
RunnerDeployment
with awork_pool_name
given toserve
by @zzstoatzz in #17349 - Cancel runs if the deployment was deleted by @cicdw in #17313
- Respect custom cert files in events client by @cicdw in #17364
- Always use a new tmpdir when executing with the process worker by @cicdw in #17370
- Fix bug causing duplicate flow run heartbeats with a process worker by @desertaxle in #17375
- Improve
Runner
exception handling by @desertaxle in #17376 - Print correct API URL when setting base path by @cicdw in #17386
- Check if status.container_status[0] is not None by @mcuelenaere in #17333
- Propagate trace context from user app to
run_deployment
by @fatih-acar in #16812
Integrations & Dependencies 🤝
- bump
prefect-kubernetes
's dependency onprefect
by @zzstoatzz in #17347
Development & Tidiness 🧹
- fix 3.9 specific issues with BackgroundTasks by @zzstoatzz in #17326
- Update
ruff
settings inpyproject.toml
by @desertaxle in #17382
Documentation 📓
- docs(prefect-ray): change to Ray support for Python 3.13 is experimental by @hongbo-miao in #17339
- Add New MLB Pipeline Tutorial Series by @biancaines in #17321
- feat: Prefect on Modal tutorial documentation by @Ben-Epstein in #17345
- chore(docs): remove Helm reference on ECS page by @mitchnielsen in #17363
New Contributors
- @mcuelenaere made their first contribution in #17333
- @happysalada made their first contribution in #17336
- @fatih-acar made their first contribution in #16812
- @Ben-Epstein made their first contribution in #17345
Full Changelog: 3.2.9...3.2.10