Mlrun

Latest version: v1.7.2

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

Scan your dependencies

Page 30 of 111

1.6.0rc16

Not secure
Features / Enhancements
* **V3IO**: Replace deprecated v3io-py apis, 4765, gtopper
* **API**: Handle recurrent abort runs, 4764, alonmr
* **Linting**: Add ruff formatter - replace black, 4748, jond01
* **Tracker**: Don't commit run if no trackers, 4755, alonmr
* **Docs**: Add full url, not only relative path, 4760, george0st
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.6.0-rc16#features-and-enhancements)

Bug fixes
* **Run**: Fix state validation in error property getter, 4769, alonmr
* **Notifications**: Fix schedule pipeline not sending notifications, 4759, quaark
* **API**: Fix passing project spec params as int object, 4763, Yacouby
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.6.0-rc16#bug-fixes)


Pull requests:
348a7379 [V3IO] Replace deprecated v3io-py APIs (4765)
e6bad347 [Run] Fix state validation in error property getter (4769)
701c40a6 [API] Handle recurrent abort runs (4764)
28be8796 [Linting] Add Ruff formatter - replace black (4748)
e32fe00d [Tracker] Don't commit run if no trackers (4755)
561f092e [Notifications] Fix Schedule Pipeline Not Sending Notifications (4759)
38bfacfb [Docs] Add full url, not only relative path (4760)
caa92dc3 [API] Fix passing project spec params as int object (4763)

1.6.0rc15

Not secure
Features / Enhancements
* **Feature Store**: Add missing annotation, 4762, gtopper
* **Feature Store**: Revert "[featurestore] add future deprecation messages to several apis (4754)", 4767, gtopper
* **Datastore**: Avoid failure on serialization, 4758, gtopper
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.6.0-rc15#features-and-enhancements)

Bug fixes
* **Tests**: Fix running tests in case kube config present, 4761, yanburman
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.6.0-rc15#bug-fixes)


Pull requests:
3e6ededb [Feature Store] Add missing annotation (4762)
42e6b3f8 Revert "[Featurestore] Add future deprecation messages to several APIs (4754)" (4767)
1991f2f7 [Tests] Fix running tests in case kube config present (4761)
f26dcead [Datastore] Avoid failure on serialization (4758)

1.6.0rc14

Not secure
Features / Enhancements
* **Requirements**: Bump fsspec and dependancies + databricks-sdk, 4739, tomerm-iguazio
* **Docs**: Repair & remove links, 4752, george0st
* **API**: Add aborting state, 4757, alonmr
* **Artifacts**: Refactor artifacts db tables and api, 4753, TomerShor
* **Logs**: Refactor get_log & watch_log functions for better log retrieval, 4731, Yacouby
* **Pipelines**: Ignore get run status for remote:local, 4751, alonmr
* **Featurestore**: Add future deprecation messages to several apis, 4754, alxtkr77
* **Linting**: Add ruff linter - replace isort & flake8, 4740, jond01
* **Config**: Remove an unused legacy `setup.cfg` file, 4745, jond01
* **Requirements**: Bump storey to 1.6.11, 4746, gtopper
* **CRUD**: Validate run state before deletion, 4736, alonmr
* **API**: Cascade and batch multiple runs deletion, 4729, alonmr
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.6.0-rc14#features-and-enhancements)

Bug fixes
* **Datastore**: Fix delete ("rm") in azure datastore, 4734, tomerm-iguazio
* **API**: Fix run logs not deleted in worker, 4747, TomerShor
* **HTTPDB**: Update paths to use project prefix convention, 4743, alonmr
* **Model Monitoring**: Fix the option to return a list of results, 4735, jond01
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.6.0-rc14#bug-fixes)


