Features / Enhancements
* **Requirements**: Bump taoswswrap, 7513, gtopper
* **Docs**: Update mlrun ce readme file, 7485, GiladShapira94
* **Nuclio**: Mask trigger sensitive fields, 7509, rokatyy
* **Artifacts**: Edit error msg when model artifacts can not be deleted due to existing model endpoints that reference it, 7508, davesh0812
* **Docs**: Add details on storing alerts and alert reset, 7470, jillnogold
* **Model Monitoring**: Query the tsdb to check for new data on non-batch model endpoints, 7501, Eyal-Danieli
* **Model Monitoring**: Add missing `run_in_threadpool`, 7505, gtopper
* **Model Monitoring**: Avoid wrapping tdengine operations in subprocess, 7496, gtopper
* **Model Monitoring**: Add evidently logs in json load, 7497, tomerm-iguazio
* **Docs**: Add description to create_model_monitoring_alert_configs docstring, 7397, tomerm-iguazio
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.8.0-rc47#features-and-enhancements)
Bug fixes
* **Tests**: Fix comments and field name, 7511, moranbental
* **Docs**: Add how to implement and debug mm app as a job, 7269, jillnogold
* **Docs**: Fixed cli command in remote environment cfg and details about zip source in image, 7456, jillnogold
* **DB**: Fix bug when object sorting is sometimes inconsistent, 7495, moranbental
* **Spark**: Fix `attributeerror` on ingestion, 7504, gtopper
* **Model Monitoring**: Fix controller performance - caching streams and feature sets, 7494, royischoss
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.8.0-rc47#bug-fixes)
Pull requests:
8cf0a21cf [Requirements] Bump taoswswrap (7513)
f965e8720 [Docs] Update MLRun CE Readme file (7485)
e9f2e2673 [Nuclio] Mask trigger sensitive fields (7509)
39cf6a802 [Tests] Fix comments and field name (7511)
82ec7dd9e [Artifacts] Edit error msg when model artifacts can not be deleted due to existing model endpoints that reference it (7508)
e16d7f879 [Docs] Add how to implement and debug MM App as a job (7269)
957435b9b [Docs] Add details on storing alerts and alert reset (7470)
88e48c4bc [Docs] Fixed CLI command in remote environment cfg and details about zip source in image (7456)
9aa7d9273 [Model Monitoring] Query the TSDB to check for new data on non-batch model endpoints (7501)
a0d3d4cd5 [DB] Fix bug when object sorting is sometimes inconsistent (7495)
c5bc00154 [Model Monitoring] Add missing `run_in_threadpool` (7505)
709f62911 [Spark] Fix `AttributeError` on ingestion (7504)
7554ab6df [Model Monitoring] Fix controller performance - caching streams and feature sets (7494)
192545c46 [Model Monitoring] Avoid wrapping TDEngine operations in subprocess (7496)
3503007b5 [Model Monitoring] Add evidently logs in json load (7497)
1eb125f24 [Docs] Add description to create_model_monitoring_alert_configs docstring (7397)