3.8.5.dev2Pre-release
3.8.5.dev2: Nightly Development Release
Changed 1
- Reduce event persister INSERT compilation CPU
Fixed 5
- Fix selecting enum dropdown in Quick Run dialog navigating away
- Cache Redis messaging URL lookup
- Fix CI pyright check that silently analyzed 0 files
- Make prefect_test_harness settings visible in isolated asyncio test cases
- Keep deployment concurrency lease across flow retry transitions
From Prefect
What's Changed
Bug Fixes 🐞
- fix(ui-v2): selecting enum dropdown in Quick Run dialog navigates away by @vyagubov in https://github.com/PrefectHQ/prefect/pull/22953
- Add deployments-list regression test for the quick run enum dropdown by @devin-ai-integration[bot] in https://github.com/PrefectHQ/prefect/pull/22955
- Cache Redis messaging URL lookup by @chuqCTC in https://github.com/PrefectHQ/prefect/pull/22950
- Fix CI pyright check that silently analyzed 0 files by @devin-ai-integration[bot] in https://github.com/PrefectHQ/prefect/pull/22827
- Make prefect_test_harness settings visible in isolated asyncio test cases by @devin-ai-integration[bot] in https://github.com/PrefectHQ/prefect/pull/22962
- Keep deployment concurrency lease across flow retry transitions by @devin-ai-integration[bot] in https://github.com/PrefectHQ/prefect/pull/22886
Documentation 📓
- fix python client example in tag-concurrency doc by @uinstinct in https://github.com/PrefectHQ/prefect/pull/22770
Uncategorized
- Reduce event persister INSERT compilation CPU by @chuqCTC in https://github.com/PrefectHQ/prefect/pull/22961
- Fix the four pyright errors that fail static analysis on main by @devin-ai-integration[bot] in https://github.com/PrefectHQ/prefect/pull/22963
Full Changelog: https://github.com/PrefectHQ/prefect/compare/3.8.5.dev1...3.8.5.dev2