Features / Enhancements
* **Model Monitoring**: Zip the serving spec and encode it to base64, 7047, davesh0812
* **Model Monitoring**: Add percentage based stream sampling to serving function, 7011, Eyal-Danieli
* **Notifications**: Pushing kfp notifications from be, 7043, roei3000b
* **DB**: Handling "out of range" error when committing values exceeding column limits, 7046, moranbental
* **Alerts**: Optimize cache and db calls, 7030, TomerShor
* **Artifacts**: Log custom object artifacts to database in model handler, 7040, yaelgen
* **Artifacts**: Ensure each artifact has the "latest" tag after migration, 6994, moranbental
* **Model Monitoring**: Limit archived models to 5 and retrieve all meps from v3io-tsdb if the count exceeds 200., 7041, davesh0812
* **Artifacts**: Retrieve artifacts with "none" tag when listing artifacts for producer id, 7044, moranbental
* **Makefile**: Loosen dev requirements, 7037, liranbg
* **Automation**: Enhance patch_igz script, 7031, liranbg
* **DB Migrations**: Reorder migrations to allow back ports, 7028, quaark
* **Pipelines**: Creating push notifications endpoint, 7033, roei3000b
* **Demos**: Increase monitoring function readiness timeout to 20 minutes, 7034, EdmondIguazio
* **Alembic**: Temporary verbose logging, 7036, quaark
* **SDK**: Ensure evaluated runtime is returned as dictionary, 7035, liranbg
* **System id**: Support syncing the system id in worker flow, 7016, Yacouby
* **API**: Ensure getting correct clusterization spec, 7029, liranbg
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.8.0-rc20#features-and-enhancements)
Bug fixes
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.8.0-rc20#bug-fixes)
Pull requests:
91ab2fb64 [Model Monitoring] Zip the serving spec and encode it to base64 (7047)
7d2eaaae8 [Model Monitoring] Add percentage based stream sampling to serving function (7011)
ed711bc67 [Notifications] Pushing KFP notifications from BE (7043)
b8118019b [DB] Handling "Out of Range" Error When Committing Values Exceeding Column Limits (7046)
ea0da7ce1 [Alerts] Optimize cache and db calls (7030)
43ab0a7f6 [Artifacts] Log custom object artifacts to database in model handler (7040)
2e17f7855 [Artifacts] Ensure Each Artifact Has the "Latest" Tag After Migration (6994)
d15f575ad [Model Monitoring] Limit archived models to 5 and retrieve all MEPs from v3io-tsdb if the count exceeds 200. (7041)
5279c2366 [Artifacts] Retrieve Artifacts with "None" Tag When Listing Artifacts for Producer ID (7044)
dba952797 [Makefile] Loosen dev requirements (7037)
ad93fe010 [Automation] Enhance patch_igz script (7031)
30dc8d7d3 [DB Migrations] Reorder Migrations To Allow Back Ports (7028)
e4291163a [Pipelines] Creating push notifications endpoint (7033)
3d781447c [Demos] Increase monitoring function readiness timeout to 20 minutes (7034)
1a057096d [Alembic] Temporary Verbose Logging (7036)
3bf12075b [SDK] Ensure evaluated runtime is returned as dictionary (7035)
5b780b756 [System id] Support syncing the system id in worker flow (7016)
412d7704a [API] Ensure getting correct clusterization spec (7029)