PrefectHQ
prefect
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix(ui-v2): render sanitized inline HTML in markdown content (#22763) Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Alexander Streed <alex.s@prefect.io> Co-authored-by: alex.s <ajstreed1@gmail.com>
main
3 hours ago
Apply ruff format to the new tests
vedjaw:fix/19064-cap-event-tag-related-resources
4 hours ago
style: add blank line before class definition
kingsley-123:fix/validate-negative-timeout-in-pause-flow-run
9 hours ago
style: fix ruff formatting on pytest.raises
kingsley-123:fix/validate-negative-timeout-in-pause-flow-run
9 hours ago
fix: raise ValueError for negative timeout in pause_flow_run Negative timeout values were silently passed to time.sleep() which raised a confusing 'sleep length must be non-negative' error with no indication that the timeout parameter was invalid. Added input validation to raise ValueError immediately when a negative timeout is passed to pause_flow_run().
kingsley-123:fix/validate-negative-timeout-in-pause-flow-run
9 hours ago
Merge branch 'main' into worker-start-background
SreeramaYeshwanthGowd:worker-start-background
1 day ago
Reserve related-resource slots from the caller, not a fixed guess `tags_as_related_resources()` is public, and reserving a hard-coded 10 slots meant any caller with fewer than 10 non-tag related resources silently lost tags. With the default `maximum_related_resources` of 100, a caller with no other resources got 90 tags instead of 100, so automations or filters matching a dropped tag stopped seeing those events. Take the count from the caller instead. `reserved` defaults to 0, so the helper now yields every tag that fits, and the four call sites pass `len(related)` -- the number of slots they have actually composed. The server-side cap in `_resource_data_as_related_resources` already worked this way, computing from `len(related)`.
vedjaw:fix/19064-cap-event-tag-related-resources
1 day ago
docs: Add release notes for 3.8.2 (#22758) Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: alex.s <alex.s@prefect.io> Co-authored-by: alex.s <ajstreed1@gmail.com>
main
2 days ago
Latest Branches
CodSpeed Performance Gauge
0%
fix: cap tag related resources to event maximum
#22694
4 hours ago
1963382
vedjaw:fix/19064-cap-event-tag-related-resources
CodSpeed Performance Gauge
0%
fix: raise ValueError for negative timeout in pause_flow_run
#22761
9 hours ago
50a533d
kingsley-123:fix/validate-negative-timeout-in-pause-flow-run
CodSpeed Performance Gauge
0%
Add prefect worker start --background and prefect worker stop
#22588
1 day ago
0599f51
SreeramaYeshwanthGowd:worker-start-background
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs