Mlrun

Latest version: v1.7.2

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

Scan your dependencies

Page 57 of 110

1.2.0rc10

Not secure
Features / Enhancements
* **Run**: Add `artifact_path` enrichment from project, 2507, tankilevitch
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc10#features-and-enhancements)

Bug fixes
* **CI**: Fix System Test Cleanup Failing On Unicode Support For Click, 2536, quaark
* **DataStore**: Redis: fix rm() for non-default target, build redis key with hashtags and fix tests, 2534, assaf758
* **Memory Report**: Fix objgraph import, 2531, tankilevitch
* **Artifacts**: Fix list artifact with multiple tags returns multiple times with the same tag, 2532, tankilevitch
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc10#bug-fixes)


Pull requests:
e6fee313 [Run] Add `artifact_path` enrichment from project (2507)
530c821e [Memory Report] Fix objgraph import (2531)
3b4d9465 [DataStore] Redis: fix rm() for non-default target, build redis key with hashtags and fix tests (2534)
f848f7fa [CI] Fix System Test Cleanup Failing On Unicode Support For Click (2536)
b640dac8 [Artifacts] Fix list artifact with multiple tags returns multiple times with the same tag (2532)

1.2.0rc9

Not secure
Features / Enhancements
* **API**: Memory Report Endpoints, 2513, quaark
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc9#features-and-enhancements)

Bug fixes
* **Runtimes**: Fix run fails after deploying function without defined image, 2530, tankilevitch
* **FeatureStore**: Fix redis purge after storey redis key change, 2522, assaf758
* **CI**: Fix System tests failing on cleanup, 2524, quaark
* **API**: Fix scheduled jobs on GKE are failing with resource quota error, 2520, quaark
* **Artifacts**: Fix for `plotly` and `bokeh` artifacts init method, 2518, guy1992l
* **Requirements**: Limit KFP to below of 1.8.14, 2516, tankilevitch
* **Feature Store**: Update feature set and vector fix, 2510, AlonMaor14
* **Requirements**: Add google-cloud to extras, 2517, tankilevitch
* **FeatureStore**: Multi index with pandas engine, 2529, davesh0812
* **FeatureStore**: Update tests + fix bug on MapValues step (with pandas engine), 2528, davesh0812
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc9#bug-fixes)


Pull requests:
d1385c0f [Runtimes] Fix run fails after deploying function without defined image (2530)
fe8153f2 [FeatureStore] Multi index with pandas engine (2529)
ed14686f [Requirements] Add google-cloud to extras (2517)
6e7642d4 [FeatureStore] Update tests + fix bug on MapValues step (with pandas engine) (2528)
c20c72f3 [FeatureStore] Fix redis purge after storey redis key change (2522)
ce4cc239 [CI] Fix System tests failing on cleanup (2524)
850b8c2f [API] Fix scheduled jobs on GKE are failing with resource quota error (2520)
bd0a9653 [API] Memory Report Endpoints (2513)
5fa6d7b2 [Artifacts] Fix for `plotly` and `bokeh` artifacts init method (2518)
f7834101 [Requirements] Limit KFP to below of 1.8.14 (2516)
ca8227ba [Feature Store] Update feature set and vector fix (2510)

1.2.0rc8

Not secure
Features / Enhancements
* **Model Monitoring**: Avoid redeployment of already deployed model endpoints, 2484, Eyal-Danieli
* **FeatureStore**: On pandas fs-ingestion, skip setting the df index if it's already set to fs entity 0, 2509, assaf758
* **FeatureStore**: Redis: automaticaly detect redis type (standalone / cluster) and bump storey to 1.2.2, 2512, assaf758
* **CI**: Cleanup DataNode Docker Registry and Local Docker post System Tests, 2508, quaark
* **Docs**: update README, 2501, jillnogold
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc8#features-and-enhancements)

Bug fixes
* **DataStore**: V3io: Fix put large strings, 2515, alxtkr77
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc8#bug-fixes)


Pull requests:
1a2fe517 [DataStore] V3io: Fix put large strings (2515)
03c31830 [Model Monitoring] Avoid redeployment of already deployed model endpoints (2484)
c4cf4253 [FeatureStore] On pandas fs-ingestion, skip setting the df index if it's already set to fs entity 0 (2509)
e1149af9 [FeatureStore] Redis: automaticaly detect redis type (standalone / cluster) and bump storey to 1.2.2 (2512)
1e6c1bff [CI] Cleanup DataNode Docker Registry and Local Docker post System Tests (2508)
a95b3fbb [Docs] update README (2501)

1.2.0rc7

Not secure
Features / Enhancements
* **Requirements**: Bump min requirements for few packages, 2506, tankilevitch
* **Docs**: Add handler decorator, 2493, gilad-shaham
* **Runtimes**: Job set executor SA only, 2497, speretz-ig
* **CI**: Add CI step to verify there are no conflicts and Bump pip version to 22.2.0, 2485, tankilevitch
* **Requirements**: Bump `storey` version and extend testing of `QueueStep`, 2498, gtopper
* **Docs**: basics and install updates, 2491, gilad-shaham
* **Docs**: Add google tag manager, 2489, jillnogold
* **DataStore**: support v3io datastore put() of objects larger than 5GB, 2455, alxtkr77
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc7#features-and-enhancements)

Bug fixes
* **Datastore**: Fix SASL bug in `KafkaSource`, 2504, gtopper
* **Projects**: Fix use of project ops (run/buils/..) with multiple projects, 2499, yaronha
* **Run**: Fix parsing inputs of type hinted `mlrun.DataItem`, 2500, guy1992l
* **Docs**: Refine language, 2496, jillnogold
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc7#bug-fixes)


