Mlrun

Latest version: v1.7.2

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

Scan your dependencies

Page 16 of 110

1.7.0rc25

Not secure
Features / Enhancements
* **Linting**: Check syntax and format code blocks in markdown with blacken-docs, 5803, jond01
* **Alerts**: Set criteria to defaults if not provided, 5796, yanburman
* **GenAI tutorial**: Add missing import, 5828, EdmondIguazio
* **Feature Store**: Add v2 of `list_entities` and `list_features` sdk apis, 5807, gtopper
* **Notifications**: Validate populated secret_params before updating, 5811, Yacouby
* **Dependabot**: Add a basic dependabot config to update github actions, 5795, jond01
* **KFP**: Enforce kfp is imported from pipeline adapters only, 5731, liranbg
* **Serving**: Reset `event.path` also for v3io stream, 5798, gtopper
* **Docs**: V1.6.4 change log, 5808, jillnogold
* **Alerts**: Increase max allowed number of alert configs to 10k, 5772, yanburman
* **Run**: Set the default run kind to local only if it does not already exist, 5782, moranbental
* **Demos**: Update_demos handle 0.0.0 mlrun version, 5801, daniels290813
* **Formatters**: Reintroduce old schemas with deprecation warnings for 1.9.0, 5802, quaark
* **Docs**: Update bundle demo script to preserve `update_demos.sh` permissions, 5799, aviaIguazio
* **Artifacts**: Reorder db operations when marking best iteration artifact, 5800, TomerShor
* **Pipelines**: Delete project pipelines with metadata only format, 5736, alonmr
* **API**: Support minimal artifact format, 5691, quaark
* **Serving**: Require a step to specify function if it follows a queue, 5774, gtopper
* **Docs**: Add links for both api gateways schema, 5714, rokatyy
* **Nuclio**: Add api gateway urls to function's external_invocation_urls list, 5745, rokatyy
* **Docs**: Add genai updates, 5779, jillnogold
* **Project**: Ensure_project: instead of list all projects, get project by name, 5773, roei3000b
* **CLI**: Update workflow help instruction, 5733, liranbg
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc25#features-and-enhancements)

Bug fixes
* **Dependabot**: Add a prefix dependabot prs' title, 5817, jond01
* **Datastore**: Fix purge targets, 5759, tomerm-iguazio
* **Model Monitoring**: Fix passing training stats instead of current stats, 5770, jond01
* **FeatureStore**: Fix saving attributes in targets, 5785, tomerm-iguazio
* **Runs**: Port enrich run artifacts fixes and index migration, 5776, alonmr
* **Feature Store**: Fix v2 `/features` filter by entities, 5806, gtopper
* **Artifacts**: Fix tag filtering when reading artifact, 5787, TomerShor
* **Artifacts**: Fix import project with remote artifacts, 5789, quaark
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc25#bug-fixes)


