Releases: PrefectHQ/prefect
Releases · PrefectHQ/prefect
3.1.12.dev1: Nightly Development Release
What's Changed
Uncategorized
- Refactor Deployment CRUD methods in client by @aaazzam in #16576
- Refactor Automations CRUD methods in client by @aaazzam in #16579
Full Changelog: 3.1.11...3.1.12.dev1
Flow-verload
What's Changed
Enhancements ➕➕
- Sparse checkout for git pulls by @tetracionist in #15824
- Add a "limit" option prefect flow serve CLI by @pwl in #16527
Bug Fixes 🐞
- log rendered custom
flow_run_name
by @zzstoatzz in #16517 - Server should exit with non-0 on error by @martimors in #16476
- Private submodule support for
GitRepository
by @jakekaplan in #16518 - Add support for
NO_PROXY
for websocket connections by @jbw-vtl in #16538 - Avoid
Path
interpreting.
in deployment names as the beginning of a file extension by @zzstoatzz in #16553 - Fix task overload for decorator kwargs by @zzstoatzz in #16540
- RunTelemetry start span uses run name instead of flow/task name by @jeanluciano in #16389
Integrations & Dependencies 🤝
- Fix
TypeError
inSnowflakeConnector.fetch_all
by @zzstoatzz in #16511 - Fix
fetch_one
andfetch_many
inprefect-snowflake
by @zzstoatzz in #16554 - Add redis streams messaging to
redis-streams
by @zzstoatzz in #16432
Development & Tidiness 🧹
- [typing] prefect.concurrency by @mjpieters in #16441
- [typing] prefect._internal, prefect.server.utilities by @mjpieters in #16497
- [typing] -
prefect.cli
part 1 by @desertaxle in #16546 - Fix overloads for
wait_for
andreturn_state
inTask.__call__
by @zzstoatzz in #16547 - Add local-telemetry stack for investigating server performance by @zzstoatzz in #16483
- Refactor Client's Artifact CRUD methods into Mixin by @aaazzam in #16496
- Refactor Variable CRUD methods in client by @aaazzam in #16564
- Refactor Log CRUD methods in client by @aaazzam in #16565
- Correct link to contribution guidelines by @jbw-vtl in #16539
- Label all resources in lineage events by @abrookins in #16471
- update readme by @zzstoatzz in #16519
- Remove deprecated result fields and classes and associated utilities by @cicdw in #16552
- Add typing to model_config by @aaazzam in #16562
- Refactor ConcurrencyLimit CRUD methods in client by @aaazzam in #16567
Documentation 📓
- Update snowflake integration docs by @seanpwlms in #16556
v2 UI
- feat: Updating tags and groups for ui-v2 dependabot by @devinvillarosa in #16499
New Contributors
- @pwl made their first contribution in #16527
- @martimors made their first contribution in #16476
- @jbw-vtl made their first contribution in #16539
- @tetracionist made their first contribution in #15824
- @brunifrancesco made their first contribution in #16400
Full Changelog: 3.1.10...3.1.11
3.1.11.dev5: Nightly Development Release
3.1.11.dev4: Nightly Development Release
What's Changed
Bug Fixes 🐞
- fix
fetch_one
andfetch_many
inprefect-snowflake
by @zzstoatzz in #16554 - avoid
Path
interpreting.
in deployment names as the beginning of a file extension by @zzstoatzz in #16553 - Refactor Client's Artifact CRUD methods into Mixin by @aaazzam in #16496
Documentation 📓
- add local-telemetry stack for investigating server performance by @zzstoatzz in #16483
Uncategorized
- update readme by @zzstoatzz in #16519
- Remove deprecated result fields and classes and associated utilities by @cicdw in #16552
- RunTelemetry start span uses run name instead of flow/task name by @jeanluciano in #16389
Full Changelog: 3.1.11.dev3...3.1.11.dev4
3.1.11.dev3: Nightly Development Release
What's Changed
Bug Fixes 🐞
- Private submodule support for
GitRepository
by @jakekaplan in #16518 - feat: Add support for NO_PROXY for websocket connections by @jbw-vtl in #16538
Integrations & Dependencies 🤝
- add redis streams messaging to
redis-streams
by @zzstoatzz in #16432
Development & Tidiness 🧹
- [typing] -
prefect.cli
part 1 by @desertaxle in #16546 - fix overloads for
wait_for
andreturn_state
inTask.__call__
by @zzstoatzz in #16547
Documentation 📓
- Update snowflake integration docs by @seanpwlms in #16556
Uncategorized
- fix: Correct link to contribution guidelines by @jbw-vtl in #16539
- Label all resources in lineage events by @abrookins in #16471
New Contributors
Full Changelog: 3.1.11.dev2...3.1.11.dev3
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