Enhancements ➕➕
- Update deployment concurrency limits to use leasing by @desertaxle in #18567
- Update ad hoc installations to use
uv
if available by @desertaxle in #18618
Bug Fixes 🐞
- Allow automations to notify when the triggers service is disabled by @fatih-acar in #18577
- Truncate oversized log messages to prevent ValueError and improve flow debuggability by @nrnavaneet in #18550
- Fix async locking error by generating a unique holder for each transaction by @desertaxle in #18607
Integrations & Dependencies 🤝
prefect-azure
- Add
PREFECT_API_AUTH_STRING
to secure environment variables for ACI worker by @desertaxle in #18624
prefect-aws
- Add support for providing
PREFECT_API_AUTH_STRING
as a secret to ECS tasks by @desertaxle in #18620
prefect-dbt
- Handle dbt source types and source manifest references by @kevingrismore in #18570
- Omit compiled dbt code when it exceeds max asset description length by @kevingrismore in #18572
- Bump minimum
prefect
version forprefect-dbt
by @desertaxle in #18623
prefect-gcp
- Add GCP secret support to
CloudRunV2Worker
for Prefect API key/auth string by @desertaxle in #18594 - Add GCP secret support to
CloudRunWorker
for Prefect API credentials by @desertaxle in #18608 - Improve performance of uploads to GCP bucket by @zzstoatzz in #18571
prefect-kubernetes
- Allow specifying the key for an existing Kubernetes worker API auth string secret by @mitchnielsen in #18578
Development & Tidiness 🧹
- Update @prefecthq/prefect-ui-library to version 3.13.2 by @marvin-robot in #18597
Documentation 📓
- Update API Reference for new
mdxify
version by @zzstoatzz in #18568 - Add
--include-inheritance
to SDK reference docs builds by @kevingrismore in #18529 - Add more states to docs by @rcash in #18573
- Fix docstrings and regenerate SDK docs by @kevingrismore in #18579
- Fix example rendering in CLI ref by @zzstoatzz in #18580
- Update concurrency limit examples by @kevingrismore in #18604
- Add detail and options to the GitHub Quickstart by @kevingrismore in #18621
- Fix broken links in docs by @bdalpe in #18609
- Fix styling of certain code blocks and links in docs by @markupboy in #18625
Full Changelog: 3.4.10...3.4.11