Mlrun

Latest version: v1.7.2

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

Scan your dependencies

Page 51 of 111

1.3.0rc11

Not secure
What's Changed
* [CI] Removed deprecated set-output commands by liranbg in https://github.com/mlrun/mlrun/pull/2952
* [FeatureStore] Support SQL DBs as source and online target by davesh0812 in https://github.com/mlrun/mlrun/pull/2869
* [Requirements] Freeze `plotly` version by yonishelach in https://github.com/mlrun/mlrun/pull/2951
* [Docs] Remove confluent kafka from change log by jillnogold in https://github.com/mlrun/mlrun/pull/2946
* [Requirments] bump storey to v1.3.7 by assaf758 in https://github.com/mlrun/mlrun/pull/2953
* [CI] Fix CI not creating env vars correctly by liranbg in https://github.com/mlrun/mlrun/pull/2954
* [Runtimes] Don't resolve completion of runs per `execution` by AlonMaor14 in https://github.com/mlrun/mlrun/pull/2888


**Full Changelog**: https://github.com/mlrun/mlrun/compare/v1.3.0-rc10...v1.3.0-rc11

1.3.0rc10

Not secure
What's Changed
* [Datastore] Fix error in `CSVSource` on unsupported parameters by gtopper in https://github.com/mlrun/mlrun/pull/2947
* [CLI] Add support to get workflows by NirSe in https://github.com/mlrun/mlrun/pull/2945
* [Scheduler] Fix transient test take 4 by AlonMaor14 in https://github.com/mlrun/mlrun/pull/2948
* [Chief] Follow up fix for session escaping by liranbg in https://github.com/mlrun/mlrun/pull/2950

New Contributors
* NirSe made their first contribution in https://github.com/mlrun/mlrun/pull/2945

**Full Changelog**: https://github.com/mlrun/mlrun/compare/v1.3.0-rc9...v1.3.0-rc10

1.3.0rc9

Not secure
What's Changed
* [Docs] Details on secrets when using private Git by jillnogold in https://github.com/mlrun/mlrun/pull/2938
* [Chief] Fix double quoting cookies by liranbg in https://github.com/mlrun/mlrun/pull/2942


**Full Changelog**: https://github.com/mlrun/mlrun/compare/v1.3.0-rc8...v1.3.0-rc9

1.3.0rc8

Not secure
What's Changed
* [Release] Add names for release notes by Tankilevitch in https://github.com/mlrun/mlrun/pull/2924
* [Docs] Update AWS install pre-requisite and text by gilad-shaham in https://github.com/mlrun/mlrun/pull/2926
* [Project] Add helper func to determine if url suffix is yaml/yml by yaelgen in https://github.com/mlrun/mlrun/pull/2925
* [Docs] Add Change log and other edits by jillnogold in https://github.com/mlrun/mlrun/pull/2906
* [FeatureStore] Introduce feature-set passthrough / register by assaf758 in https://github.com/mlrun/mlrun/pull/2916
* [FeatureStore] Fix pandas-engine passthrough-fset handling and deduplicte to prevent frames from out-of-order writes to online target by assaf758 in https://github.com/mlrun/mlrun/pull/2933
* [CI] update system test dependencies by liranbg in https://github.com/mlrun/mlrun/pull/2935
* [Docs] AWS install fix note on minimum number of nodes by gilad-shaham in https://github.com/mlrun/mlrun/pull/2932
* [Scheduler] Fix transient test failure take 3 by AlonMaor14 in https://github.com/mlrun/mlrun/pull/2939
* [Tags] Allow artifact tags to contain underscore by yaelgen in https://github.com/mlrun/mlrun/pull/2940
* [Docs] Add the context dir default value in few files by jillnogold in https://github.com/mlrun/mlrun/pull/2923
* [Docs] Fix change log name and xref by jillnogold in https://github.com/mlrun/mlrun/pull/2937


**Full Changelog**: https://github.com/mlrun/mlrun/compare/v1.3.0-rc7...v1.3.0-rc8