Pull requests:
a0adb214 [Linting] Check syntax and format code blocks in markdown with blacken-docs (5803)
65fd3840 [Alerts] Set criteria to defaults if not provided (5796)
f212bfb4 [GenAI tutorial] Add missing import (5828)
7d3c616e [Feature Store] Add v2 of `list_entities` and `list_features` SDK APIs (5807)
37e5ce4b [Dependabot-automated] Bump azure/setup-helm from 3 to 4 (5824)
3636328a [Dependabot-automated] Bump actions/setup-python from 4 to 5 (5815)
4c4624b2 [Dependabot-automated] Bump actions/setup-go from 3 to 5 (5820)
4ce685e0 [Dependabot-automated] Bump thehanimo/pr-title-checker from 1.4.1 to 1.4.2 (5819)
6ea512f6 [Notifications] Validate populated secret_params before updating (5811)
7cb60a42 [Dependabot-automated] Bump manusa/actions-setup-minikube from 2.7.2 to 2.11.0 (5818)
9f6b10ae [Dependabot-automated] Bump actions/upload-artifact from 3 to 4 (5821)
21329dde [Dependabot-automated] Bump actions/checkout from 3 to 4 (5822)
0b38af2f [Dependabot] Add a prefix Dependabot PRs' title (5817)
4150d9fd [Dependabot] Bump actions/download-artifact from 3 to 4 (5816)
1d20cdeb [Dependabot] Bump docker/login-action from 2 to 3 (5814)
b3bb3d49 [Dependabot] Bump actions/github-script from 6 to 7 (5813)
8bb8ebfd [Dependabot] Bump github/codeql-action from 2 to 3 (5812)
972c4cf1 [Dependabot] Add a basic Dependabot config to update GitHub Actions (5795)
11bc058d [KFP] Enforce kfp is imported from pipeline adapters only (5731)
06ccc220 [Serving] Reset `event.path` also for v3io stream (5798)
331b5334 [Docs] v1.6.4 change log (5808)
acf958f3 [Datastore] Fix purge targets (5759)
d34a9cbe [Model Monitoring] Fix passing training stats instead of current stats (5770)
5094eccd [FeatureStore] Fix saving attributes in targets (5785)
5883a9ea [Runs] Port enrich run artifacts fixes and index migration (5776)
c6465c0f [Feature Store] Fix v2 `/features` filter by entities (5806)
5c12fc73 [Artifacts] Fix tag filtering when reading artifact (5787)
89b9a147 [Alerts] Increase max allowed number of alert configs to 10k (5772)
d757d7fe [Run] Set the default run kind to local only if it does not already exist (5782)
19cefef8 [Demos] update_demos handle 0.0.0 mlrun version (5801)
02d63329 [Formatters] Reintroduce old Schemas with Deprecation Warnings for 1.9.0 (5802)
d1fdffb8 [Docs] Update bundle demo script to preserve `update_demos.sh` permissions (5799)
f72280de [Artifacts] Reorder db operations when marking best iteration artifact (5800)
bf21939a [Pipelines] Delete project pipelines with metadata only format (5736)
a4cb047f [Artifacts] Fix Import Project with remote Artifacts (5789)
7e48cdda [API] Support Minimal Artifact Format (5691)
7d1f3005 [Serving] Require a step to specify function if it follows a queue (5774)
60d444a1 [Docs] Add links for both api gateways schema (5714)
02862dda [Nuclio] Add api gateway URLs to function's external_invocation_urls list (5745)
a0af80b3 [Docs] Add GenAI updates (5779)
436b042b [Project] ensure_project: instead of list all projects, get project by name (5773)
07ab91f8 [CLI] Update workflow help instruction (5733)

Failed parsing:
37e5ce4b {dependabot[bot]} [Dependabot-automated] Bump azure/setup-helm from 3 to 4 (5824)
3636328a {dependabot[bot]} [Dependabot-automated] Bump actions/setup-python from 4 to 5 (5815)
4c4624b2 {dependabot[bot]} [Dependabot-automated] Bump actions/setup-go from 3 to 5 (5820)
4ce685e0 {dependabot[bot]} [Dependabot-automated] Bump thehanimo/pr-title-checker from 1.4.1 to 1.4.2 (5819)
7cb60a42 {dependabot[bot]} [Dependabot-automated] Bump manusa/actions-setup-minikube from 2.7.2 to 2.11.0 (5818)
9f6b10ae {dependabot[bot]} [Dependabot-automated] Bump actions/upload-artifact from 3 to 4 (5821)
21329dde {dependabot[bot]} [Dependabot-automated] Bump actions/checkout from 3 to 4 (5822)
4150d9fd {dependabot[bot]} [Dependabot] Bump actions/download-artifact from 3 to 4 (5816)
1d20cdeb {dependabot[bot]} [Dependabot] Bump docker/login-action from 2 to 3 (5814)
b3bb3d49 {dependabot[bot]} [Dependabot] Bump actions/github-script from 6 to 7 (5813)
8bb8ebfd {dependabot[bot]} [Dependabot] Bump github/codeql-action from 2 to 3 (5812)

1.7.0rc24

Not secure
Features / Enhancements
* **Serving**: Set event path to `/` when trigger is kafka, 5771, gtopper
* **Model Monitoring**: Delete controller & batch jobs while upgrade (within data migration), 5734, davesh0812
* **Unknown**: Revert "[makefile] specify docker repository explicitly (5690)", 5768, jond01
* **Artifacts**: Ensure metadata dictionary when migrating legacy artifacts to v2, 5777, TomerShor
* **Docs**: New update_demos.sh, 5757, daniels290813
* **Docs**: New align_tutorials.sh, 5756, daniels290813
* **Nuclio**: Allow having api gateways with the same name in different projects, 5753, rokatyy
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc24#features-and-enhancements)