Pull requests:
e1417192 [Requirements] Bump fsspec and dependancies + databricks-sdk (4739)
9a5cc955 [Docs] Repair & Remove links (4752)
d2080b64 [API] Add aborting state (4757)
bdeb9665 [Artifacts] Refactor artifacts DB tables and API (4753)
142cfe18 [Datastore] Fix delete ("rm") in Azure datastore (4734)
dbc02a8f [Logs] Refactor get_log & watch_log functions for better log retrieval (4731)
71deb568 [Pipelines] Ignore get run status for remote:local (4751)
14e16377 [Featurestore] Add future deprecation messages to several APIs (4754)
7d97ad1b [API] Fix run logs not deleted in worker (4747)
24206157 [Linting] Add Ruff linter - replace isort & flake8 (4740)
c774618a [Config] Remove an unused legacy `setup.cfg` file (4745)
de958eb4 [Requirements] Bump storey to 1.6.11 (4746)
f4b97867 [HTTPDB] Update paths to use project prefix convention (4743)
0d4ef3a1 [Model Monitoring] Fix the option to return a list of results (4735)
0430d355 [CRUD] Validate run state before deletion (4736)
b650953a [API] Cascade and batch multiple runs deletion (4729)

1.6.0rc13

Not secure
Features / Enhancements
* **Requirments**: S3fs, gcsfs: bump to 2023.9.1, 4732, assaf758
* **Model Monitoring**: Support running apps on "batch infer" results, 4709, jond01
* **Serving**: Restart async flow in draining callback, 4689, gtopper
* **API**: Delete run logs when deleting run, 4728, TomerShor
* **Runtimes**: Databricks response robustness and cleanup, 4727, tomerm-iguazio
* **Model Monitoring**: Don't delay the controller's schedule, 4720, jond01
* **API**: Add resource search before failing run in monitoring, 4722, alonmr
* **Exception**: Improve readability, 4715, george0st
* **SDK**: Add warning for overwrite build params default change, 4725, alonmr
* **Docs**: Add unsupported runtimes note for state thresholds, 4723, alonmr
* **Readme**: Update build status badge, 4718, jond01
* **Docs**: Repair other urls, 4714, george0st
* **Docs**: Repair urls, 4712, george0st
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.6.0-rc13#features-and-enhancements)

Bug fixes
* **Serving**: Fix yaml serialization error in serving and ingestion service, 4700, gtopper
* **Runtimes**: Fix `invoke()` sending request to old endpoint during rolling deploy, 4708, gtopper
* **Feature store**: Fix timestamp conversion in merger, 4716, gtopper
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.6.0-rc13#bug-fixes)


Pull requests:
abca3cad [Requirments] s3fs, gcsfs: bump to 2023.9.1 (4732)
f6095dd8 [Model Monitoring] Support running apps on "batch infer" results (4709)
a12d638d [Serving] Restart async flow in draining callback (4689)
37664884 [API] Delete run logs when deleting run (4728)
1abda884 [Runtimes] Databricks response robustness and cleanup (4727)
d3da692c [Model Monitoring] Don't delay the controller's schedule (4720)
c01d9705 [API] Add resource search before failing run in monitoring (4722)
1e89e1cf [Exception] Improve readability (4715)
40d97fc5 [SDK] Add warning for overwrite build params default change (4725)
3e46b047 [Docs] Add unsupported runtimes note for state thresholds (4723)
27792fd0 [Serving] Fix YAML serialization error in serving and ingestion service (4700)
118fee66 [Runtimes] Fix `invoke()` sending request to old endpoint during rolling deploy (4708)
0a0e739b [Feature store] Fix timestamp conversion in merger (4716)
270e964e [Readme] Update build status badge (4718)
5b915720 [Docs] Repair other urls (4714)
b04bec61 [Docs] Repair urls (4712)

1.6.0rc12

Not secure
Features / Enhancements
* **DB**: Remove needless sqllite to mysql migration, 4701, liranbg
* **Model-monitoring**: Rename api, 4706, assaf758
* **Datastore**: Supports azure profiles, 4703, tomerm-iguazio
* **API**: Delete runtime resources before deleting run, 4680, alonmr
* **Requirements**: Bumping fsspec and dependencies to 2023.9.0, 4688, tomerm-iguazio
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.6.0-rc12#features-and-enhancements)

Bug fixes
* **Feature Store**: Fix timestamp resolution incompatibility before merge, if necessary, 4696, gtopper
* **Model Monitoring**: Fix the controller windows loop - continue, don't return, 4707, jond01
* **Spark**: Fix passing storage options to spark session for s3, 4704, alxtkr77
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.6.0-rc12#bug-fixes)


