PrefectHQ
prefect
BlogDocsChangelog

Branches performance

Pull requests

Bump `pydocket` version and remove background worker shutdown timeout#19969
last run
4 hours ago
Bump `pydocket` version and remove background worker shutdown timeout
5 hours ago
1219534
bump-docket
CodSpeed Performance Gauge
0%
fix: allow string form_data in CustomWebhookNotificationBlock Enables sending raw string/bytes payloads via `form_data` field, which is needed when forwarding pre-constructed JSON from automation bodies. Previously `form_data` only accepted `dict[str, str]` for form-encoded data. Now it accepts `str | dict[str, str]`: - dict: form-encoded data (httpx `data=`) - str: raw body content (httpx `content=`) Closes #19949 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
23 hours ago
7eff69a
fix-custom-webhook-string-form-data
CodSpeed Performance Gauge
0%
fix: prevent dictionary mutation during iteration in preprocess_schema When processing schema definitions with block_type_slug where the definition's title differs from the dict key, the code would add a new key to the definitions dict while iterating over it, causing: RuntimeError: dictionary changed size during iteration This fix iterates over a snapshot of the dict values using list() to allow safe modification during iteration. Fixes #19935 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 day ago
184c34b
fix/preprocess-schema-dict-mutation
CodSpeed Performance Gauge
0%
Fixes typing
1 day ago
2850cbe
fix-server-shutdown-hang
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home Terms Privacy Docs