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