Features / Enhancements
* **Httpdb**: Use normalized name in url when get_nuclio_deploy_status, 5495, rokatyy
* **Dask**: Enhance extending env vars to avoid memory leak, 5490, liranbg
* **API**: Create logger handler once, 5488, liranbg
* **Hack**: Update postto version, 5487, gtopper
* **ProjectSummaries**: Add runs_completed_recent_count, 5482, roei3000b
* **Docs**: Remove double function parameter, 5457, george0st
* **Nuclio**: Delete nuclio function when removing function of nuclio runtime, 5462, rokatyy
* **Workflows**: Add subpath or workdir to workflow path, 5461, GiladShapira94
* **Project**: By default, don't raise if allow_cross_project flag isn't set, 5481, roei3000b
* **Auth**: Authenticate with oauth client-credentials grant, 5456, theSaarco
* **Runs**: Log run state to be patched, 5476, liranbg
* **Projects**: Adding `allow_cross_project` flag for creating project from template, 5453, roei3000b
* **RemoteWorkflows**: Fail fast when remote runner is failing, 5473, liranbg
* **Project**: Don't sync functions if running workflows in remote, 5472, TomerShor
* **Serving**: Add new `set_flow()` api, 5437, gtopper
* **Nuclio**: Refactor api gateway class to inherit from `modelobj`, 5464, TomerShor
* **Datastore**: Change default chunk size, 5468, tomerm-iguazio
* **Docs**: Add docstring for `kafkatarget`, 5463, gtopper
* **Feature Store**: Base redis default path on `config.feature_store` template, 5442, alxtkr77
* **Model Monitoring**: Add `wait_for_deployment` flag in create/deploy/update apis, 5433, jond01
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc14#features-and-enhancements)
Bug fixes
* **Auth**: Fix httpdb init from env, 5494, theSaarco
* **Notifications**: Fix slack notifications with long messages, 5489, quaark
* **Datastore**: Fix `hdfsstore.rm()`, 5471, gtopper
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc14#bug-fixes)
Pull requests:
0967b2a2 [Httpdb] Use normalized name in URL when get_nuclio_deploy_status (5495)
9d672b32 [Auth] Fix httpdb init from env (5494)
cb3ba867 [Dask] Enhance extending env vars to avoid memory leak (5490)
f3c0222a [Notifications] Fix Slack Notifications With Long Messages (5489)
370acaf3 [API] Create logger handler once (5488)
6a1c1283 [Hack] Update postto version (5487)
017ebdaa [ProjectSummaries] Add runs_completed_recent_count (5482)
fea108db [Docs] Remove double function parameter (5457)
a0e7738d [Nuclio] Delete Nuclio function when removing function of Nuclio runtime (5462)
b0c80652 [Workflows] Add subpath or workdir to workflow path (5461)
f6967002 [Project] By default, don't raise if allow_cross_project flag isn't set (5481)
ea4cdfd1 [Auth] Authenticate with OAuth client-credentials grant (5456)
8a133816 [Runs] Log run state to be patched (5476)
64a306aa [Projects] Adding `allow_cross_project` flag for creating project from template (5453)
be389737 [RemoteWorkflows] Fail fast when remote runner is failing (5473)
e9fdfdd9 [Project] Don't sync functions if running workflows in remote (5472)
03aecff3 [Serving] Add new `set_flow()` API (5437)
75fcc2d8 [Datastore] Fix `HdfsStore.rm()` (5471)
b0e1c6c4 [Nuclio] Refactor API Gateway class to inherit from `ModelObj` (5464)
bb553dee [Datastore] change default chunk size (5468)
842aacaf [Docs] Add docstring for `KafkaTarget` (5463)
b95a34f3 [Feature Store] Base Redis default path on `config.feature_store` template (5442)
6a1e37e9 [Model Monitoring] Add `wait_for_deployment` flag in create/deploy/update APIs (5433)