Mlrun

Latest version: v1.7.2

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

Scan your dependencies

Page 50 of 110

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)

1.3.0rc5

Not secure
Features / Enhancements
* **Model Monitoring**: Fix the timeout waiting before writing the events into the TSDB, 2842, Eyal-Danieli
* **Docs**: Docker detached command line option, 2887, gilad-shaham
* **Serving**: Router parallel run + weights option., 2798, davesh0812
* **Requirments**: bump storey to v1.3.4, 2886, assaf758
* **Nuclio**: Add container image to function status, 2876, TomerShor
* **Tags**: Deny artifact tags with special characters via sdk, 2789, yaelgen
* **Docs**: Add log_dataset formats, 2879, jillnogold
* **Project**: System tests fixes, 2880, AlonMaor14
* **CI**: Make system test session report concise, 2883, liranbg
* **Scheduler**: Fix missing job in scheduler error message, 2877, AlonMaor14
* **Tests**: Replace `sklearn_classifier` with `auto_trainer` in tests and examples, 2849, Eyal-Danieli
* **Feature Store**: Default `get_offline_features` with spark engine to correct handler and image, 2807, gtopper
* **Run**: Add a test for using class methods as handlers, 2878, guy1992l
* **K8s**: Failed to read secret exception, 2873, AlonMaor14
* **Scheduler**: Update next run time after skipping run, 2870, AlonMaor14
* **CI**: Tweak system test reports to be less spammy, 2868, liranbg
* **Scheduler**: Fix `APScedhuler` documentation links, 2684, AlonMaor14
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc5#features-and-enhancements)

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


Pull requests:
8f4badd3 [Model Monitoring] Fix the timeout waiting before writing the events into the TSDB (2842)
408555c6 [Docs] Docker detached command line option (2887)
237534aa [Serving] Router parallel run + weights option. (2798)
4a6d1213 [Requirments] bump storey to v1.3.4 (2886)
ad4105e9 [Nuclio] Add container image to function status (2876)
2a33c8f8 [Tags] Deny artifact tags with special characters via sdk (2789)
9adf5290 [Docs] Add log_dataset formats (2879)
b6c4ad16 [Project] System tests fixes (2880)
2773fab3 [CI] Make system test session report concise (2883)
9af17c4b [Scheduler] Fix missing job in scheduler error message (2877)
9c099b77 [Tests] Replace `sklearn_classifier` with `auto_trainer` in tests and examples (2849)
7204a395 [Feature Store] Default `get_offline_features` with spark engine to correct handler and image (2807)
d4db570a [Run] Add a test for using class methods as handlers (2878)
54e876a4 [K8s] Failed to read secret exception (2873)
dcedfdb8 [Scheduler] Update next run time after skipping run (2870)
b427f7b6 [CI] Tweak system test reports to be less spammy (2868)
2569051a [Scheduler] Fix `APScedhuler` documentation links (2684)

Page 50 of 110

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.