<!-- Release notes generated using configuration in .github/release.yml at main -->
What's Changed
Enhancements โโ
* Sparse checkout for git pulls by tetracionist in https://github.com/PrefectHQ/prefect/pull/15824
* Add a "limit" option prefect flow serve CLI by pwl in https://github.com/PrefectHQ/prefect/pull/16527
Bug Fixes ๐
* log rendered custom `flow_run_name` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16517
* Server should exit with non-0 on error by martimors in https://github.com/PrefectHQ/prefect/pull/16476
* Private submodule support for `GitRepository` by jakekaplan in https://github.com/PrefectHQ/prefect/pull/16518
* Add support for `NO_PROXY` for websocket connections by jbw-vtl in https://github.com/PrefectHQ/prefect/pull/16538
* Avoid `Path` interpreting `.` in deployment names as the beginning of a file extension by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16553
* Fix task overload for decorator kwargs by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16540
* RunTelemetry start span uses run name instead of flow/task name by jeanluciano in https://github.com/PrefectHQ/prefect/pull/16389
Integrations & Dependencies ๐ค
* Fix `TypeError` in `SnowflakeConnector.fetch_all` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16511
* Fix `fetch_one` and `fetch_many` in `prefect-snowflake` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16554
* Add redis streams messaging to `redis-streams` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16432
Development & Tidiness ๐งน
* [typing] prefect.concurrency by mjpieters in https://github.com/PrefectHQ/prefect/pull/16441
* [typing] prefect._internal, prefect.server.utilities by mjpieters in https://github.com/PrefectHQ/prefect/pull/16497
* [typing] - `prefect.cli` part 1 by desertaxle in https://github.com/PrefectHQ/prefect/pull/16546
* Fix overloads for `wait_for` and `return_state` in `Task.__call__` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16547
* Add local-telemetry stack for investigating server performance by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16483
* Refactor Client's Artifact CRUD methods into Mixin by aaazzam in https://github.com/PrefectHQ/prefect/pull/16496
* Refactor Variable CRUD methods in client by aaazzam in https://github.com/PrefectHQ/prefect/pull/16564
* Refactor Log CRUD methods in client by aaazzam in https://github.com/PrefectHQ/prefect/pull/16565
* Correct link to contribution guidelines by jbw-vtl in https://github.com/PrefectHQ/prefect/pull/16539
* Label all resources in lineage events by abrookins in https://github.com/PrefectHQ/prefect/pull/16471
* update readme by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16519
* Remove deprecated result fields and classes and associated utilities by cicdw in https://github.com/PrefectHQ/prefect/pull/16552
* Add typing to model_config by aaazzam in https://github.com/PrefectHQ/prefect/pull/16562
* Refactor ConcurrencyLimit CRUD methods in client by aaazzam in https://github.com/PrefectHQ/prefect/pull/16567
Documentation ๐
* Update snowflake integration docs by seanpwlms in https://github.com/PrefectHQ/prefect/pull/16556
v2 UI
* feat: Updating tags and groups for ui-v2 dependabot by devinvillarosa in https://github.com/PrefectHQ/prefect/pull/16499
New Contributors
* pwl made their first contribution in https://github.com/PrefectHQ/prefect/pull/16527
* martimors made their first contribution in https://github.com/PrefectHQ/prefect/pull/16476
* jbw-vtl made their first contribution in https://github.com/PrefectHQ/prefect/pull/16539
* tetracionist made their first contribution in https://github.com/PrefectHQ/prefect/pull/15824
* brunifrancesco made their first contribution in https://github.com/PrefectHQ/prefect/pull/16400
**Full Changelog**: https://github.com/PrefectHQ/prefect/compare/3.1.10...3.1.11