Mlrun

Latest version: v1.7.2

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

Scan your dependencies

Page 56 of 110

1.2.0rc16

Not secure
Features / Enhancements
* **System Tests**: Change order of system tests cleanup and add datanode docker registry restart, 2600, tankilevitch
* **Docs**: Change marketplace to Function Hub, co-located data ingestion topics, 2590, jillnogold
* **Docs**: AWS install with policy, 2591, gilad-shaham
* **Artifacts**: List Artifacts enrich with tag for all tags, 2589, tankilevitch
* **Frameworks**: HuggingFace model server, 2594, guy1992l
* **Unknown**: [DataStore] Fix v3io listdir: fix logic error and move to httpclient transport, 2592, assaf758
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc16#features-and-enhancements)

Bug fixes
* **Tags**: Fix warning `Too much data for declared Content-Length` in Delete Tags endpoint, 2597, tankilevitch
* **Tests**: Fix `test_pandas_write_parquet`, 2596, gtopper
* **Datastore**: Fix double passing of named parameter, 2578, gtopper
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc16#bug-fixes)


Pull requests:
f45da1ff [System Tests] Change order of system tests cleanup and add datanode docker registry restart (2600)
c3a97564 [Docs] Change marketplace to Function Hub, co-located data ingestion topics (2590)
d5ad0bce [Tags] Fix warning `Too much data for declared Content-Length` in Delete Tags endpoint (2597)
47c6616e [Docs] AWS install with policy (2591)
f4c45fc0 [Artifacts] List Artifacts enrich with tag for all tags (2589)
747f45ef [Tests] Fix `test_pandas_write_parquet` (2596)
ff4d0a64 [Frameworks] HuggingFace model server (2594)
15d7693d [DataStore] Fix v3io listdir: fix logic error and move to httpclient transport (2592)
62e2e7d6 [Datastore] Fix double passing of named parameter (2578)

1.2.0rc15

Not secure
Features / Enhancements
* **Artifacts**: Fix tag artifacts when logging artifacts through `project.log_artifact`, 2582, tankilevitch
* **Artifacts**: Fix artifact `latest` tag enrichment, 2572, tankilevitch
* **API**: Optimize HTTP Retry Mechanism, 2586, quaark
* **Artifacts**: Fix legacy artifacts load when loading project, 2584, theSaarco
* **FeatureStore**: Reduce merge memory consumption, 2579, gtopper
* **API**: Make the HTTP retry mechanism more generic, 2576, quaark
* **Setup**: Add `api.api.endpoints.internal` to setup.py to be able to be run on open source jupyter, 2580, tankilevitch
* **Artifacts**: Fix log artifact with tag overwrite to latest, 2562, tankilevitch
* **DataStore**: Fix get_or_create_store() to use netloc instead of endpoint, 2577, assaf758

* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc15#features-and-enhancements)

Bug fixes
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc15#bug-fixes)


Pull requests:
37c5c7e2 [Artifacts] Fix tag artifacts when logging artifacts through `project.log_artifact` (2582)
1182f3f4 [Artifacts] Fix artifact `latest` tag enrichment (2572)
8b4349a3 [API] Optimize HTTP Retry Mechanism (2586)
103d9750 [Artifacts] Fix legacy artifacts load when loading project (2584)
3f5f8f6f [FeatureStore] Reduce merge memory consumption (2579)
755327fc [API] Make the HTTP retry mechanism more generic (2576)
0b9e7ab6 [Setup] Add `api.api.endpoints.internal` to setup.py to be able to be run on open source jupyter (2580)
1e8242ba [Artifacts] Fix log artifact with tag overwrite to latest (2562)
c8bd219d [DataStore] Fix get_or_create_store() to use netloc instead of endpoint (2577)

1.2.0rc14

Not secure
Features / Enhancements
* **Docs**: Reduce TOC search bar spacing, 2574, gilad-shaham
* **Artifacts**: Add category option to `list_artifact_tags`, fix to return only distinct values, 2570, theSaarco
* **Run**: `mlrun.handler` - Added error handling., 2568, guy1992l
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc14#features-and-enhancements)

Bug fixes
* **Feature Store**: Reduce merger peak memory consumption, 2569, gtopper
* **Feature Store**: Fix reduced timestamp precision in spark stats, 2573, gtopper
* **Run**: Fix if statement when pulling project `artifact_path` for run, 2571, tankilevitch
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc14#bug-fixes)


Pull requests:
45cee97a [Docs] Reduce TOC search bar spacing (2574)
2e971cc0 [Artifacts] Add category option to `list_artifact_tags`, fix to return only distinct values (2570)
23334eb6 [Feature Store] Reduce merger peak memory consumption (2569)
9a3ca12e [Feature Store] Fix reduced timestamp precision in spark stats (2573)
e7f7b074 [Run] Fix if statement when pulling project `artifact_path` for run (2571)
abd4ee35 [Run] `mlrun.handler` - Added error handling. (2568)

