Features / Enhancements
* **Runtimes**: Support Sparkjob monitoring & add new mounts support, 1427, urihoenig
* **Feature Store**: Throw exception when trying to get_offline_features on a vector with no features, 1426, dinal
* **SDK**: Change to warn on Major mismtach and notify (info) on Minor mismatch, 1434, Hedingber
* **Projects**: Normalize username when adding to project name, 1429, Hedingber
* **Docs**: Document object-storage access and credential passing, 1420, theSaarco
* **Requirements**: Bump storey to 0.8.4 and v3io-frames to 0.9.6, 1422, dinal
* **Serving**: Better error message, 1423, gtopper
* **Frameworks**: Add `model_name` argument to the `to_onnx` method, 1403, guy1992l
* **API**: Add authentication feature flag to frontend spec response, 1424, Hedingber
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v0.8.0-rc9#features-and-enhancements)
Bug fixes
* **Builder**: Fix builder pod mount to use request user credentials, 1438, Hedingber
* **Projects**: Fix functions cache and add requirements param to `build_function()`, 1437, yaronha
* **Sparkjob**: Fix termination time resolution, 1436, urihoenig
* **Serving**: Fix graph step serialization, local/builtin classes and full_event param, 1433, yaronha
* **Runtimes**: Make `auto_mount()` take pvc params from config if exist, 1432, theSaarco
* **Serving**: Fix missing handler error handling, 1430, gtopper
* **API**: Improve data version resolution, 1425, quaark
* **Serving**: Bug fixes and enhancements to Serving/Graph, 1421, yaronha
* **Serving**: Fix label to be k8s compatible in multi function serving graph, 1405, gtopper
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v0.8.0-rc9#bug-fixes)
Pull requests:
4d84ff59 [Builder] Fix builder pod mount to use request user credentials (1438)
97fba01a [Projects] Fix functions cache and add requirements param to `build_function()` (1437)
7a048096 [Sparkjob] Fix termination time resolution (1436)
a5cd62c7 [Runtimes] Support Sparkjob monitoring & add new mounts support (1427)
4e84467a [Feature Store] Throw exception when trying to get_offline_features on a vector with no features (1426)
a8ce6faa [SDK] Change to warn on Major mismtach and notify (info) on Minor mismatch (1434)
a37881fd [Serving] Fix graph step serialization, local/builtin classes and full_event param (1433)
e10de973 [Runtimes] Make `auto_mount()` take pvc params from config if exist (1432)
4bf7c52a [Serving] Fix missing handler error handling (1430)
5cb024a6 [Projects] Normalize username when adding to project name (1429)
03daf2c0 [API] Improve data version resolution (1425)
9d3fe613 [Serving] Bug fixes and enhancements to Serving/Graph (1421)
e2477616 [Docs] Document object-storage access and credential passing (1420)
05c5a00f [Requirements] Bump storey to 0.8.4 and v3io-frames to 0.9.6 (1422)
0272b544 [Serving] Better error message (1423)
e1a81278 [Frameworks] Add `model_name` argument to the `to_onnx` method (1403)
e0c0dc87 [API] Add authentication feature flag to frontend spec response (1424)
18ae97b2 [Serving] Fix label to be k8s compatible in multi function serving graph (1405)