Pull requests:
4196c533 [DB] Remove needless sqllite to mysql migration (4701)
92b1ca9e [Feature Store] Fix timestamp resolution incompatibility before merge, if necessary (4696)
3aba47e4 [Model Monitoring] Fix the controller windows loop - continue, don't return (4707)
ed8b9110 [Model-monitoring] Rename api (4706)
723ff7d2 [Spark] Fix passing storage options to spark session for S3 (4704)
347656f9 [Datastore] supports azure profiles (4703)
d5633857 [API] Delete runtime resources before deleting run (4680)
1336b206 [Requirements] Bumping fsspec and dependencies to 2023.9.0 (4688)

1.6.0rc11

Not secure
Features / Enhancements
* **Docs**: How to build a docker image using a dockerfile, 4692, jillnogold
* **Docs**: Update grafana model monitoring applications dashboard, 4643, jillnogold
* **Feature Store**: Improve `onehotencoder` warning, 4698, gtopper
* **Runtimes**: Use http connection pool to speed up function invocations, 4693, gtopper
* **Model Monitoring**: Use the last request for the "last updated" time, 4690, jond01
* **Datastore**: Support data store profiles by spark, 4687, alxtkr77
* **Requirments**: Bump storey to v1.6.10, 4686, assaf758
* **Data types**: Avoid using deprecated numpy data type, 4684, gtopper
* **Datastore**: Avoid saving `update_last_written` function in parquettarget attributes, 4682, gtopper
* **Serving**: Add logs to termination callback, 4675, gtopper
* **Docs**: Add google-site-verification to page head, 4679, jillnogold
* **Datastore**: Write parquet files compatible with pyspark 3.2.3, 4678, gtopper
* **Model Monitoring**: Add model monitoring controller api, 4671, Eyal-Danieli
* **FeatureStore**: Change apis to be featureset/featurevector class methods, 4664, alxtkr77
* **Dask**: Retry reconnection before bailing upon connection error, 4674, liranbg
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.6.0-rc11#features-and-enhancements)

Bug fixes
* **Tests**: Fix spark test, 4699, alxtkr77
* **Tests**: Fix `testfeaturestore` system tests, 4697, gtopper
* **Feature Store**: Fix timestamp precision in pyspark/pandas2 compatibilty workaround, 4691, gtopper
* **Tests**: Fix system tests failures, 4683, gtopper
* **FeatureStore**: Fixing featureset.preview(), 4676, alxtkr77
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.6.0-rc11#bug-fixes)


Pull requests:
420a5419 [Docs] How to build a docker image using a dockerfile (4692)
e4982528 [Docs] Update Grafana Model Monitoring Applications dashboard (4643)
460a1cfa [Tests] Fix spark test (4699)
b3a35c94 [Feature Store] Improve `OneHotEncoder` warning (4698)
54037498 [Tests] Fix `TestFeatureStore` system tests (4697)
40621e56 [Runtimes] Use HTTP connection pool to speed up function invocations (4693)
66460cc4 [Feature Store] Fix timestamp precision in pyspark/pandas2 compatibilty workaround (4691)
371fb541 [Model Monitoring] Use the last request for the "last updated" time (4690)
85e685c0 [Datastore] Support data store profiles by spark (4687)
96dc32aa [Requirments] Bump storey to v1.6.10 (4686)
3132f29f [Data types] Avoid using deprecated numpy data type (4684)
ee866865 Revert "[Data types] Avoid using deprecated data type"
fcb997f7 [Data types] Avoid using deprecated data type
80d61454 [Tests] Fix system tests failures (4683)
2c8e1395 [Datastore] Avoid saving `update_last_written` function in ParquetTarget attributes (4682)
e19b1182 [Serving] Add logs to termination callback (4675)
266248ba [Docs] Add google-site-verification to page head (4679)
e58b9950 [Datastore] Write parquet files compatible with pyspark 3.2.3 (4678)
24904797 [FeatureStore] Fixing FeatureSet.preview() (4676)
95a93892 [Model Monitoring] Add model monitoring controller API (4671)
0ca89639 [FeatureStore] Change APIs to be FeatureSet/FeatureVector class methods (4664)
c9fc966a [Dask] Retry reconnection before bailing upon connection error (4674)

Failed parsing:
ee866865 {Gal Topper} Revert "[Data types] Avoid using deprecated data type"
fcb997f7 {Gal Topper} [Data types] Avoid using deprecated data type

Page 30 of 111

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.