PrefectHQ
prefect
BlogDocsChangelog

Branches performance

Pull requests

Fix `TASK_SOURCE` cache policy for remote execution with `cloudpickle`#19926
last run
6 hours ago
Clean up
6 hours ago
84cd604
fix/task-source-cache-policy-cloudpickle
CodSpeed Performance Gauge
-23%
Add assets CLI subgroup under `prefect cloud`#19900
last run
3 days ago
Address PR feedback: add --output/-o json flag to inspect command - Remove unnecessary 'from __future__ import annotations' import - Add --output/-o json flag to inspect command following established patterns - Use Pretty() for default output, JSON for --output json - Add tests for JSON output and invalid output format Co-Authored-By: Nate Nowack <nate@prefect.io>
3 days ago
df08e2a
devin/1766167366-add-cloud-assets-cli
CodSpeed Performance Gauge
0%
fix: restore netloc-based credential formatting for YAML deployments When credentials are specified via block references in deployment YAML: credentials: "{{ prefect.blocks.gitlab-credentials.my-block }}" they resolve to dicts, not Block instances. PR #19236 moved provider-specific credential formatting logic to Block.format_git_credentials(), but this broke the YAML deployment path because dicts don't implement that protocol. This restores the netloc-based provider detection that was removed, providing sensible defaults for GitLab (oauth2: prefix), BitBucket (x-token-auth: prefix), and BitBucket Server (username:token format) when credentials are dicts. Block instances still use the protocol-based format_git_credentials() method. Fixes #19861 Related: #19296 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
4 days ago
a69bc17
fix/restore-netloc-credential-formatting
CodSpeed Performance Gauge
-1%
test: add coverage for non-Pydantic generic dataclass serialization Ensures the Pydantic generic fix doesn't break standard Generic dataclasses. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
4 days ago
139b051
fix/json-serializer-pydantic-generics
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home Terms Privacy Docs