Releases: PrefectHQ/prefect
Releases · PrefectHQ/prefect
3.1.11.dev2: Nightly Development Release
What's Changed
Bug Fixes 🐞
- Server should exit with non-0 on error by @martimors in #16476
Uncategorized
New Contributors
- @pwl made their first contribution in #16527
- @martimors made their first contribution in #16476
Full Changelog: 3.1.11.dev1...3.1.11.dev2
3.1.11.dev1: Nightly Development Release
What's Changed
Bug Fixes 🐞
- Fix
TypeError
inSnowflakeConnector.fetch_all
by @zzstoatzz in #16511 - log rendered custom
flow_run_name
by @zzstoatzz in #16517
Development & Tidiness 🧹
- [typing] prefect.concurrency by @mjpieters in #16441
- [typing] prefect._internal, prefect.server.utilities by @mjpieters in #16497
Uncategorized
- feat: Updating tags and groups for ui-v2 dependabot by @devinvillarosa in #16499
Full Changelog: 3.1.10...3.1.11.dev1
Not a CPU was stirring, not even in prod
'Twas the night before Christmas, when through every cloud
Not a CPU was stirring, not even in prod
Bug Fixes 🐞
- Remove FastAPI from prefect.flow's default import path. by @aaazzam in #16473
- fix incorrect use of
getattr
by @zzstoatzz in #16498
Development & Tidiness 🧹
- [typing] misc prefect modules by @mjpieters in #16468
- [typing] update
prefect.futures
by @zzstoatzz in #16381 - Bump astral-sh/setup-uv from 4 to 5 by @dependabot in #16478
- address typing nits by @zzstoatzz in #16495
- Ensure client tests don't run with SQLite by @desertaxle in #16488
Documentation 📓
- fix link to
serve
docs by @zzstoatzz in #16475
Full Changelog: 3.1.9...3.1.10
3.1.10.dev3: Nightly Development Release
What's Changed
Bug Fixes 🐞
Development & Tidiness 🧹
- Bump astral-sh/setup-uv from 4 to 5 by @dependabot in #16478
Documentation 📓
- fix link to
serve
docs by @zzstoatzz in #16475
Full Changelog: 3.1.10.dev2...3.1.10.dev3
3.1.10.dev2: Nightly Development Release
What's Changed
Integrations & Dependencies 🤝
- [typing] misc prefect modules by @mjpieters in #16468
Full Changelog: 3.1.10.dev1...3.1.10.dev2
3.1.10.dev1: Nightly Development Release
What's Changed
Development & Tidiness 🧹
- [typing] update
prefect.futures
by @zzstoatzz in #16381
Full Changelog: 3.1.9...3.1.10.dev1
3.1.9: All I Want for Christmas is Queue
What's Changed
Enhancements ➕➕
- Log exceptions when run submission fails in both the runner and worker by @cicdw in #16424
- Refactor
prefect.flow
decorator by @mjpieters in #16405
Bug Fixes 🐞
- use correct async method on storage blocks by @zzstoatzz in #16445
- fix passing
enforce_parameter_schema
inprefect deploy
by @zzstoatzz in #16418 - make
from_source
safe to use concurrently by @zzstoatzz in #16458 - pass auth headers to
/csrf
by @aaazzam in #16464
Integrations & Dependencies 🤝
- fix
MattermostWebhook
tests by @zzstoatzz in #16433 - Add redis causal ordering implementation by @zangell44 in #16416
- Wrap
OTLPLogExporter
andOTLPSpanExporter
in aQueueService
to pull them out of the main thread by @bunchesofdonald in #16439
Development & Tidiness 🧹
- Update @prefecthq/prefect-ui-library to version 3.11.28 by @marvin-robot in #16437
- Update worker to use orchestration client for updating labels by @bunchesofdonald in #16426
- [typing] Remove overload from inject_client by @mjpieters in #16463
- [typing] prefect.exceptions by @mjpieters in #16456
- [typing] Annotate all getattr_migration callsites by @mjpieters in #16457
- [typing] clean up prefect init.py by @mjpieters in #16451
- Update @prefecthq/prefect-ui-library to version 3.11.30 by @marvin-robot in #16470
Documentation 📓
- Add an example for creating an automation to mark zombie flow runs as crashed by @desertaxle in #16425
- Add a tutorial showing how to set up an email alert in Prefect Cloud by @daniel-prefect in #16345
- Add tutorials to the overview page of the docs by @daniel-prefect in #16454
Full Changelog: 3.1.8...3.1.9
3.1.9.dev3: Nightly Development Release
What's Changed
Enhancements ➕➕
Integrations & Dependencies 🤝
- Refactor prefect.flow decorator by @mjpieters in #16405
Development & Tidiness 🧹
- Update worker to use orchestration client for updating labels by @bunchesofdonald in #16426
- [typing] Remove overload from inject_client by @mjpieters in #16463
- [typing] prefect.exceptions by @mjpieters in #16456
- [typing] Annotate all getattr_migration callsites by @mjpieters in #16457
Documentation 📓
- Add tutorials to the overview page of the docs by @daniel-prefect in #16454
Full Changelog: 3.1.9.dev2...3.1.9.dev3
2.20.16: Back to the 2.x Future
What's Changed
Bug Fixes 🐞
- backport retry delay type fix by @zzstoatzz in #16377
- Backport: deleting flows in python client prefect 2.0 by @paulusaptus in #16311
- Backport: Prevent workers from running flow runs scheduled for in process retry by @desertaxle in #16453
Integrations & Dependencies 🤝
- backport #16149 by @zzstoatzz in #16317
- Update typer requirement from !=0.12.2,<0.14.0,>=0.12.0 to >=0.12.0,!=0.12.2,<0.16.0 by @dependabot in #16207
Full Changelog: 2.20.15...2.20.16
3.1.9.dev2: Nightly Development Release
What's Changed
Integrations & Dependencies 🤝
- fix
MattermostWebhook
tests by @zzstoatzz in #16433
Development & Tidiness 🧹
- Update @prefecthq/prefect-ui-library to version 3.11.28 by @marvin-robot in #16437
Documentation 📓
- Add an example for creating an automation to mark zombie flow runs as crashed by @desertaxle in #16425
- Add a tutorial showing how to set up an email alert in Prefect Cloud by @daniel-prefect in #16345
Uncategorized
- Wrap OTLPLogExporter and OTLPSpanExporter in a QueueService to pull them out of the main thread by @bunchesofdonald in #16439
- Add redis causal ordering implementation by @zangell44 in #16416
Full Changelog: 3.1.9.dev1...3.1.9.dev2