Pull requests:
079528db [Requirements] Bump min requirements for few packages (2506)
d3768f4f [Docs] Refine language (2496)
30c86b08 [Datastore] Fix SASL bug in `KafkaSource` (2504)
d4cd9bd9 [Docs] Add handler decorator (2493)
85c0eda2 [Projects] Fix use of project ops (run/buils/..) with multiple projects (2499)
4700aa3e [Runtimes] Job set executor SA only (2497)
9588fb95 [CI] Add CI step to verify there are no conflicts and Bump pip version to 22.2.0 (2485)
c7eb0cca [Run] Fix parsing inputs of type hinted `mlrun.DataItem` (2500)
51c264dc [Requirements] Bump `storey` version and extend testing of `QueueStep` (2498)
438f6f97 [Docs] basics and install updates (2491)
86ac77ad [Docs] Add google tag manager (2489)
7da6b60b [DataStore] support v3io datastore put() of objects larger than 5GB (2455)

1.2.0rc6

Not secure
Features / Enhancements
* **Feature Store**: Steps to pandas, 2348, davesh0812
* **Datastore**: Support `full_event` in `StreamTarget` and `KafkaTarget`, 2468, gtopper
* **Requirements**: Explicitly require importlib-metadata >= 3.6, 2482, AlonMaor14
* **Projects**: Pass `artifact_path` to the function runner, 2480, yonishelach
* **Docs**: Build-image page - language fixes, 2478, theSaarco
* **Requirements**: Add Jinja2 explictly, 2472, AlonMaor14
* **Docs**: Update/restructure the docs index page, 2466, yaronha
* **Docs**: Batch inference documentation, 2445, gilad-shaham
* **Artifacts**: Set default to full format on get and list artifacts APIs, 2410, AlonMaor14
* **Docs**: Added page on building function images, 2454, theSaarco
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc6#features-and-enhancements)

Bug fixes
* **Projects**: Fix Project Sync Failing Due To `can't compare offset-naive and offset-aware datetimes`, 2470, quaark
* **Run**: Move maps initialization into the ContextHandler, 2475, guy1992l
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc6#bug-fixes)


Pull requests:
a691f8f9 [Feature Store] Steps to pandas (2348)
a8913d2c [Datastore] Support `full_event` in `StreamTarget` and `KafkaTarget` (2468)
b288a4a4 [Requirements] Explicitly require importlib-metadata >= 3.6 (2482)
0df86e04 [Projects] Pass `artifact_path` to the function runner (2480)
5ed0b4d5 [Docs] Build-image page - language fixes (2478)
17c08280 [Run] Move maps initialization into the ContextHandler (2475)
f328fb83 [Requirements] Add Jinja2 explictly (2472)
83302fc7 [Projects] Fix Project Sync Failing Due To `can't compare offset-naive and offset-aware datetimes` (2470)
7d8ed19b [Docs] Update/restructure the docs index page (2466)
38fd2dfd [Docs] Batch inference documentation (2445)
7dfdb04a [Artifacts] Set default to full format on get and list artifacts APIs (2410)
627a7cb1 [Docs] Added page on building function images (2454)

1.2.0rc5

Not secure
Features / Enhancements
* **Tags**: Add sdk support for object tagging, 2438, tankilevitch
* **CLI**: Support schedule param to be passed as bool, 2457, GiladShapira94
* **Docs**: Note for port reconfiguration, 2459, george0st
* **Datastore**: Changing code to use `MLRUN_AWS_ROLE_ARN` instead of `AWS_ROLE_ARN`, 2461, theSaarco
* **CI**: Add lint step for python 3.9 and fix linting failure, 2462, tankilevitch
* **Runtimes**: Add schedule arg to run_function(), 2456, yaronha
* **Utils**: Redact username and password from git repo URL, 2444, AlonMaor14
* **Docs**: Update `Dask Pipeline` demo to work with newest MLRun, 2448, guy1992l
* **Docs**: TOC Fixes and remove redundant files, 2443, yaronha
* **Docs**: Delete empty files, move graphics, 2442, jillnogold
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc5#features-and-enhancements)

Bug fixes
* **Tests**: Fix `TestFeatureStore::test_post_aggregation_step`, 2460, gtopper
* **Docs**: Fix warnings, TOC and ref errors, 2447, gilad-shaham
* **Datastore**: Fix sync engine write to parquet, 2430, gtopper
* **Projects**: Fix Sync Mechanism Using Wrong `updated_at` Filter, 2458, quaark
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc5#bug-fixes)


Pull requests:
c1d3198f [Tags] Add sdk support for object tagging (2438)
9c3dd474 [CLI] Support schedule param to be passed as bool (2457)
8de2538a [Docs] Note for port reconfiguration (2459)
7824a3fb [Tests] Fix `TestFeatureStore::test_post_aggregation_step` (2460)
2ffab547 [Datastore] Changing code to use `MLRUN_AWS_ROLE_ARN` instead of `AWS_ROLE_ARN` (2461)
ce1c92d5 [CI] Add lint step for python 3.9 and fix linting failure (2462)
c84cafb4 [Projects] Fix Sync Mechanism Using Wrong `updated_at` Filter (2458)
2f817444 [Runtimes] Add schedule arg to run_function() (2456)
5bef2d24 [Docs] Fix warnings, TOC and ref errors (2447)
70f577b7 [Datastore] Fix sync engine write to parquet (2430)
e3fb7005 [Utils] Redact username and password from git repo URL (2444)
729dd23f [Docs] Update `Dask Pipeline` demo to work with newest MLRun (2448)
771f3798 [Docs] TOC Fixes and remove redundant files (2443)
6d81d9e2 [Docs] Delete empty files, move graphics (2442)

Page 57 of 110

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.