1.3.0rc7

Not secure
Features / Enhancements
* **Project**: Sync functions flag in `load_project`, 2871, AlonMaor14
* **Dask**: Deprecate `with_requests`, 2910, AlonMaor14
* **Chief**: Fix closing connection before returning body response, 2927, liranbg
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc7#features-and-enhancements)

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


Pull requests:
2df68aa7 [Project] Sync functions flag in `load_project` (2871)
321c91a4 [Dask] Deprecate `with_requests` (2910)
355c0b3c [Chief] Fix closing connection before returning body response (2927)

1.3.0rc6

Not secure
Features / Enhancements
* **Project**: Fix working dir consistency behavior of project functions, 2892, yaelgen
* **Scheduler**: Fix submit not being true-async, 2922, liranbg
* **Feature Store**: Fix scheduled ingest, 2920, gtopper
* **Requirments**: bump storey to 1.3.6, 2921, assaf758
* **Feature Store**: Remove unnecessary argument, 2902, gtopper
* **Runtimes**: Add an API to control image pull configuration, 2897, theSaarco
* **Schedules**: Fix async function being blocked by sync IO, 2915, liranbg
* **Tests**: Async client headers filtering, 2917, AlonMaor14
* **API**: Make worker to chief api calls async, 2913, liranbg
* **CLI**: [Projects] Add `source` and fixed `override` to run workflow, 2769, yonishelach
* **Scheduler**: Fix transient unit test failures take 2, 2914, AlonMaor14
* **Utils**: [Async Client] Filter `None` header values, 2912, AlonMaor14
* **Requirements**: Bump alembic, 2911, AlonMaor14
* **Scheduler**: Fix transient unit test failures, 2908, AlonMaor14
* **Iguazio**: Add async client, 2899, liranbg
* **CI**: Update CI to use relevant python versions, 2890, liranbg
* **CLI**: [Project] Add option to save secrets, 2804, GiladShapira94
* **SDK**: Fix running pipelines when Kubeflow Pipelines isn't installed, 2904, quaark
* **Unknown**: Data items documentation change, 2679, yevgenykhazan
* **Feature Store**: Fix unsafe access to `output_path`, 2893, gtopper
* **Requirements**: bump storey to v1.3.5, 2894, assaf758
* **Opa**: Use async http client, 2884, liranbg
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc6#features-and-enhancements)

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


Pull requests:
990f1456 [Project] Fix working dir consistency behavior of project functions (2892)
c12ff5c4 [Scheduler] Fix submit not being true-async (2922)
26edd7bc [Feature Store] Fix scheduled ingest (2920)
d4a42907 [Requirments] bump storey to 1.3.6 (2921)
85699a34 [Feature Store] Remove unnecessary argument (2902)
005031f5 [Runtimes] Add an API to control image pull configuration (2897)
69ba970e [Schedules] Fix async function being blocked by sync IO (2915)
29b4e2b1 [Tests] Async client headers filtering (2917)
4591c77c [API] Make worker to chief api calls async (2913)
f1112684 [CLI][Projects] Add `source` and fixed `override` to run workflow (2769)
91b36ced [Scheduler] Fix transient unit test failures take 2 (2914)
d6126eb7 [Utils][Async Client] Filter `None` header values (2912)
d21f5c51 [Requirements] Bump alembic (2911)
a4d04fdc [Scheduler] Fix transient unit test failures (2908)
fd68c85d [Iguazio] Add async client (2899)
cbaf082b [CI] Update CI to use relevant python versions (2890)
76c8a7df [CLI][Project] Add option to save secrets (2804)
6aa1a70f [SDK] Fix running pipelines when Kubeflow Pipelines isn't installed (2904)
fd0b375f Data items documentation change (2679)
2e53beba [Feature Store] Fix unsafe access to `output_path` (2893)
66c62ae1 [Requirements] bump storey to v1.3.5 (2894)
ba235485 [Opa] Use async http client (2884)

Page 51 of 111

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.