What's Changed
Bug Fixes ๐
- fix: support IPv6 addresses in
prefect server startby @zzstoatzz in #20361
Development & Tidiness ๐งน
- chore(deps-dev): bump ruff from 0.14.13 to 0.14.14 by @dependabot[bot] in #20360
Uncategorized
- Fix flaky test: use pytest.approx for date_diff_seconds timing assertions by @devin-ai-integration[bot] in #20354
- Migrate deployments/runner.py from @sync_compatible to @async_dispatch by @zzstoatzz in #20359
- Fix flow runs with parameter validation failures missing end_time by @devin-ai-integration[bot] in #20369
- Fix flaky test_timeout_concurrency_slot_released tests by @devin-ai-integration[bot] in #20364
- Migrate Task.serve() from @sync_compatible to @async_dispatch by @zzstoatzz in #20374
- Make runner cancellation observing critical to runner health by @joshuastagner in #20219
- Migrate Flow.deploy() from @sync_compatible to @async_dispatch by @zzstoatzz in #20380
Full Changelog: 3.6.14.dev1...3.6.14.dev2