Features / Enhancements
* **Application**: Don't allow disabling default http trigger, 6228, TomerShor
* **API**: Add error message on monitored runs, 6218, alonmr
* **Alerts**: Ensure user defined attributes are not overwritten by the templates attributes, 6224, Yacouby
* **Model Monitoring**: Remove application state check in the controller, 6229, davesh0812
* **Docs**: Reclassify ecosystem:data stores into sources, targets, streaming frameworks, tsdb, 6223, jillnogold
* **Docs**: Update model monitoring docs, 6213, jillnogold
* **Model Monitoring**: Add `error_handler` step to application graph, 6179, Eyal-Danieli
* **Docs**: Runtimes api module, 6212, rokatyy
* **Project**: Do not pass url as command when initializing nuclio function, 6216, TomerShor
* **Datastore**: Block snowflake target in to_dataframe function, 6157, tomerm-iguazio
* **Model Monitoring**: Remove `current_stats` from tsdb, 6209, Eyal-Danieli
* **Notifications**: Align remote workflow start notification behavior, 6205, quaark
* **Model Monitoring**: Filter out uncommon features in histogram data drift application, 6199, jond01
* **Model Monitoring**: Save `error_count` to mep table, 6210, davesh0812
* **Docs**: Replace old code new_function() with set_function(), 6198, jillnogold
* **Docs**: Add alerts description, 5882, jillnogold
* **Dependencies**: Update `plotly` version, 6204, jond01
* **Packager**: Type hint correction, 6203, guy1992l
* **Application**: Prevent code to function flow, 6174, alonmr
* **Project delete**: On failure to delete `kafka` stream or `tdengine` tsdb, do not fail the project deletion, 6194, Eyal-Danieli
* **Docs**: Update model monitoring for v1.7.0, 5877, jillnogold
* **Requirements**: Bump v3io to 0.6.9, 6200, gtopper
* **Datastore & Model Monitoring**: Add method to create kafka topics & set all the mm function to have only one replica, 6196, davesh0812
* **Alerts**: Validate only the alert name in the `store_alert_config` function, 6183, moranbental
* **Docs**: Add auth modes and dark site info to application, 6176, TomerShor
* **Model Monitoring**: Use parameter binding to avoid sql injection, 6195, gtopper
* **Docs**: Add project node selector, 6018, jillnogold
* **Docs**: Add application usage with serving function example, 6168, tomerm-iguazio
* **Application Runtime**: Pass body when invoke api gateway, 6192, rokatyy
* **Requirements**: Add google cloud dependencies to extra-requirements, 6180, gtopper
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc39#features-and-enhancements)
Bug fixes
* **Projects**: Fix load project failing on `none` workflow request, 6226, quaark
* **Alerts**: Fix alert triggering for job events by adjusting the sliding window to account for monitoring interval, 6215, Yacouby
* **Datastore**: Fix recently broken azureblobstore, 6202, alxtkr77
* **Pipelines**: Fix jupyter pipeline run output not displaying stdout, 6214, quaark
* **Application**: Fix setting of default-container annotation, 6211, rokatyy
* **Notifications**: Fix minor object access bug from previous pr 6205, 6217, quaark
* **Model Monitoring**: Fix application metric kv saving with `orjson`, 6208, jond01
* **Docs**: Fix notification api reference docs format, 6207, quaark
* **Datastore**: Fix gcs large upload, 6152, tomerm-iguazio
* **Model Monitoring**: Fix info log, 6201, gtopper
* **Datastore**: Fix gcs exists bug, 6193, tomerm-iguazio
* **Projects**: Fix log messages for `get_or_create_project` function, 6182, moranbental
* **Docs**: Fix snowflake source formatting, rearrange override_body updates, 6173, jillnogold
* **Alerts**: Fix passing a notification without the condition field, 6186, Yacouby
* **Docs**: Fix helm and ce version, 6159, jillnogold
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc39#bug-fixes)
Pull requests:
88c00a4f6 [Application] Don't allow disabling default http trigger (6228)
67b7d34a7 [Dependabot-automated] Update mlrun-pipelines-kfp-common requirement from ~=0.1.6 to ~=0.1.7 (6233)
07c4be2e8 [API] Add error message on monitored runs (6218)
a0be8bae9 [Alerts] Ensure user defined attributes are not overwritten by the templates attributes (6224)
b73efb79d [Model Monitoring] Remove application state check in the controller (6229)
02d5ec489 [Projects] Fix Load Project Failing on `None` Workflow Request (6226)
5372d1c53 [Docs] Reclassify ecosystem:data stores into sources, targets, streaming frameworks, TSDB (6223)
d48f011a5 [Alerts] Fix alert triggering for job events by adjusting the sliding window to account for monitoring interval (6215)
4be3c1af3 [Docs] Update model monitoring docs (6213)
3f29f3632 [Model Monitoring] Add `error_handler` step to application graph (6179)
e728574cd [Datastore] Fix recently broken AzureBlobStore (6202)
7ecbd7cc4 [Pipelines] Fix Jupyter pipeline run output not displaying stdout (6214)
b1b28339c [Dependabot-automated] Update scikit-learn requirement from ~=1.4.0 to ~=1.5.1 in the pip group (6189)
e3e4a65eb [Docs] Runtimes API module (6212)
b41a3dd55 [Project] Do not pass url as command when initializing nuclio function (6216)
53f84d274 [Application] Fix setting of default-container annotation (6211)
3a0dbb02d [Notifications] Fix minor Object Access bug from previous PR 6205 (6217)
a19a9eda7 [Datastore] Block snowflake target in to_dataframe function (6157)
de089c40a [Model Monitoring] Remove `current_stats` from tsdb (6209)
523441d42 [Notifications] Align Remote Workflow Start Notification Behavior (6205)
b21c7cabe [Model Monitoring] Filter out uncommon features in histogram data drift application (6199)
7a746aeb6 [Model Monitoring] Save `error_count` to MEP table (6210)
76931610e [Docs] Replace old code new_function() with set_function() (6198)
31e6b6880 [Docs] Add alerts description (5882)
6c420e47a [Dependencies] Update `plotly` version (6204)
27d4d1dc9 [Model Monitoring] Fix application metric KV saving with `orjson` (6208)
2c4835230 [Docs] Fix Notification API Reference Docs Format (6207)
5cd5f9bc2 [Datastore] fix gcs large upload (6152)
e4a87c456 [Packager] Type hint correction (6203)
e4198a111 [Application] Prevent code to function flow (6174)
45a0658ce [Model Monitoring] Fix info log (6201)
61982f2c0 [Datastore] Fix gcs exists bug (6193)
9fa77b8ae [Project delete] on failure to delete `kafka` stream or `tdengine` TSDB, do not fail the project deletion (6194)
beb16c463 [Docs] Update model monitoring for v1.7.0 (5877)
ac7de6859 [Requirements] Bump v3io to 0.6.9 (6200)
1161f0d96 [Datastore & Model Monitoring] Add method to create Kafka topics & Set all the mm function to have only one replica (6196)
0ee012df6 [Alerts] Validate only the alert name in the `store_alert_config` function (6183)
6fb089865 [Projects] Fix log messages for `get_or_create_project` function (6182)
bc495b866 [Docs] Add auth modes and dark site info to application (6176)
d96ef05be [Model Monitoring] Use parameter binding to avoid SQL injection (6195)
fca6080c9 [Docs] Fix Snowflake source formatting, rearrange override_body updates (6173)
e1273ad36 [Docs] Add project node selector (6018)
70f576a7d [Docs] Add application usage with serving function example (6168)
9d573cbec [Application Runtime] Pass body when invoke api gateway (6192)
75dafaa30 [Alerts] Fix passing a notification without the condition field (6186)
b483898ad [Docs] Fix Helm and CE version (6159)
131b37011 [Requirements] Add google cloud dependencies to extra-requirements (6180)
Failed parsing:
67b7d34a7 {dependabot[bot]} [Dependabot-automated] Update mlrun-pipelines-kfp-common requirement from ~=0.1.6 to ~=0.1.7 (6233)
b1b28339c {dependabot[bot]} [Dependabot-automated] Update scikit-learn requirement from ~=1.4.0 to ~=1.5.1 in the pip group (6189)