3.8.3.dev3Pre-release
3.8.3.dev3: Nightly Development Release
Added 1
- Show elapsed time for running flow runs in header
Changed 1
- Stop fragmenting task run recorder bulk upserts
Fixed 4
- Send basic auth header on the self-hosted events WebSocket handshake
- Confirm suspension events against the flow run instead of state-by-id
- Reject option-like Git branch values
- Stop leaking watcher-thread timeout enforcers
What's Changed
Bug Fixes 🐞
- Send basic auth header on the self-hosted events WebSocket handshake by @devin-ai-integration[bot] in https://github.com/PrefectHQ/prefect/pull/22813
- Confirm suspension events against the flow run instead of state-by-id by @joshuastagner in https://github.com/PrefectHQ/prefect/pull/22820
Documentation 📓
- fix .deploy() example in how-to versioning guide by @uinstinct in https://github.com/PrefectHQ/prefect/pull/22810
- Tidy up the task run recorder bulk upsert path by @devin-ai-integration[bot] in https://github.com/PrefectHQ/prefect/pull/22814
Uncategorized
- perf(server): stop fragmenting task run recorder bulk upserts by @chuqCTC in https://github.com/PrefectHQ/prefect/pull/22808
- (ui-v2): show elapsed time for running flow runs in header by @vyagubov in https://github.com/PrefectHQ/prefect/pull/22811
- Reject option-like Git branch values by @desertaxle in https://github.com/PrefectHQ/prefect/pull/22819
- Stop leaking watcher-thread timeout enforcers by @devin-ai-integration[bot] in https://github.com/PrefectHQ/prefect/pull/22817
Full Changelog: https://github.com/PrefectHQ/prefect/compare/3.8.3.dev2...3.8.3.dev3