Bug fixes
* **Model Monitoring**: Fix rebuild mm-stream image, 5778, davesh0812
* **Tests**: Fix model monitoring app flow v1 system test, 5762, jond01
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc24#bug-fixes)


Pull requests:
fb5875ed [Serving] Set event path to `/` when trigger is Kafka (5771)
26b3b04b [Model Monitoring] Fix rebuild mm-stream image (5778)
2ae16647 [Model Monitoring] Delete controller & batch jobs while upgrade (within data migration) (5734)
e579f199 Revert "[Makefile] Specify docker repository explicitly (5690)" (5768)
87fa63c7 [Artifacts] Ensure metadata dictionary when migrating legacy artifacts to v2 (5777)
681ea4ce [Docs] New update_demos.sh (5757)
85170e9c [Docs] New align_tutorials.sh (5756)
c04011c3 [Nuclio] Allow having api gateways with the same name in different projects (5753)
ad7b7075 [Tests] Fix model monitoring app flow v1 system test (5762)

1.7.0rc23

Not secure
Features / Enhancements
* **Model Monitoring**: Add `rebuild_images` param to `enable_model_monitoring()`, 5746, davesh0812
* **Alerts**: Improve message formatting for git notifications, 5723, yanburman
* **Unknown**: Revert "[docs] auto module for all the packages", 5730, moranbental
* **Iguazio**: Modify the message that appears when a project cannot be deleted, 5738, moranbental
* **Error handling**: Do not populate exception string when error message is given, 5754, rokatyy
* **Feature Store**: Avoid unnecessary copy in feature store schema, 5748, gtopper
* **Model Monitoring**: Support endpoint connection string based on project secret, 5737, Eyal-Danieli
* **Application**: Remove unused argument from `deploy`, 5749, TomerShor
* **Nuclio**: List only functions with status when deleting nuclio functions, 5740, rokatyy
* **Docker**: Added **/hack/*.env, 5739, tomerm-iguazio
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc23#features-and-enhancements)

Bug fixes
* **Automation**: Fix patch remote script docker registry, 5735, TomerShor
* **Feature Store**: Fix quadratic result size of `/features` api, 5751, gtopper
* **Model Monitoring**: Fix redeploy a model with monitoring, 5752, davesh0812
* **API**: Fix comment being logged, 5755, alonmr
* **Artifacts**: Fix artifact name missing in metadata during migration, 5750, TomerShor
* **Feature Store**: Fix quadratic result size of `/entities` api, 5729, gtopper
* **Model Monitoring**: Fix `unboundlocalerror`, 5742, gtopper
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc23#bug-fixes)


Pull requests:
e2058b39 [Model Monitoring] Add `rebuild_images` param to `enable_model_monitoring()` (5746)
4569dc0f [Alerts] Improve message formatting for git notifications (5723)
ddb0a365 Revert "[Docs] Auto module for all the packages" (5730)
83ca4875 [Automation] Fix patch remote script docker registry (5735)
32e78882 [Iguazio] Modify the message that appears when a project cannot be deleted (5738)
a2327e2f [Error handling] Do not populate exception string when error message is given (5754)
f22779de [Feature Store] Fix quadratic result size of `/features` API (5751)
f8e2b4f6 [Model Monitoring] Fix redeploy a model with monitoring (5752)
8db8ff09 [API] Fix comment being logged (5755)
a33e6449 [Feature Store] Avoid unnecessary copy in feature store schema (5748)
60e446d0 [Model Monitoring] Support endpoint connection string based on project secret (5737)
45c976f5 [Application] Remove unused argument from `deploy` (5749)
fa860321 [Artifacts] Fix artifact name missing in metadata during migration (5750)
42f1d6ae [Nuclio] List only functions with status when deleting Nuclio functions (5740)
489e0603 [Feature Store] Fix quadratic result size of `/entities` API (5729)
367448b5 [Docker] Added **/hack/*.env (5739)
c641a80f [Model Monitoring] Fix `UnboundLocalError` (5742)

1.7.0rc22

Not secure
Features / Enhancements
* **Iguazio**: Wrap igz_mgmt exception with mlrun error, 5727, TomerShor
* **Nuclio client**: Don't add colon if error_message is empty, 5728, rokatyy
* **Requirements**: Bump the version of pytest and other testing dependencies, 5664, jond01
* **Docs**: Auto module for all the packages, 5725, moranbental
* **Alerts**: Verify entity and notifications exist before storing alert, 5711, Yacouby
* **Runtimes**: Reload function code when running relative handler on local mode, 5726, moranbental
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc22#features-and-enhancements)

Bug fixes
* **Model Monitoring**: Fix model monitoring application gets unexpected keyword arguments in `__init__()`, 5708, davesh0812
* **Model Monitoring**: Fix metric existence query performance, 5724, jond01
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc22#bug-fixes)


Pull requests:
0cbcbb94 [Model Monitoring] Fix Model Monitoring Application gets unexpected keyword arguments in `__init__()` (5708)
f21419ff [Model Monitoring] Fix metric existence query performance (5724)
99fbbe78 [Iguazio] Wrap igz_mgmt exception with mlrun error (5727)
866fda34 [Nuclio client] Don't add colon if error_message is empty (5728)
109ca7d1 [Requirements] Bump the version of Pytest and other testing dependencies (5664)
7e021a30 [Docs] Auto module for all the packages (5725)
244c8299 [Alerts] Verify entity and notifications exist before storing alert (5711)
3d6dadc7 [Runtimes] Reload function code when running relative handler on local mode (5726)

1.7.0rc21

Not secure
Features / Enhancements
* **Artifacts**: Parse producer uri when retaining producer, 5717, TomerShor
* **Run**: Set the default run kind to local, 5709, moranbental
* **Model Monitoring**: Avoid failing on missing predictions tsdb table, 5706, gtopper
* **Model Monitoring**: Update `disable_model_monitoring` sdk and api & added new api and sdk for`delete_model_monitoring_function`, 5685, davesh0812
* **Alerts**: Populate event cache upon api restart, 5683, yanburman
* **API**: Support memray profiling, 5703, alonmr
* **API**: Improve formatter filter utility + docs, 5715, quaark
* **Function**: Validate tag name before deploying, 5705, TomerShor
* **Docs**: Update glossary, 5710, george0st
* **Functions**: Add deletion failure details, 5698, rokatyy
* **Deprecations**: Deprecate sqlite migrations, 5650, quaark
* **KFP**: Validate workflow resources project, 5701, quaark
* **Unknown**: Revert "[docs] update change log for v1.6.3", 5699, liranbg
* **Docker**: Update docker ignore - clouds ymls, 5647, tomerm-iguazio
* **Runtimes**: Add flag to allow for disabling v3io mount in remote spark, 5694, gtopper
* **Makefile**: Specify docker repository explicitly, 5690, gtopper
* **Notifications**: Improve remote workflow start notification functionality, 5697, quaark
* **FeatureStore**: Avoid raising error in dict pop, 5695, tomerm-iguazio
* **API**: Update function minimal format, 5692, quaark
* **Requirements**: Force installing mlrun pipelines >= 0.1.1, 5688, liranbg
* **Functions**: Remove extra colon in backgroundtask error string, 5696, rokatyy
* **CI**: Optimize test integration runtime [part 2], 5674, liranbg
* **Artifacts**: Verify artifact permissions when listing artifact tags, 5684, TomerShor
* **Requirements**: Bump igz-mgmt, 5675, moranbental
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc21#features-and-enhancements)

Bug fixes
* **Application**: Fix the application runtime min nuclio versions error message, 5718, moranbental
* **API**: Fix formatter import in bc schemas, 5720, quaark
* **Model Monitoring**: Fix model endpoint labels and tag enrichment, 5682, Eyal-Danieli
* **Docs**: Fix docstrings for api gateway's methods, 5702, rokatyy
* **Docs**: Fix application and mpiv1 runtimes links, 5713, alonmr
* **Docs**: Fix `05-model-monitoring.ipynb`, 5700, davesh0812
* **Docs**: Fix docstring format/publish, 5645, jillnogold
* **Feature Store**: Fix additional filters `csvsource` bug, 5639, tomerm-iguazio
* **FeatureStore**: Fix additional filters with passthrough, 5687, tomerm-iguazio
* **Docs**: Fix folder name in align_tutorials, 5679, daniels290813
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc21#bug-fixes)


Pull requests:
c5042e0b [Application] Fix the application runtime min nuclio versions error message (5718)
4f1041ff [API] Fix formatter import in BC schemas (5720)
8c0a9320 [Artifacts] Parse producer URI when retaining producer (5717)
aa3d12de [Run] Set the default run kind to local (5709)
8ab508a2 [Model Monitoring] Avoid failing on missing predictions TSDB table (5706)
6623463e [Model Monitoring] Fix model endpoint labels and tag enrichment (5682)
dff0f039 [Model Monitoring] Update `disable_model_monitoring` sdk and api & Added new api and sdk for`delete_model_monitoring_function` (5685)
f791264f [Alerts] Populate event cache upon api restart (5683)
2e5f204f [Docs] Fix docstrings for api gateway's methods (5702)
f5801387 [API] Support Memray profiling (5703)
af7a1235 [Docs] Fix Application and MPIv1 runtimes links (5713)
74d9619f [API] Improve Formatter Filter Utility + Docs (5715)
91cecf88 [Function] Validate tag name before deploying (5705)
40986af6 [Docs] Update glossary (5710)
64867f71 [Functions] Add deletion failure details (5698)
b318ae74 [Deprecations] Deprecate SQLite Migrations (5650)
c280c013 [KFP] Validate Workflow Resources Project (5701)
9207310b Revert "[Docs] Update change log for V1.6.3" (5699)
03ab6cdd [Docker] Update docker ignore - clouds ymls (5647)
a48154f3 [Runtimes] Add flag to allow for disabling V3IO mount in remote spark (5694)
088414ff [Docs] Fix `05-model-monitoring.ipynb` (5700)
af02b489 [Makefile] Specify docker repository explicitly (5690)
c7128023 [Notifications] Improve Remote Workflow Start Notification Functionality (5697)
3f747697 [Docs] Fix docstring format/publish (5645)
d8bf9f48 [FeatureStore] Avoid raising error in dict pop (5695)
61e0d470 [API] Update Function Minimal Format (5692)
e1908f16 [Requirements] Force installing mlrun pipelines >= 0.1.1 (5688)
c565fd3b [Functions] Remove extra colon in BackgroundTask error string (5696)
3e8d318d [Feature Store] Fix additional filters `CSVSource` bug (5639)
bd295908 [FeatureStore] Fix additional filters with passthrough (5687)
02a043b9 [CI] Optimize test integration runtime [part 2] (5674)
aff59430 [Artifacts] Verify artifact permissions when listing artifact tags (5684)
99cfe619 [Requirements] Bump igz-mgmt (5675)
6031e503 [Docs] fix folder name in align_tutorials (5679)

1.7.0rc20

Not secure
Features / Enhancements
* **Docs**: Update change log for v1.6.3, 5354, jillnogold
* **Application**: Log a warning when building image without command entrypoint, 5672, alonmr
* **Iguazio**: Retry on session verification, 5673, alonmr
* **Application**: Populate resource configuration to sidecar, 5671, TomerShor
* **API**: Align old formatted objects to use new `objectformat`, 5661, quaark
* **CI**: Optimize test integration runtime, 5668, liranbg
* **Function**: Optimise an error when function deletion is failed, 5646, rokatyy
* **Nuclio**: Delete nuclio function along with its gateways, 5649, rokatyy
* **PipelineAdapters**: Bump versions, 5669, liranbg
* **LogCollector**: Log request to delete project logs, 5667, liranbg
* **Coding Conventions**: Enforce sending self as first arg of instance methods, 5653, Yacouby
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc20#features-and-enhancements)

Bug fixes
* **K8s**: Fix validating label keys, 5670, liranbg
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc20#bug-fixes)


Pull requests:
4691956c [Docs] Update change log for V1.6.3 (5354)
f869a551 [Application] Log a warning when building image without command entrypoint (5672)
f79df3cf [Iguazio] Retry on session verification (5673)
49822c80 [Application] Populate resource configuration to sidecar (5671)
ebeac7d3 [API] Align Old Formatted Objects To Use New `ObjectFormat` (5661)
cadaf2b2 [K8s] Fix validating label keys (5670)
76482a48 [CI] Optimize test integration runtime (5668)
3ef9bb68 [Function] Optimise an error when function deletion is failed (5646)
99252368 [Nuclio] Delete nuclio function along with its gateways (5649)
61fcb2bc [PipelineAdapters] Bump versions (5669)
c735ff29 [LogCollector] Log request to delete project logs (5667)
b7997024 [Coding Conventions] Enforce sending self as first arg of instance methods (5653)

Page 16 of 110

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.