PrefectHQ
prefect
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix: use maxsplit=1 in _filter_matching_deploy_config to prevent ValueError When a deploy name contains more than one slash (e.g. "flow/extra/name"), name.split("/") returns 3+ parts and the 2-variable unpack raises ValueError. Adding maxsplit=1 ensures at most 2 parts are produced.
devteamaegis:fix/deploy-config-multi-slash-v2
3 hours ago
test(cli/block): add regression test for multi-slash slug crash
devteamaegis:fix/valueerror-too-many-values-to-unpack
3 hours ago
test(deploy): add test for field split with '=' in value
devteamaegis:fix/valueerror-too-many-values-to-unpack
8 hours ago
chore(deps-dev): bump picomatch from 4.0.2 to 4.0.4 in /ui-v2 (#22164)
main
8 hours ago
fix(tests): use direct API calls in suspension integration test (#22157) Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Alex Streed <alex.s@prefect.io>
main
10 hours ago
chore(deps): bump uv from 0.11.6 to 0.11.15 in /scripts/proxy-test (#22158)
main
10 hours ago
fix: route events through trigger evaluation in EventsPipeline In ephemeral server mode (the default for local dev), all events were routed through EventsPipeline but never evaluated against automation triggers. This caused zombie-detection automations (and all proactive automations) to fire false positives because prefect.flow-run.Completed events were persisted to the log but never seen by reactive_evaluation. Fixes #21932
awesome-pro:fix/issue-21932-zombie-detection-events-pipeline-triggers
1 day ago
style: fix import ordering in test_work_pool.py (ruff I001)
sridhar-3009:fix/work-pool-uppercase-name-storage
2 days ago
Latest Branches
CodSpeed Performance Gauge
0%
fix(_config): prevent ValueError on multi-slash deploy names
#22172
3 hours ago
2a778b5
devteamaegis:fix/deploy-config-multi-slash-v2
CodSpeed Performance Gauge
0%
fix(cli/block): prevent ValueError when slug contains more than one slash
#22170
3 hours ago
265f60b
devteamaegis:fix/valueerror-too-many-values-to-unpack
CodSpeed Performance Gauge
0%
fix: route events through trigger evaluation in EventsPipeline (#21932)
#22163
1 day ago
b474213
awesome-pro:fix/issue-21932-zombie-detection-events-pipeline-triggers
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs