Mlrun

Latest version: v1.7.2

Safety actively analyzes 723625 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 14 of 111

1.7.0rc44

Not secure
Features / Enhancements
* **LogCollector**: Change log files permission from 0644 to 0600, 6359, liranbg
* **Dependencies**: Bump requirements, 6356, liranbg
* **Config**: Raising more coherent message when config reload is failing, 6355, liranbg
* **Docs**: Note oauth2 api gateway mode is not supported, 6353, alonmr
* **Spark**: Raise default driver memory to 2gb, 6357, gtopper
* **Projects**: Change log to warning for bad use of workflow runner ns, 6354, yaelgen
* **Feature Store**: Properly handle category type, 6352, gtopper
* **Artifacts**: Limit the artifact body size when logging artifacts, 6349, moranbental
* **Tests**: Do not verify ssl by default for system tests, 6332, moranbental
* **Workflows**: Add support for workflow runner node selector in remote workflow execution, 6333, yaelgen
* **Runtimes**: Add ignoring `skip_deployed` warning, 6311, alonmr
* **Alerts**: Refactor eventkind values to use hyphens instead of underscores, 6339, Yacouby
* **API Gateway**: Add with annotations sdk, 6343, TomerShor
* **Model Monitoring**: Add logs to delete model endpoints process, 6342, Eyal-Danieli
* **Docs**: Replace outdated code: new_function and code_to_function, 6235, jillnogold
* **Requirements**: Raise boto3 upper limit, 6336, gtopper
* **Docs**: Rename to "tutorial" in 07 add mlops to existing code and 05 realtime monitoring, delete model-monitoring-batch, 6295, jillnogold
* **Artifacts**: Remove default iteration from store artifact, 6335, alonmr
* **RuntimeResources**: Enhance resources deletion upon project deletion, 6326, liranbg
* **Automation**: Patch igz to support specific registry-url, 6327, liranbg
* **Model Monitoring**: Define 1.7.0 as the minimum client version which supports mm & delete strem trigger duplication of the stream pod, 6[30](https://github.com/mlrun/mlrun/actions/runs/10921163900/job/30313365821#step:5:31)5, davesh0812
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc44#features-and-enhancements)

Bug fixes
* **Docs**: Typo fix, 6350, liranbg
* **CLI**: Fix errors when no dbpath is set and mlrun default to mockdb, 6346, liranbg
* **Datastore**: Fix streamstoreytarget wrapper, 6340, alxtkr77
* **Utils**: Fix ipython/jupyter message, 6185, jond01
* **CI**: Fix security scan to show cve, 6344, liranbg
* **Artifacts**: Fix the docstring for uploading an artifact when logging a directory artifact, 63[31](https://github.com/mlrun/mlrun/actions/runs/10921163900/job/30313365821#step:5:32), moranbental
* **Model Monitoring**: Fix version check in mm endpoint and delete `store_type` config from all confugurations., 6341, davesh0812
* **Model Monitoring**: Minor fixes, 6280, jond01
* **Tests**: Fix feature store system test assertions, 6[32](https://github.com/mlrun/mlrun/actions/runs/10921163900/job/30313365821#step:5:33)0, gtopper
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc44#bug-fixes)


Pull requests:
06b782bf0 [LogCollector] Change log files permission from 0644 to 0600 (6359)
79260a527 [Dependencies] Bump requirements (6356)
15da62624 [Config] Raising more coherent message when config reload is failing (6355)
577aa07c2 [Docs] Note OAuth2 API gateway mode is not supported (6353)
f1f547c50 [Spark] Raise default driver memory to 2GB (6357)
b6c6379df [Projects] Change log to warning for bad use of workflow runner NS (6354)
6924929c7 [Feature Store] Properly handle category type (6352)
e048f0490 [Artifacts] Limit the artifact body size when logging artifacts (6349)
a4541924f [Tests] Do not verify SSL by default for system tests (6[33](https://github.com/mlrun/mlrun/actions/runs/10921163900/job/30313365821#step:5:34)2)
19779a0bd [Workflows] Add support for workflow runner node selector in remote workflow execution (6333)
8daab9e70 [Docs] Typo fix (6350)
b5377e912 [Runtimes] Add ignoring `skip_deployed` warning (6311)
32cb78e40 [CLI] Fix errors when no dbpath is set and mlrun default to mockdb (6[34](https://github.com/mlrun/mlrun/actions/runs/10921163900/job/30313365821#step:5:35)6)
77c4b8273 [Alerts] Refactor EventKind values to use hyphens instead of underscores (6339)
a83d07d8e [Datastore] Fix StreamStoreyTarget wrapper (6340)
4121abc2e [Utils] Fix IPython/Jupyter message (6185)
2bf33b6f3 [CI] Fix security scan to show CVE (6344)
f63da5474 [API Gateway] Add with annotations SDK (6343)
b1d18cafc [Artifacts] Fix the docstring for uploading an artifact when logging a directory artifact (6331)
ef084a159 [Model Monitoring] Add logs to delete model endpoints process (6342)
047b4c24d [Model Monitoring] Fix version check in mm endpoint and delete `store_type` config from all confugurations. (6341)
c293c5595 [Model Monitoring] Minor fixes (6280)
54f449960 [Docs] Replace outdated code: new_function and code_to_function (62[35](https://github.com/mlrun/mlrun/actions/runs/10921163900/job/30313365821#step:5:36))
d2e57352c [Requirements] Raise boto3 upper limit (6336)
171e0c34d [Docs] Rename to "tutorial" in 07 Add MLOps to existing code and 05 Realtime monitoring, delete model-monitoring-batch (6295)
7e6e4666c [Artifacts] Remove default iteration from store artifact (6335)
ffb8e69f7 [RuntimeResources] Enhance resources deletion upon project deletion (6326)
2e5c75afd [Automation] Patch igz to support specific registry-url (6327)
f07297b75 [Model Monitoring] Define 1.7.0 as the minimum Client Version which supports MM & delete strem trigger duplication of the stream pod (6305)
74e8a6167 [Tests] Fix feature store system test assertions (6320)

1.7.0rc43

Not secure
Features / Enhancements
* **Config**: Validate certificates by default, 6323, moranbental
* **Config**: Configure ssl verification, 6317, moranbental
* **Project**: Fail sync functions silently on workflow runs, 6308, alonmr
* **Project**: Improve `set_function` docstring, 6313, alonmr
* **Artifacts**: Artifact preview limits support, 6316, quaark
* **Docs**: Limit nesting of api docs, 6256, rokatyy
* **Docs**: Document the supported tdengine version, 6301, jond01
* **Projects**: Make empty default node selector to be ignored in project.yaml, 6304, yaelgen
* **Alerts**: Update alert name validation to allow only alphanumeric characters and hyphens, 6306, Yacouby
* **Requirements**: Raise fsspec upper limit, 6303, gtopper
* **API**: Enhance and tweak logs, 6297, liranbg
* **Requirements**: Remove pyyaml from conda requirements, 6302, jond01
* **Dask**: Tune cluster teardown, 6298, alonmr
* **Model Monitoring**: Remove `feature analysis` from grafana, 6293, Eyal-Danieli
* **SDK**: Add validation of node selectors at the project and function levels, 6197, yaelgen
* **Notifications**: Add kinds docstring, 6291, alonmr
* **Docs**: Update application runtime documentation, 6275, rokatyy
* **Pipelines**: Add project name filter to list_pipelines when no filter provided, 6285, yaelgen
* **Model Monitoring**: Convert `drift_status` to `str`, 6286, Eyal-Danieli
* **Project**: Add owner when logging artifacts, 6289, TomerShor
* **Schedule**: Align schedule.labels with task.metadata labels, 6277, rokatyy
* **Model Monitoring**: Remove unnecessary fields from `modelendpoint`'s current stats, 6290, davesh0812
* **Projects**: Adding project full_sync description, 6287, moranbental
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc43#features-and-enhancements)

Bug fixes
* **Docs**: Fix links, 6325, rokatyy
* **Docs**: Fix minor issues, 6258, jillnogold
* **Datastore**: Add deprecation message for 'credentials_prefix', 6300, alxtkr77
* **MLCtx**: Fix `mlclientctx.log_level` setter not changing the object's logger's level, 6299, quaark
* **Docs**: Fix protobuf install docs, 6288, adamdelman
* **Datastore**: Pass redis credentials prefix to ingest graph, 6296, alxtkr77
* **Projects**: Fix project event types to be system events, 6292, quaark
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc43#bug-fixes)


Pull requests:
13896619e [Docs] Fix links (6325)
68b8ac44e [Config] Validate certificates by default (6323)
98efee49e [Config] Configure ssl verification (6317)
a42941012 [Project] Fail sync functions silently on workflow runs (6308)
544da1127 [Project] Improve `set_function` docstring (6313)
bd817d905 [Artifacts] Artifact Preview Limits Support (6316)
28b6a7747 [Docs] Limit nesting of API docs (6256)
52b20f7a0 [Docs] Fix minor issues (6258)
bef168097 [Datastore] Add deprecation message for 'credentials_prefix' (6300)
dc4bd4a79 [Docs] Document the supported TDEngine version (6301)
7370567fd [Projects] Make empty default node selector to be ignored in project.yaml (6304)
26052f26c [Alerts] Update alert name validation to allow only alphanumeric characters and hyphens (6306)
28c15567b [Requirements] Raise fsspec upper limit (6303)
33c520a78 [API] Enhance and tweak logs (6297)
56bbfbf0a [Requirements] Remove PyYAML from conda requirements (6302)
8958e41e8 [Dask] Tune cluster teardown (6298)
a8aa6a186 [MLCtx] Fix `MLClientCtx.log_level` setter not changing the object's logger's level (6299)
89c468e9f [Model Monitoring] Remove `Feature Analysis` from Grafana (6293)
0d0974f98 [SDK] Add validation of node selectors at the project and function levels (6197)
8020d231e [Docs] Fix protobuf install docs (6288)
3fce3ae79 [Notifications] Add kinds docstring (6291)
c74b2d1bd [Docs] Update application runtime documentation (6275)
e0672d118 [Datastore] Pass Redis credentials prefix to ingest graph (6296)
cec51cbc2 [Pipelines] Add project name filter to list_pipelines when no filter provided (6285)
29dcef00b [Model Monitoring] Convert `drift_status` to `str` (6286)
e3e61c2aa [Projects] Fix Project Event Types to be System Events (6292)
bf69f2f80 [Project] Add owner when logging artifacts (6289)
5e3a5584d [Schedule] Align schedule.labels with task.metadata labels (6277)
e62399b44 [Model Monitoring] Remove unnecessary fields from `ModelEndpoint`'s current stats (6290)
a1f53eac4 [Projects] Adding project full_sync description (6287)

1.7.0rc42

Not secure
Features / Enhancements
* **Docs**: Add setting the log level on functions, 6271, jillnogold
* **Model Monitoring**: Update `tsdb_connector` to utilize the connection property following lazy initialization., 6283, davesh0812
* **Contributing**: Updated script installing protobuf, 6279, liranbg
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc42#features-and-enhancements)

Bug fixes
* **Model Monitoring**: Fix error class name, 6284, jond01
* **API Gateway**: Fix joining url when getting invoke_url on server side, 6281, rokatyy
* **Linting**: Select all pep8-naming rules and fix/ignore errors, 6244, jond01
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc42#bug-fixes)


Pull requests:
402930016 [Model Monitoring] Fix error class name (6284)
c58801ed6 [Docs] Add setting the log level on functions (6271)
72ecc33af [Model Monitoring] Update `tsdb_connector` to utilize the connection property following lazy initialization. (6283)
c2a06ac99 [Contributing] Updated script installing protobuf (6279)
22ddcfb18 [API Gateway] Fix joining URL when getting invoke_url on server side (6281)
30b3de92c [Linting] Select all pep8-naming rules and fix/ignore errors (6244)

1.7.0rc41

Not secure
Features / Enhancements
* **Docs**: Improve doc structure, 6253, jillnogold
* **Model Monitoring**: Revert to using `storeytargets`, 6278, alxtkr77
* **Application**: Support gateway timeout configuration, 6267, alonmr
* **Model Monitoring**: Improve stream pod performance, 6261, gtopper
* **Makefile**: Pull mysql image from gcr instead dockerhub, 6273, yaelgen
* **Model Monitoring**: Add test to plot stream pod graph, 6257, gtopper
* **Serving**: Use `event.topic` to commit offsets if it exists, 6270, gtopper
* **Project**: Skip sync functions when scheduling workflows, 6266, alonmr
* **Datastore**: Add prepare put data, 6255, tomerm-iguazio
* **Model Monitoring**: Remove unnecessary warning about missing feature from stats, 6262, Eyal-Danieli
* **Model Monitoring**: Update `model_uri` when needed & edit `model_uri` to use `modelartifact.db_key` instead of the `modelartifact.key`, 6236, davesh0812
* **Tests**: Refactor unit tests structure, 6259, alonmr
* **Docs**: Add note on schedules validation, 6249, alonmr
* **Datastore**: Prevent credentials from being exposed in the graph, 6184, alxtkr77
* **Model Monitoring**: Add some logs for deleting model monitoring resources, 6247, moranbental
* **Requirements**: Bump storey version, 6250, gtopper
* **Application**: Delete api gateway sdk, 6243, alonmr
* **Backround-tasks**: Authorize internal background task with project, 6245, alonmr
* **Docs**: Add additional filters doc, 6234, tomerm-iguazio
* **LogCollector**: Bump dependencies, 6246, liranbg
* **Serving**: Limit the serving spec length when using configmaps, 6156, moranbental
* **Projects**: Change the background task timeout for project deletion, 6225, moranbental
* **Model Monitoring**: Avoid creating run-context in monitoring apps, 6230, jond01
* **Dependencies**: Upgrade ruff, 6238, jond01
* **Docs**: Add concurrent processing (serving graph), 6220, jillnogold
* **Application**: Validate creds when creating api gateway with basicauth, 6239, rokatyy
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc41#features-and-enhancements)

Bug fixes
* **Model Monitoring**: Fix avoiding non-numeric features in `current_stats`, 6265, Eyal-Danieli
* **Model Monitoring**: Fix skip stream deletion if failed, 6274, Eyal-Danieli
* **Project**: Fix skip sync functions when scheduling workflows, 6272, alonmr
* **Background-task**: Fix permissions query, 6263, alonmr
* **Docs**: Minor docs fixes, 6251, rokatyy
* **Nuclio**: Fix sidecar with args and no command, 6252, alonmr
* **Model Monitoring**: Fix monitoring parquet partitioning, 6248, Eyal-Danieli
* **Application**: Fix invoking with basic auth credentials, 6231, TomerShor
* **Application**: Fix getting status from server, 6242, alonmr
* **Model Monitoring**: Some improvements in tests debugging, 6222, assaf758
* **Docs**: Fix link to genai tutorials, 6240, rokatyy
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc41#bug-fixes)


Pull requests:
550d6e3ff [Docs] Improve doc structure (6253)
a83a8697f [Model Monitoring] Revert to using `storeytargets` (6278)
952e32c47 [Application] Support gateway timeout configuration (6267)
4f5fce6d6 [Model Monitoring] Fix avoiding non-numeric features in `current_stats` (6265)
3a0ee4efa [Model Monitoring] Fix skip stream deletion if failed (6274)
001bf8b19 [Model Monitoring] Improve stream pod performance (6261)
e41a5c167 [Project] Fix skip sync functions when scheduling workflows (6272)
c7f124f82 [Dependabot-automated] Update cryptography requirement from ~=42.0 to ~=43.0 in the pip group (6269)
079018adc [Makefile] pull Mysql image from gcr instead dockerhub (6273)
49afdc939 [Model Monitoring] Add test to plot stream pod graph (6257)
a4bb842c8 [Serving] Use `event.topic` to commit offsets if it exists (6270)
a9102d8d9 [Project] Skip sync functions when scheduling workflows (6266)
cc9b116c8 [Datastore] Add prepare put data (6255)
81b2d570b [Model Monitoring] Remove unnecessary warning about missing feature from stats (6262)
45aa49c3c [Background-task] Fix permissions query (6263)
1f2c178be [Model Monitoring] Update `model_uri` when needed & edit `model_uri` to use `ModelArtifact.db_key` instead of the `ModelArtifact.key` (6236)
eac664b3c [Docs] Minor docs fixes (6251)
0ccb3625f [Tests] Refactor unit tests structure (6259)
8cf3ac021 [Docs] Add note on schedules validation (6249)
2fb06dc4f [Datastore] Prevent credentials from being exposed in the graph (6184)
3d33f8d9a [Nuclio] Fix sidecar with args and no command (6252)
c8ba3a42c [Model Monitoring] Add some logs for deleting model monitoring resources (6247)
07ecf24d4 [Requirements] Bump storey version (6250)
327c26bc5 [Model Monitoring] Fix monitoring parquet partitioning (6248)
4704a9a91 [Application] Delete API gateway SDK (6243)
562169522 [Backround-tasks] Authorize internal background task with project (6245)
f69b1db3e [Docs] add Additional filters doc (6234)
99c3df5c6 [LogCollector] Bump dependencies (6246)
5fdf6fc46 [Application] Fix invoking with basic auth credentials (6231)
0317134ea [Serving] Limit the serving spec length when using ConfigMaps (6156)
7105add88 [Projects] Change the background task timeout for project deletion (6225)
f418f0393 [Model Monitoring] Avoid creating run-context in monitoring apps (6230)
c56d01a7d [Application] Fix getting status from server (6242)
678bd1df4 [Model Monitoring] Some improvements in tests debugging (6222)
d444546f8 [Dependencies] Upgrade Ruff (6238)
11af0aa56 [Docs] Fix link to GenAI tutorials (6240)
1c457dea8 [Docs] Add concurrent processing (serving graph) (6220)
e88c4ef42 [Application] Validate creds when creating API Gateway with BasicAuth (6239)

Failed parsing:
c7f124f82 {dependabot[bot]} [Dependabot-automated] Update cryptography requirement from ~=42.0 to ~=43.0 in the pip group (6269)

1.7.0rc40

Not secure
Features / Enhancements
* **Artifacts**: Lock artifacts on mark as best iteration flow, 6237, alonmr
* **Application**: Separate application deploy and api gateway creation, 6227, alonmr
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc40#features-and-enhancements)

Bug fixes
* **Helpers**: Fix min component version validation, 6232, alonmr
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc40#bug-fixes)


Pull requests:
b7eeabbcf [Artifacts] Lock artifacts on mark as best iteration flow (6237)
713466c13 [Application] Separate Application deploy and API gateway creation (6227)
aee322fc1 [Helpers] Fix min component version validation (6232)

1.7.0rc39

Not secure
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)

Page 14 of 111

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.