What's Changed
Bug Fixes ๐
- Fix websocket cleanup AttributeError in event clients by @devin-ai-integration[bot] in #20323
- Add warning when sync task with timeout runs in worker thread by @desertaxle in #20315
- Prevent GitHub token leakage in git error messages by @Rodrigorm33 in #20330
- consolidate strip_auth_from_url into prefect._internal.urls by @zzstoatzz in #20331
Development & Tidiness ๐งน
- bump dependencies in lockfile by @zzstoatzz in #20205
- Push dev images to main repository with dev tags by @mitchnielsen in #20311
- Fix flaky test cleanup: use ignore_errors in rmtree for SQLite race condition by @devin-ai-integration[bot] in #20326
Uncategorized
- Fix
slot_decay_per_secondNonevalue causing 422 error inupsert_global_concurrency_limit_by_nameby @devin-ai-integration[bot] in #20320 - Fix Windows-specific process termination bug in
hosted_api_serverfixture by @devin-ai-integration[bot] in #20322 - Add retry logic for PrefectEventsClient.aenter() initial connection by @devin-ai-integration[bot] in #20328
- Fix release workflows not triggering on prereleases by @mitchnielsen in #20332
New Contributors
- @Rodrigorm33 made their first contribution in #20330
Full Changelog: 3.6.13.dev1...3.6.13.dev2