What's Changed
Enhancements ➕➕
- Adds new setting
PREFECT_TASKS_DEFAULT_NO_CACHE
to not cache by default by @cicdw in #17488 - increase cloud run worker timeout by @jeremy-thomas-roc in #17540
- Add
prefect-docker
'sDockerRegistryCredentials
as accepted type for ACI job configuration'simage_registry
by @kevingrismore in #17543 - Add debug logging of ECS task definition differences when equality comparison fails by @kevingrismore in #17544
Bug Fixes 🐞
- Only log at INFO level for final state by @cicdw in #17454
- Bugfix: Paginated task runs route + client-side fix by @znicholasbrown in #17407
- Fix docker build with context arg when already set by @thdtt in #17535
- Avoid inheriting
NullFilesystem
for transaction metadata storage by @zzstoatzz in #17541 - fix(flow-run): ensure state is consistent when cancelling by @lelouvincx in #17537
- Don't pop the loader module by @cicdw in #17524
- Convert strings to timezone-aware datetimes in the flow run graph API by @cicdw in #17552
- Update ACI worker base job template with current docker registry block by @kevingrismore in #17549
- Account for
_resolve_path
returningNone
by @cicdw in #17551 - fix kubernetes job variables merge logic by @zzstoatzz in #17512
Development & Tidiness 🧹
- Update CODEOWNERS by @zzstoatzz in #17510
- Update CODEOWNERS for docs by @aaazzam in #17516
- rm pendulum from integrations by @zzstoatzz in #17509
- Get
pyright
check passing forprefect.runner
submodules by @desertaxle in #17502 - update
Field
examples
kwargs for gcp and databricks by @zzstoatzz in #17526 - Adds back telemetry service to all servers when enabled by @cicdw in #17528
- Update @prefecthq/prefect-ui-library to version 3.11.51 by @marvin-robot in #17539
Documentation 📓
- fix broken slack link in docs by @aaazzam in #17491
- add "API Reference" to docs by @aaazzam in #17515
- chore(docs): link to new ECS worker Terraform module by @mitchnielsen in #17523
Experimental
- schema changes for work pool storage config by @zzstoatzz in #17527
- Add experimental CLI for configuring work pool storage by @desertaxle in #17548
- Persist work pool and job variables for submitted ad-hoc flow runs by @desertaxle in #17530
New Contributors
- @thdtt made their first contribution in #17535
- @jeremy-thomas-roc made their first contribution in #17540
- @lelouvincx made their first contribution in #17537
Full Changelog: 3.2.13...3.2.14