Avatar for the PrefectHQ user
PrefectHQ
prefect
BlogDocsChangelog

Branches performance

Pull requests

Support `DateTimeDelta` as interval option in `IntervalSchedule`#20692
last run
5 hours ago
Fix UI TypeScript errors from interval type and OpenAPI sync - Cast interval to Number() in 3 UI components (interval is now number | string in the schema) - Add missing required fields to createFakeTaskRunResponse mock (total_run_time, estimated_run_time, estimated_start_time_delta) Co-Authored-By: Nate Nowack <nate@prefect.io>
5 hours ago
04d48c6
devin/1771257112-datetimedelta-interval-schedule
CodSpeed Performance Gauge
0%
strip null bytes from log messages before db insert#20677
last run
3 days ago
strip null bytes from log messages before db insert PostgreSQL rejects strings containing null bytes (0x00) with CharacterNotInRepertoireError. When flows accidentally log binary data that contains null bytes, the server crashes instead of storing the log. Strips null bytes from the message and name fields before inserting, so the log record is still preserved minus the offending bytes. Fixes #19292
3 days ago
f7cc5a3
Mr-Neutr0n:fix-null-bytes-in-log-messages
CodSpeed Performance Gauge
0%
feat(cli): migrate flow-run command to cyclopts (wave 3b) Native cyclopts implementation of all flow-run subcommands: inspect, ls, delete, cancel, retry, logs, execute. Includes the _get_flow_run_by_id_or_name helper for retry-by-name support. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
3 days ago
4219809
cli-cyclopts/wave-3b
CodSpeed Performance Gauge
0%
feat(cli): migrate flow command to cyclopts (wave 3a) Native cyclopts implementation of `flow ls` and `flow serve` with deferred imports for all heavy dependencies. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
3 days ago
43a7ad0
cli-cyclopts/wave-3a
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home Terms Privacy Docs