3.4.18 - He who holds the leases controls the universe
Released on September 12, 2025 Enhancements ββ- Add bulk pause/resume commands for deployment schedules by @zzstoatzz in #18860
- Add holder parameter to V2 concurrency endpoints by @zzstoatzz in #18887
- preserve user-configured root logger on import by @zzstoatzz in #18873
- Fix
FileExistsError
in runner temp directory creation by @zzstoatzz in #18864 - Fix race condition in ProactiveTriggers service by @desertaxle in #18909
- Add pre-commit instruction to Claude GitHub workflow by @zzstoatzz in #18910
- fix: use ruff-check instead of legacy ruff alias in pre-commit by @zzstoatzz in #18914
- Update git version constraint in dockerfile by @cicdw in #18916
- Add Claude Code GitHub Workflow by @zzstoatzz in #18908
3.4.17 - Distribution Matters
Released on September 05, 2025 Bug Fixes π- Run
Distributor
andLogDistributor
in Prefect API servers by @desertaxle in #18868
- Add
--ref
flag to trigger OSS testbed image update by @desertaxle in #18863
3.4.16 - Background Noise Reduction
Released on September 05, 2025 Enhancements ββ- Wait until determining deployment create or update to add deployment schedules by @kevingrismore in #18823
- Display postgresql version on prefect version by @hanhwanglim in #18836
- More robust
write_path
method inRemoteFileSystem
to handle SMB UNC paths. by @tom21100227 in #18824
- Fix nested
.delay()
serialization issue by @zzstoatzz in #18849 - Fix
result_async
race condition using final state from waiter by @zzstoatzz in #18850 - Improve multi-server scaling for triggers by @desertaxle in #18820
- Fix AttributeError in create_flow_run_from_deployment (#18707) by @eddiemaru-101 in #18807
- Kubernetes label disable lowercase by @raniasev in #18841
- Add an additional check to obscure basic auth credentials when
git clone
fails by @desertaxle in #18845 - Preserve dev version info when generating docker image tag by @desertaxle in #18854
- Remove unnecessary βNo retries configuredβ message from task failure logs by @zzstoatzz in #18844
- Drop
--refresh-package
frommdxify
use in api ref gen by @zzstoatzz in #18851 - Claude prompts by @zzstoatzz in #18833
- Add trigger to update the OSS testbed image on Docker image release by @desertaxle in #18853
- Remove stale mdx files from api ref by @zzstoatzz in #18828
3.4.15 - Emit me maybe
Released on August 29, 2025 New Features π-
Event emission from the command line with
prefect event emit
Emit events directly from external systems with the newprefect event emit
CLI command. Perfect for triggering deployment runs from CI/CD!by @zzstoatzz in #18813
- Add
schedule_after
field toRunDeployment
action for delayed execution by @chrisguidry in #18801 - Update deployment concurrency limit lease maintenance to raise on failure by @desertaxle in #18811
- Enable metrics server on workers by @bdalpe in #18630
- Add artifact created and updated events by @zangell44 in #18818
- Fix metric trigger validation in automations schema by @zzstoatzz in #18773
- Fix event filter empty label value arrays to return no results by @chrisguidry in #18810
- Special case for proactive automation by @jakekaplan in #18819
- Add dictionary handling into
_to_environment_variable_value
by @vyagubov in #18817
- Fix workflow to publish
prefect-aws
images when triggered viaworkflow_call
by @desertaxle in #18763 - Bump
ruff
from 0.12.8 to 0.12.10 by @dependabot[bot] in #18768 - Fix CloudFormation template generation during
prefect-aws
release by @desertaxle in #18792 - Skip validating generated CloudFormation templates by @desertaxle in #18794
- Add
uv
set up to integration package release by @desertaxle in #18793
- Overhaul ECS Worker Guide by @bdalpe in #18756
- Add
PREFECT_SERVER_EVENTS_CAUSAL_ORDERING
to self-hosted docs by @zzstoatzz in #18774 - Fix
profiles_path
rendering in settings ref by @rcash in #18772 - Document PostgreSQL 14.9+ requirement by @desertaxle in #18784
- Add SQS queue and EventBridge setup to ECS worker manual deployment guide by @desertaxle in #18789
- Fix Docker healthcheck documentation to use Python instead of
curl
by @zzstoatzz in #18809
3.4.14 - Ctrl+C, Ctrl+V
Released on August 21, 2025 New Features π-
Environment Migration with
prefect transfer
Transfer your Prefect setup between backends with a single command! Idempotently migrate work pools, deployments, blocks, variables, and concurrency limits between self-hosted servers and Prefect Cloud. Check the Prefect dev log for more info! -
Parallel task execution with
ProcessPoolTaskRunner
This new task runner executes tasks in separate subprocesses and while maintaining run context so you get full observability while running in parallel. A great choice if you need parallelism, but arenβt ready to start usingdask
orray
. Check the PR for more info!
- Add
count_flow_runs
to prefect client by @hanhwanglim in #18713 - Update bundle creation to exclude dependencies installed from a local file path by @desertaxle in #18743
- Fix apprise notifications failing silently with
prefect_default
notification type by @zzstoatzz in #18720 - Fix error log when using a concurrency limit with a lease in strict mode by @desertaxle in #18725
- Fix total run time calculation for tasks by @desertaxle in #18759
- Relax upper bound on
click
by @desertaxle in #18731 - Avoid key collision in tests by @zzstoatzz in #18733
- Run SDK API reference generation as
pre-push
hook by @zzstoatzz in #18736 - Deflake concurrency limit integration tests by @desertaxle in #18745
- Remove cloud telemetry sending infrastructure while preserving instrumentation by @bunchesofdonald in #18739
- Add
ProcessPoolTaskRunner
docs andThreadPoolTaskRunner
examples by @zzstoatzz in #18734 - Fix incorrect keys in automation by @zzstoatzz in #18760
- Use a consistent repo URL when generating SDK reference docs by @desertaxle in #18761
3.4.13 - No, Your Database Cannot Have a Little Lock, Even As a Treat
Released on August 14, 2025 Bug Fixes π- Use server base path configuration when creating internal client by @anton-daneyko-ultramarin in #18668
- Fix TypeError with apprise 1.9.4 when adding notify type by @zzstoatzz in #18697
- Fix DB locks during DB clear with postgres by @desertaxle in #18684
- Add integration release notes section to documentation by @zzstoatzz in #18711
- Update βUse integrationsβ to reflect reference
pyproject.toml
by @alastairtree in #18689 - Add note on necessary GitHub PAT permissions by @rcash in #18696
- Add devlog to community resources in README by @zzstoatzz in #18698
3.4.12 - 20k magic in the air
Released on August 08, 2025 Bug Fixes π- Check future is if cancelled. by @is in #18628
- Add in-memory causal ordering for task run recorder by @desertaxle in #18634
- Add note on run_shell_script by @rcash in #18658
- Note about
to_deployment
by @zzstoatzz in #18647 - Fix event emission when blocks are loaded server-side by @desertaxle in #18679
- chore(deps): bump ruff from 0.9.6 to 0.12.7 by @dependabot[bot] in #18622
- chore(deps): bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #18650
- chore(deps): bump ruff from 0.12.7 to 0.12.8 by @dependabot[bot] in #18673
- chore(deps): bump uv from 0.5.7 to 0.8.6 in /scripts/proxy-test by @dependabot[bot] in #18672
- Port examples hosting from PrefectHQ/examples by @desertaxle in #18661
- Add Python SDK to variables-docs by @oakhill87 in #18626
- Make mention of Azure Event Grid support by @bdalpe in #18631
- Fix link for ThreadPoolTaskRunner in Task Runners doc by @bdalpe in #18663
- Bold the stray h2 by @zzstoatzz in #18669
- Add CTA for contributing examples by @desertaxle in #18671
- Add setting to customize which causal ordering implementation to use by @desertaxle in #18675
- Donβt use deprecated settings access in example by @zzstoatzz in #18676
- Update rate limit and metadata retention docs by @desertaxle in #18674
- docs: add health check configuration for .serve() deployments by @zzstoatzz in #18677
- Add blurb for Redis auth by @bdalpe in #18682
- Fix the upgrade guide URL by @Janiczek in #18641
3.4.11 - Heads up, the repo man is coming for your deployment concurrency slot
Released on July 31, 2025 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
- 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
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
- Update @prefecthq/prefect-ui-library to version 3.13.2 by @marvin-robot in #18597
- 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
3.4.10 - Lease and thank you
Released on July 22, 2025 Enhancements ββ- Update async
concurrency
context manager to use leases by @desertaxle in #18522 - Update sync
concurrency
context manager to use leases by @desertaxle in #18535 - Track concurrency limit lease creation time and use it to calculate occupancy seconds by @desertaxle in #18551
- Update @prefecthq/prefect-ui-library to version 3.13.1 by @marvin-robot in #18563
- Bump form-data from 4.0.0 to 4.0.4 in /ui by @dependabot[bot] in #18561
- Add note about
PREFECT_API_KEY
in ecs guide by @zzstoatzz in #18547
3.4.9 - Itβs the Lease We Can Do
Released on July 17, 2025 Enhancements ββ- Add in-memory concurrency lease storage by @desertaxle in #18481
- Add repossessor service by @desertaxle in #18492
- Document an official Docker Compose setup by @Toshaksha in #18509
- Delete logs when deleting a flow or task run by @johnnyg in #18517
- Allow infrastructure bound flows to be dispatched to existing workers by @desertaxle in #18472
- Add endpoint for acquiring concurrency slots with a lease by @desertaxle in #18512
- Add concurrency lease renewal endpoint by @desertaxle in #18513
- Add endpoint to decrement concurrency limits with a lease by @desertaxle in #18515
- Support templated βflow-run-name values in prefect deployment run by @nrnavaneet in #18511
- Fix Block secret serialization for fields with Union type by @desertaxle in #18491
- Remove restricted characters from dbt asset keys by @kevingrismore in #18484
- Fix MinIOCredentials documentation to use correct boto3 parameter name by @zzstoatzz in #18493
- Add labels to scheduled runs by @cicdw in #18524
- Raise
pydantic
lower pin to 2.10.1 by @desertaxle in #18533 - β¨ fix(server): update Prefect server docs URL in startup message by @l-lumin in #18539
- Add
no-commit-to-branch
hook to prevent accidental commits to main by @desertaxle in #18504 - Update @prefecthq/prefect-ui-library to version 3.13.0 by @marvin-robot in #18527
- Update dbt integration codeowners by @kevingrismore in #18483
- skip no-commit-to-branch check on merge to main by @zzstoatzz in #18505
- Enforce max asset description length by @jakekaplan in #18541
- Revert βAdd βflow-run-name option to deployment run CLI with templating supportβ by @zzstoatzz in #18503
- Added support for setting flow run name in deployment CLI by @nrnavaneet in #18506
- Reintroduce the βDevelop a custom workerβ guide by @desertaxle in #18516
- expose new doc file in nav by @zzstoatzz in #18520
- a couple more edits to docker compose doc by @zzstoatzz in #18521
- Chore: update docs logo link from prefect.io => docs.prefect.io by @znicholasbrown in #18525
- add section on running work to completion by @zzstoatzz in #18537
- add db maintenance guide by @zzstoatzz in #18526
3.4.8 - Objects in Mirror Are JSONer Than They Appear
Released on July 10, 2025 Enhancements ββ- Add section on dynamic asset materialization by @cicdw in #18383
- Add βoutput and -o flags to all inspect commands, supporting βjsonβ by @cicdw in #18390
- add
prefect automation create
command by @zzstoatzz in #18452 - Add setting for configuring custom headers by @cicdw in #18444
- Fix UI URL generation for FlowRunResponse in Slack automations by @zzstoatzz in #18407
- Fix broken Google-indexed documentation URLs with redirects by @zzstoatzz in #18409
- Fix worker crash when flow file is missing during hook execution by @zzstoatzz in #18424
- clear
pull_steps
when no storage on deployment by @zzstoatzz in #18446 - Account for null pull steps in CLI by @cicdw in #18454
- Use UUID path converter in all places by @cicdw in #18455
- Fix visit_collection to properly handle shared references by @zzstoatzz in #18434
- fail loudly if we canβt connect to custom dask cluster by @zzstoatzz in #18432
- Snowflake: Handle pool and service timeouts in SPCS worker by @bjorhn in #18403
- Fix dbt logging behavior, improve context handling by @kevingrismore in #18377
- Resolve dbt profiles and other improvements by @kevingrismore in #18410
- Allow Prefect API key to be provided to an ECS tasks via an AWS secret by @desertaxle in #18474
- Update @prefecthq/prefect-design to version 2.15.2 by @marvin-robot in #18387
- Update @prefecthq/prefect-design to version 2.15.3 by @marvin-robot in #18418
- Update @prefecthq/prefect-design to version 2.15.4 by @marvin-robot in #18419
- Update @prefecthq/prefect-ui-library to version 3.12.17 by @marvin-robot in #18426
- Migrate integration tests from custom test runner to pytest by @desertaxle in #18450
- Deflake schedule statefulness test by @desertaxle in #18468
- Improve reliability of integration tests by @desertaxle in #18469
- Update test to connect to websocket with custom headers by @desertaxle in #18479
- update pins on core by @zzstoatzz in #18382
- Docs for
dbt-core==0.7.1
by @kevingrismore in #18380 - begin βdependent settingsβ refactor by @zzstoatzz in #18029
- Fix api ref and open source links in new tab by @zzstoatzz in #18385
- Adds Worker healthcheck advanced guide by @cicdw in #18384
- Add section of examples on schedule CLI by @cicdw in #18386
- Add how to guide for running prefect server on windows by @cicdw in #18388
- Update Event trigger docs for match_related by @bdalpe in #18405
- Reformat all examples in docstrings by @cicdw in #18389
- Run api-ref generation to incorporate new examples syntax by @cicdw in #18406
- Update Slack footer link by @bdalpe in #18421
- add note about events in server metadata page by @zzstoatzz in #18459
- fix order of concept items by @zzstoatzz in #18460
- add How To Run Deployments doc by @zzstoatzz in #18464
- New quickstart by @kevingrismore in #18473
- chore(deps): bump vue from 3.5.16 to 3.5.17 in /ui by @dependabot[bot] in #18345
- Update CODEOWNERS by @cicdw in #18391
- Update cloud block urls for CLI by @kevingrismore in #18423
- Enhance BitBucket Credentials Block: Support Special Characters in Username and Escape Git URL Credentials by @nrnavaneet in #18447
- Fix errors in ECS worker related to ad hoc submission by @desertaxle in #18438
- remove ujson from deps by @zzstoatzz in #18448
- Migrate LocalFileSystem from sync_compatible to async_dispatch by @zzstoatzz in #18413
- use correct key name for basic auth local storage by @zzstoatzz in #18457
- Fix failing unit tests by @desertaxle in #18463
- Include run count in state change events by @kevingrismore in #18466
- Update
RetryFailedFlows
orchestration policy to clear retry type on exhausted retries by @desertaxle in #18462 - Remove dependency on
dbt_project.yml
by @kevingrismore in #18465 - Rename extra_headers to additional_headers by @vyagubov in #18478
3.4.7 - Stream a Little Stream of Logs
Released on June 26, 2025 Enhancements ββ- Add
not_any_
filter forDeploymentFilterId
by @zzstoatzz in #18344 - Snowflake: Fixed error message when retrieving SPCS container status by @bjorhn in #18358
- Add βweb flag to inspect runs from the command line by @zzstoatzz in #18370
- Add tags support to Automation objects by @chrisguidry in #18286
- Add tag filtering support for automations by @chrisguidry in #18288
- serialization performance improvements by @zzstoatzz in #18314
- Add client-side logs subscriber module by @chrisguidry in #18318
- Add
pause_deployment
andresume_deployment
client methods by @zzstoatzz in #18336 - Track subflow results along with task results by @jakekaplan in #18338
- Add an axios middleware for intercepting errors by @znicholasbrown in #18365
- Materialize Prefect assets with dbt core by @kevingrismore in #18350
- fix
TimeoutError
inresult_async
when accessing results fromdelay
by @zzstoatzz in #18280 - Fix for issue 18239 by @TWeatherston in #18284
- [prefect-aws] order env vars for task def equality by @zzstoatzz in #18309
- Fix serialization edge case in Prefect blocks by @zzstoatzz in #18363
- Fix asyncio loop issue when deploying with proxy by @zzstoatzz in #18374
- support
assets
forwith_options
by @jesse-c in #18353 - Fix subprocess cleanup in prefect_test_harness to prevent ResourceWarning by @zzstoatzz in #18376
- Fix throwing no key exception by @emmanuel-ferdman in #18281
- Drop task_run.state_id foreign key to prevent deadlocks by @zzstoatzz in #18302
- bump lockfile and run pre-push hooks by @zzstoatzz in #18308
- remove
fetch
kwarg from docstring and overloads by @zzstoatzz in #18311 - fix 3.9 test for prefect-shell by @zzstoatzz in #18014
- run pre-push hooks by @zzstoatzz in #18330
- Update @prefecthq/prefect-ui-library to version 3.12.15 by @marvin-robot in #18348
- add api ref for python sdk by @zzstoatzz in #18334
- Update @prefecthq/prefect-ui-library to version 3.12.16 by @marvin-robot in #18366
- Update @prefecthq/prefect-design to version 2.15.1 by @marvin-robot in #18378
- make warning debug by @zzstoatzz in #18327
- omit nested venv from docker builds by @zzstoatzz in #18328
- Enforce asset key characters + length by @jakekaplan in #18379
- add docs on HA self-hosted setups by @zzstoatzz in #18279
- improve self-host guide name by @zzstoatzz in #18289
- Move security settings into their own doc by @cicdw in #18316
- Add /api/logs/out websocket endpoint for live log streaming by @chrisguidry in #18315
- Update contribution guide to require pre-push hooks by @zzstoatzz in #18332
- dont need separate command for pre-push by @zzstoatzz in #18351
- Update API refs to remove old style bracket links by @cicdw in #18355
- Remove brackets from example by @cicdw in #18360
- Remove more example brackets by @cicdw in #18361
- add some api-ref examples and avoid right hand nav pollution by @zzstoatzz in #18367
- Add AGENTS.md documentation files by @zzstoatzz in #18248
- improve agent guidance and remove redundant info by @zzstoatzz in #18321
3.4.6 - Per My Last NOTIFY
Released on June 11, 2025 π° Check out Prefect Assets! Bug Fixes π- use pg notify/listen for multi-server automation synchronization by @zzstoatzz in #18266
- Remove versions of pydantic that produce thread safety issues by @cicdw in #18250
- fix
config
validation for nested and constrained settings by @zzstoatzz in #18260 - add note about long migrations with big tables by @zzstoatzz in #18268
- Add automations prefix to validate route by @cicdw in #18277
- Fix nested materialization behavior by @jakekaplan in #18265
- Update @prefecthq/prefect-design to version 2.15.0 by @marvin-robot in #18274
- Add tests for UI variable duplication enhancement by @vilhenad in #18245
- Replaced deprecated logic in SPCS worker by @bjorhn in #18105
- remove reference to βpull work poolsβ by @zzstoatzz in #18256
- add note on
--no-prompt
by @zzstoatzz in #18261 - Fix incorrect links to SDK by @bdalpe in #18262
- Remove v2 file from docs by @cicdw in #18267
3.4.5 - Assets Have Been Materialized Internally
Released on June 07, 2025 To learn more, register for next weekβs webinar here! New Features π- Add
Asset
+[@materialize](https://github.com/materialize)
ing tasks by @jakekaplan in #18230 - Emit
asset.referenced
events on materialization only by @jakekaplan in #18252 - Support emitting asset events for
DaskTaskRunner
by @jakekaplan in #18241 - Support emitting asset events for
RayTaskRunner
by @jakekaplan in #18242
- use kopf event for
occurred
in forwarded prefect events by @zzstoatzz in #18226 - Subclassing to set the max_range per sandox environment (#18083) by @steveh-101 in #18232
- Early return bucket path to avoid duplicated prefix in GCS bucket by @zzstoatzz in #18237
- Attempt retries when task returns a failed state by @bunchesofdonald in #18240
- log warning if volumes set via create kwargs by @zzstoatzz in #18233
prefect-redis
: fix min group id and deprecation warning by @zzstoatzz in #18215- fix SendGrid behavior when modifying instance by @zzstoatzz in #18219
- fix async retry fn typing by @zzstoatzz in #18247
- Update @prefecthq/prefect-design to version 2.14.26 by @marvin-robot in #18204
- lower bound pin uv by @zzstoatzz in #18216
- Update @prefecthq/prefect-ui-library to version 3.12.14 by @marvin-robot in #18234
- run
uv sync -U
by @zzstoatzz in #18251 - fix test assertion by @zzstoatzz in #18236
- Adds missing increments for events client metrics by @chrisguidry in #18246
- Docs refactor by @cicdw in #18208
- fix dead links by @zzstoatzz in #18243
- fix dead link to zombie flow runs by @zzstoatzz in #18244
- fix link to downstream-upstream trigger with serve by @zzstoatzz in #18249
3.4.4 - No Cache in the Banana Stand
Released on May 29, 2025 Enhancements β¨- Setting to disable cache globally by @zzstoatzz in #18195
- Add redis publisher/consumer settings by @zzstoatzz in #18160
- Enables CSRF protection support on internal server requests by @chrisguidry in #18157
- Corrects an infinite loop in the
CancellationCleanup
service by @chrisguidry in #18158 - Handle
None
metadata inprefect version
by @zzstoatzz in #18190 - Merge duplicate
extra_hosts
kwarg by @zzstoatzz in #18192 - fix fractional value handling in retry delay policy by @zzstoatzz in #18200
- multi-server setup fixes pt1 by @zzstoatzz in #18149
- Update @prefecthq/prefect-ui-library to version 3.12.13 by @marvin-robot in #18202
- Bump some upper bounds by @zzstoatzz in #18175
- Remove reimplementation of
from_template_and_values
from ECS worker by @kevingrismore in #18201 - chore(deps): bump vue from 3.5.13 to 3.5.14 in /ui by @dependabot in #18101
- Add thread local context note by @zzstoatzz in #18147
- Add prefect managed compute usage to the docs by @jakekaplan in #18194
3.4.3 - You Return NotImplemented, I Return False. We Are Not The Same
Released on May 22, 2025 Enhancements ββ Bug Fixes π- fix
AttributeError
during equality check after args/kwargs deletion by @zzstoatzz in #18110 - handle list value envvar overrides for logging by @levzem in #18062
- minor log cleanup by @zzstoatzz in #18127
3.4.2 - Stay classy
Released on May 19, 2025 Enhancements ββ- Support serving
[@classmethod](https://github.com/classmethod)
and[@staticmethod](https://github.com/staticmethod)
flows by @vyagubov in #18065
- Make
RedisLockManager
picklable for Ray/Dask compatibility by @zzstoatzz in #18018 - Fix parsing for
PREFECT_TASK_DEFAULT_RETRY_DELAY_SECONDS
by @zzstoatzz in #18043 - Add boolean flag execute_commit for SELECT statements by @DSauterIntersport in #18095
- Fix bug where the runner would try to cancel a flow run that was not running by @desertaxle in #18108
- Update call method to handle string payloads by @qabilityp in #18058
- Update
jsonschema
lower bound to 4.18+ by @zzstoatzz in #18036 - Vendor
uuid7
implementation by @desertaxle in #18046
prefect-kubernetes
- Disable
kopf
scanning forprefect-kubernetes
observer by @desertaxle in #18013
prefect-docker
- Add option to persist auto-generated Dockerfile by @AliLordLoss in #17866
prefect-shell
- Improve typing in
prefect-shell
by @zzstoatzz in #18002
- Move generation hooks to pre-push by @desertaxle in #18010
- Task worker hygiene by @zzstoatzz in #18016
- Fix readme link by @zzstoatzz in #17999
- Run
prefect-client
smoke tests against local server by @desertaxle in #18067 - Fix error in setup for client compatibility tests by @desertaxle in #18100
3.4.1 - Zen and the Art of Kubernetes Job Submission
Released on May 08, 2025 This release also ships with version 0.6.0 of prefect-kubernetes, featuring a revamped Kubernetes worker. The updated worker is more stateless, providing improved resiliency, enhanced event emission, and better crash detection capabilities. See #18004 for more details. Enhancements ββ- Support staticmethod and classmethod flow entrypoints by @vyagubov in #17976
- Adds support for
AND
ed related resources in queries and triggers by @chrisguidry in #18003 - Refactor
Runner
to receive cancellation signals via websocket by @desertaxle in #17973 - Parse docker image strings with digests by @kevingrismore in #17987
- Add DB index for automation event followers by @zzstoatzz in #17981
- Update variable name validator to allow hyphens by @znicholasbrown in #17995
- Allow
flow.submit
to be non-blocking for some infrastructure types by @desertaxle in #17992 - Uses UUIDv7 for the IDs of time-oriented objects by @chrisguidry in #18008
- Use correct secret in task worker websocket subscription by @zzstoatzz in #17975
- Update
Runner
to use a long-livedEventsClient
by @desertaxle in #17986 - Catch
FileNotFoundError
infind_uv_bin
by @zzstoatzz in #17993 - Coalesce flow run start times with expected start times by @znicholasbrown in #17997
- Fix generated work pool storage config for GCS by @desertaxle in #18000
- Fix run scatterplot pagination by @znicholasbrown in #18009
- Refactor Kubernetes worker to reduce statefulness by @desertaxle in #18004
- Fix regex for Snowflake private keys by @zzstoatzz in #17985
- Bump vue-tsc from 2.2.8 to 2.2.10 in /ui by @dependabot in #17923
- Add test covering
.with_options
when used with aclassmethod
flow by @vilhenad in #17647 - Consolidate validation on self-validating types by @zzstoatzz in #17994
- Add parameter form documentation by @zzstoatzz in #17972
- Add deployment versioning documentation by @kevingrismore in #17974
3.4.0 - Pour one out for the flow run notification service
Released on May 02, 2025 This release removes the deprecated flow run notifications feature. Existing notification policies will be automatically migrated to automations when the server starts after upgrading. Notifications will continue to work as expectedβno user action is required. Enhancements ββ- Allow providing a commit sha to the
git_clone
pull step by @kevingrismore in #17933 - Add default result storage for work pools by @desertaxle in #17953
- Remove flow run notifications by @desertaxle in #17939
- Add version info inference to
flow.deploy()
by @kevingrismore in #17966
- handle heartbeat event in
wait_for_flow_run
by @zzstoatzz in #17930 - add
parameters
validator toDeploymentCreateFlowRun
by @zzstoatzz in #17938 - Fix links to Specify flow parameters section by @bkkkk in #17942
- fix dead-lock between
ConcurrentTaskRunner
,wait_for
, and tag concurrency limits by @zzstoatzz in #17943 - Remove future garbage collection warning by @cicdw in #17954
- fix: Specify project during Cloud Run provision by @danfairs in #17965
- Remove
extra="forbid"
config onWorkPoolStorageConfiguration
by @desertaxle in #17960
- Update
uv.lock
and fix ECS provisioner test errors by @desertaxle in #17928 - Remove unnecessary walrus by @zzstoatzz in #17957
- Add
logfire
dependency group for performance exploration by @zzstoatzz in #17860 - Bump
astral-sh/setup-uv
from 5 to 6 by @dependabot in #17906 - Update
whenever
requirement from<0.8.0,>=0.7.3
to>=0.7.3,<0.9.0
by @dependabot in #17962 - Run integration tests against
prefect-client
by @desertaxle in #17967 - Update packaging requirement from
<24.3,>=21.3
to>=21.3,<25.1
by @dependabot in #17871 - Downgrade log to debug level by @cicdw in #17970
- Add vcs version types for Gitlab, Bitbucket, and Azure Devops by @kevingrismore in #17915
- Add documentation for Prefect Cloud GitHub app by @jakekaplan in #17911