Avatar for the PrefectHQ user
PrefectHQ
prefect
BlogDocsChangelog

Branches performance

Pull requests

feat(cli): migrate block command to cyclopts + add command aliases (wave 6a)#20749
last run
3 hours ago
feat(cli): migrate block command to cyclopts + add command aliases (wave 6a) Migrate the `block` command (register, ls, delete, create, inspect) and its `block type` subgroup (ls, inspect, delete) to native cyclopts. Also adds command aliases to all previously migrated cyclopts commands to match typer's alias support, preventing breaking changes for users who use the plural/alternate forms: - flow → flows - flow-run → flow-runs - deployment → deployments - concurrency-limit → concurrency-limits - global-concurrency-limit → gcl - events → event - profile → profiles - task-run → task-runs - block → blocks - block type → block types - server services: ls → list, start → enable, stop → disable Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
3 hours ago
b529e6b
cli-cyclopts/wave-6a
CodSpeed Performance Gauge
0%
last run
4 hours ago
fix: add expected_value for db_vacuum retention_period in test_settings SecondsTimeDelta converts the raw int (172800) to timedelta(days=2), so the test needs an explicit expected_value. With the help of Claude.
4 hours ago
9df5b37
tom21100227:db-vacuum-service
CodSpeed Performance Gauge
-1%
feat(cli): migrate dev, global-concurrency-limit commands to cyclopts (wave 5b)#20745
last run
5 hours ago
feat(cli): migrate dev, global-concurrency-limit commands to cyclopts (wave 5b) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
6 hours ago
47e8976
cli-cyclopts/wave-5b
CodSpeed Performance Gauge
0%
Fix async listener for UNIX domain socket PostgreSQL connections When using a UNIX domain socket connection URL like: postgresql+asyncpg:///prefect?host=/tmp/.SOSHUB&port=25432 SQLAlchemy's make_url() places host and port in query parameters rather than the standard URL authority section. The pg notify connection builder now falls back to query params when the standard URL attributes are None, allowing UNIX socket connections to work. Closes #20742 Co-Authored-By: Nate Nowack <nate@prefect.io>
6 hours ago
64ab0e0
devin/1771441135-fix-unix-socket-pg-listener
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home Terms Privacy Docs