1.2.0rc13

Not secure
Features / Enhancements
* **Spark**: Generate stats for timestamp and boolean columns, 2561, gtopper
* **API**: Add timeouts for requests which are getting rerouted to chief, 2565, tankilevitch
* **Serving**: Use before param in add_aggregate function as expected., 2560, davesh0812
* **Docs**: Add AWS to install and a few updates to the AWS install page, 2566, gilad-shaham
* **Docs**: Update Project pages, 2487, yaronha
* **Docs**: AWS installation, 2492, gilad-shaham
* **Docs**: Community Edition Installation Docs, 2450, quaark
* **Project**: Add missing project run_function(), build_function() args, 2559, yaronha
* **Docs**: Redis as online feature set, 2539, jillnogold
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc13#features-and-enhancements)

Bug fixes
* **Unknown**: Fix table causing errors during doc build, 2564, gilad-shaham
* **Feature Store**: Fix stats for multi-index dataframes (pandas), 2557, gtopper
* **Datastore**: Fix `KafkaSource` without attributes, 2558, gtopper
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc13#bug-fixes)


Pull requests:
08b037a6 [Spark] Generate stats for timestamp and boolean columns (2561)
588e04c3 [API] Add timeouts for requests which are getting rerouted to chief (2565)
fbc5245d [Serving] Use before param in add_aggregate function as expected. (2560)
8fec7860 [Docs] Add AWS to install and a few updates to the AWS install page (2566)
ca8cef91 Fix table causing errors during doc build (2564)
048c5348 [Docs] Update Project pages (2487)
b8f523fd [Docs] AWS installation (2492)
f75cd485 [Docs] Community Edition Installation Docs (2450)
1de6a7c0 [Project] Add missing project run_function(), build_function() args (2559)
af4d517c [Feature Store] Fix stats for multi-index dataframes (pandas) (2557)
c7230e6f [Docs] Redis as online feature set (2539)
f924fb06 [Datastore] Fix `KafkaSource` without attributes (2558)

1.2.0rc12

Not secure
Features / Enhancements
* **Runtimes**: Add with annotations method for runtimes, 2537, yaelgen
* **Docs**: New mlrun flow graphic, 2519, jillnogold
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc12#features-and-enhancements)

Bug fixes
* **Runs**: Change the way we are loading the project in `_enrich_run()`, 2556, tankilevitch
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc12#bug-fixes)


Pull requests:
80dbb3f5 [Runs] Change the way we are loading the project in `_enrich_run()` (2556)
2801ab23 [Runtimes] Add with annotations method for runtimes (2537)
a1c9b1d5 [Docs] New mlrun flow graphic (2519)

1.2.0rc11

Not secure
Features / Enhancements
* **Requirements**: Bump v3io-py and v3io-fs, 2555, assaf758
* **Requirements**: Bump nuclio-jupyter to 0.9.4, 2554, tankilevitch
* **API**: Add elapsed time attribute to API logs, 2551, tankilevitch
* **Requirements**: Bump storey to 1.2.3, 2550, gtopper
* **Feature Store**: Check if mapping is unique and copy data before saving to nosql target, 2547, davesh0812
* **FeatureStore**: Update feature set / vector fix, 2538, AlonMaor14
* **FeatureStore**: Block preview with spark, 2533, speretz-ig
* **Feature Store**: Remove id from spark_stats, 2511, speretz-ig
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc11#features-and-enhancements)

Bug fixes
* **Datastore**: Fix `KafkaSource`, 2549, gtopper
* **API**: Fix delete runtime resources doesn't return 403 on insufficient permissions, 2542, quaark
* **CI**: Fix Enterprise System test running wrong cleanup command, 2544, quaark
* **CI**: Bump CI actions versions, 2553, tankilevitch
* **Docs**: Fix links, 2535, jillnogold
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc11#bug-fixes)


Pull requests:
563932de [Requirements] Bump v3io-py and v3io-fs (2555)
1e27cb03 [CI] Bump CI actions versions (2553)
d18de974 [Requirements] Bump nuclio-jupyter to 0.9.4 (2554)
fd3ea8a4 [API] Change elapsed time to ms for easier querying (2552)
faa36625 [API] Add elapsed time attribute to API logs (2551)
7c13819a [Requirements] Bump storey to 1.2.3 (2550)
6073bbb1 [Datastore] Fix `KafkaSource` (2549)
70e6884a [Feature Store] Check if mapping is unique and copy data before saving to nosql target (2547)
46f063c0 [FeatureStore] Update feature set / vector fix (2538)
c7c4fe49 [API] Fix delete runtime resources doesn't return 403 on insufficient permissions (2542)
55e3996a [CI] Fix Enterprise System test running wrong cleanup command (2544)
01b7ea15 [FeatureStore] Block preview with spark (2533)
52e736a9 [Docs] Fix links (2535)
da1c1c62 [Feature Store] Remove id from spark_stats (2511)

Page 56 of 110

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.