Enhancements โโ
* Add setting to configure default max workers for `ThreadPoolTaskRunner` by soamicharan in https://github.com/PrefectHQ/prefect/pull/15719
* Improve handling of interrupts to `serve` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15727
* Checks for active workers when deploying by jeanluciano in https://github.com/PrefectHQ/prefect/pull/15632
* Highlight `Cached` state in console logs by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15801
Bug Fixes ๐
* Fix origin repo check that bypasses Docker Login on PRs originating from forks by kzvezdarov in https://github.com/PrefectHQ/prefect/pull/15724
* Fix capture of pod logs for `run_namespaced_job` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15732
* Add `/api` to `PREFECT_UI_API_URL` in default case by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15736
* Pass lowercase log level to uvicorn server by gigaverse-oz in https://github.com/PrefectHQ/prefect/pull/15680
* Fix handling of Dask DataFrame and other Awaitables passed to `run_coro_as_sync` by kzvezdarov in https://github.com/PrefectHQ/prefect/pull/15687
* Wraps `run_dbt_` functions in `sync_compatible` by EmilRex in https://github.com/PrefectHQ/prefect/pull/15740
* Fix custom task run name rendering by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15773
* Fix incorrect import in agents to workers guide by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15789
* Soft wrap deployment link by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15787
* Fix worker filter param by zangell44 in https://github.com/PrefectHQ/prefect/pull/15804
* Include env defaults from `variables.properties.env` in deep merge by kevingrismore in https://github.com/PrefectHQ/prefect/pull/15692
* Fix wrong exception in lazy import __getattr__ by protagonyist in https://github.com/PrefectHQ/prefect/pull/15741
Integrations & Dependencies ๐ค
* Set minimum version of `pydantic-settings` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15797
`prefect-gcp`
* Support CloudSQL volumes for cloud run jobs by matmiad in https://github.com/PrefectHQ/prefect/pull/15778
`prefect-dbt`
* Fix dbt CLI argument parsing for multipart commands by e1337us3r in https://github.com/PrefectHQ/prefect/pull/15714
`prefect-kubernetes`
* Avoid crashing flows when job watch exits but conatiner is still running by soamicharan in https://github.com/PrefectHQ/prefect/pull/15728
* Add `_request_timeout` to Kubernetes watches by kevingrismore in https://github.com/PrefectHQ/prefect/pull/15744
Development & Tidiness ๐งน
* Create settings models for CLI and client settings by desertaxle in https://github.com/PrefectHQ/prefect/pull/15640
* Create settings models for cloud, deployments, and logging by desertaxle in https://github.com/PrefectHQ/prefect/pull/15749
* Create settings models for flows, results, and runners by desertaxle in https://github.com/PrefectHQ/prefect/pull/15754
* Create server settings models by desertaxle in https://github.com/PrefectHQ/prefect/pull/15758
* Create settings submodules by desertaxle in https://github.com/PrefectHQ/prefect/pull/15772
* Create settings models for services, events, tasks, and the flow run graph by desertaxle in https://github.com/PrefectHQ/prefect/pull/15776
* Create worker, tasks, testing, and UI settings models by desertaxle in https://github.com/PrefectHQ/prefect/pull/15784
* Fix failing work queue test by desertaxle in https://github.com/PrefectHQ/prefect/pull/15709
* Split out runner and worker tests to avoid hanging test suite by desertaxle in https://github.com/PrefectHQ/prefect/pull/15715
* Only authenticate with Docker when running on a branch by desertaxle in https://github.com/PrefectHQ/prefect/pull/15708
* Give more time for integration serve flow by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15720
* De-flake serve integration test by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15726
* Add code coverage generation and upload for Python tests by desertaxle in https://github.com/PrefectHQ/prefect/pull/15690
* Remove `setuptools` and update `pip` pin in Docker build by desertaxle in https://github.com/PrefectHQ/prefect/pull/15759
* Improve map typing by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15757
* Ignore errors when cleaning up after deploy integration test by desertaxle in https://github.com/PrefectHQ/prefect/pull/15768
* Disable automatic markdown tests by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15782
* Fix typing for triggers schemas by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15792
* Update instructions on bug report issue template by desertaxle in https://github.com/PrefectHQ/prefect/pull/15795
* Format example code in `README.md` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15807
* Fix typo in prefect-databricks by aaazzam in https://github.com/PrefectHQ/prefect/pull/15800
* Fix links to 3.0 docs that are missing a leading slash by sam-phinizy in https://github.com/PrefectHQ/prefect/pull/15704
* Add a few notes to Docker docs page by discdiver in https://github.com/PrefectHQ/prefect/pull/15706
* Improve table formatting in docs by discdiver in https://github.com/PrefectHQ/prefect/pull/15700
* Fix docs links for integrations by discdiver in https://github.com/PrefectHQ/prefect/pull/15702
* More accessible wording for job variable overrides docs by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15669
* Fix `automation-assement.py` by jakekaplan in https://github.com/PrefectHQ/prefect/pull/15710
* Give more time for state to integration flow to finish by jakekaplan in https://github.com/PrefectHQ/prefect/pull/15723
* Fix a few spelling issues in docs by discdiver in https://github.com/PrefectHQ/prefect/pull/15737
* Updated Docker push step in docs by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15748
* Clear up namespace selection in Kubernetes guide by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15765
* Update Docker image reference in aci_worker docs page by discdiver in https://github.com/PrefectHQ/prefect/pull/15745
* Fix minor typo on "Deploy overview" page. by Noah-Haf in https://github.com/PrefectHQ/prefect/pull/15771
* Add note about schedule kwargs change from 2.x to 3.x by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15803
* Update prefecthq/prefect-ui-library to version 3.11.3 by marvin-robot in https://github.com/PrefectHQ/prefect/pull/15717
* Update prefecthq/prefect-ui-library to version 3.11.4 by marvin-robot in https://github.com/PrefectHQ/prefect/pull/15738
* Update prefecthq/prefect-ui-library to version 3.11.7 by marvin-robot in https://github.com/PrefectHQ/prefect/pull/15756
* Update prefecthq/prefect-design to version 2.13.3 by marvin-robot in https://github.com/PrefectHQ/prefect/pull/15721
* Update prefecthq/prefect-design to version 2.13.4 by marvin-robot in https://github.com/PrefectHQ/prefect/pull/15742
* Update prefecthq/prefect-design to version 2.13.5 by marvin-robot in https://github.com/PrefectHQ/prefect/pull/15785
* Update prefecthq/prefect-ui-library to version 3.11.5 by marvin-robot in https://github.com/PrefectHQ/prefect/pull/15743
* Update prefecthq/prefect-ui-library to version 3.11.6 by marvin-robot in https://github.com/PrefectHQ/prefect/pull/15746
* Bump tailwindcss from 3.4.13 to 3.4.14 in /ui by dependabot in https://github.com/PrefectHQ/prefect/pull/15767
* Bump vite from 5.4.8 to 5.4.9 in /ui by dependabot in https://github.com/PrefectHQ/prefect/pull/15766
New Contributors
* soamicharan made their first contribution in https://github.com/PrefectHQ/prefect/pull/15728
* gigaverse-oz made their first contribution in https://github.com/PrefectHQ/prefect/pull/15680
* protagonyist made their first contribution in https://github.com/PrefectHQ/prefect/pull/15741
* Noah-Haf made their first contribution in https://github.com/PrefectHQ/prefect/pull/15771
**Full Changelog**: https://github.com/PrefectHQ/prefect/compare/3.0.10...3.0.11