Avatar for the PrefectHQ user
PrefectHQ
prefect
BlogDocsChangelog

Branches performance

Pull requests

strip null bytes from log messages before db insert#20677
last run
14 hours 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
14 hours ago
f7cc5a3
Mr-Neutr0n:fix-null-bytes-in-log-messages
CodSpeed Performance Gauge
0%
feat(cli): migrate flow-run command to cyclopts (wave 3b)#20673
last run
12 hours ago
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>
16 hours 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>
16 hours ago
43a7ad0
cli-cyclopts/wave-3a
CodSpeed Performance Gauge
0%
Revert unrelated OpenAPI type changes This PR should only touch Python files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
14 hours ago
052a0d1
fix-replaces-slug-collisions
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home Terms Privacy Docs