Mlrun

Latest version: v1.6.2

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

Scan your dependencies

Page 17 of 90

1.5.0rc1

Not secure
Features / Enhancements
* **Docs**: Add v1.4.0 to change log, 3907, jillnogold
* **Docs**: Add how to configure an api gateway for a nuclio function, 3937, jillnogold
* **HTTPDB**: Retry on post for idempotent paths, 3950, alonmr
* **CLI**: Get artifacts - return updated date properly, 3944, Yacouby
* **Serving**: Enable explicit ack by default, 3930, gtopper
* **API**: Do not emit internal auth secrets events, 3948, alonmr
* **Notifications**: Add webhook notification type, 3946, quaark
* **Artifacts**: Bump legacy artifacts removal version to 1.6.0, 3941, alonmr
* **Docs**: Update error_handler, 3888, jillnogold
* **Images**: Remove python 3.7 support, 3926, alonmr
* **Model Monitoring**: Refactoring model monitoring client-api code, 3598, Eyal-Danieli
* **Docs**: Add using git repo as function hub, 3190, jillnogold
* **Docs**: Describe using outputs parameter in steps, 3924, jillnogold
* **Docs**: Add ci/cd automation with git, 3917, jillnogold
* **Launcher**: Inject server side launcher, 3913, alonmr
* **CI**: [build] remove python 3.7 actions, 3923, alonmr
* **Tests**: Revert makefile so that `test-dockerized` runs on all tests, 3920, theSaarco
* **Docs**: Bump tutorials sklearn version, 3922, daniels290813
* **Jupyter**: Add git support to jupyter image, 3914, yaronha
* **Feature Store**: Persist spark dataframe in `ingest` to improve performance, 3912, gtopper
* **Datastore**: Add dbfsstore, 3626, tomerm-iguazio
* **Requirements**: Bump storey to 1.4.4, 3909, gtopper
* **Release**: Enhance resolving next version, 3906, liranbg
* **CI**: Add import-linter verification, 3905, alonmr
* **Function**: Add **kwargs to remote function invoke method, 3872, GiladShapira94
* **Automation**: Enable mlrun audit events for system tests, 3902, alonmr
* **Docs**: Update info about requests/limits and workers, 3898, george0st
* **CI**: Introducing feature branch, 3869, liranbg
* **Function**: Reduce amount of storing to the db on `/build/status` endpoint, 3840, tankilevitch
* **DB**: Move `run_time_fmt` to utils, 3874, alonmr
* **Runtimes**: Remove redundant imports, 3877, tankilevitch
* **API**: Move `resolve_nuclio_version` to api, 3879, alonmr
* **Version**: Bump development to 1.5.0, 3893, liranbg
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.5.0-rc1#features-and-enhancements)

Bug fixes
* **Feature Store**: Fix missing "created" status from the ui, 3927, jond01
* **Projects**: Fix project sync fails on malformed project, 3945, quaark
* **Makefile**: Fix models-gpu base image, 3942, alonmr
* **Project**: Fix support for project_setup.py in new project flow and add docs, 3939, yaronha
* **DB**: Fix `_commit` logs to support multiple object classes, 3929, TomerShor
* **Docs**: Fix a few typos, 3933, george0st
* **Launcher**: Fix sql session import, 3928, alonmr
* **Spark**: Fix masking of errors in spark graph, 3919, gtopper
* **API**: Fix `files` api to work on non-k8s environments, 3916, theSaarco
* **Launcher**: Fix overriding hints with import substitutions, 3901, alonmr
* **Feature Store**: Fix `get_online_feature_service` for "viewer" user usage., 3900, davesh0812
* **Events**: Fix emitting deleted secret event on 404, 3890, alonmr
* **Projects**: Fix type hinting getting overriding class, 3895, liranbg
* **Tests**: Fix example url, 3899, gtopper
* **Model Monitoring**: Fix predictions and latency calculations in monitoring stream graph, 3881, Eyal-Danieli
* **Docs**: Fix slack badge, 3896, theSaarco
* **Tests**: Remove in memory sqldb fixture, 3875, alonmr
* **Tests**: Add fixture to change the working directory for tests, 3884, yaelgen
* **CI**: Fix release not using inputs, 3891, liranbg
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.5.0-rc1#bug-fixes)


Pull requests:
86576003 [Docs] Add V1.4.0 to change log (3907)
4c0ecf7b [Docs] Add how to configure an API gateway for a Nuclio function (3937)
b7a60c1e [HTTPDB] Retry on POST for idempotent paths (3950)
fb5af258 [Feature Store] Fix missing "created" status from the UI (3927)
06e1caf1 [CLI] Get artifacts - return updated date properly (3944)
b41e15e0 [Serving] Enable explicit ack by default (3930)
b8d46d13 [API] Do not emit internal auth secrets events (3948)
4af88a98 [Notifications] Add Webhook notification type (3946)
b4e41999 [Projects] Fix Project Sync Fails on Malformed Project (3945)
ea44d8e6 [Artifacts] Bump legacy artifacts removal version to 1.6.0 (3941)
6baeef5c [Makefile] Fix models-gpu base image (3942)
856d858d [Docs] Update error_handler (3888)
2b222ab5 [Project] Fix support for project_setup.py in new project flow and add docs (3939)
1b6dde4a [Images] Remove python 3.7 support (3926)
c16da150 [DB] Fix `_commit` logs to support multiple object classes (3929)
7c36a7ca [Docs] Fix a few typos (3933)
f0a34540 [Launcher] Fix sql session import (3928)
58dba201 [Model Monitoring] Refactoring model monitoring client-api code (3598)
492680cd [Docs] Add using Git repo as function hub (3190)
8c86e3cb [Docs] describe using outputs parameter in steps (3924)
7e55dceb [Docs] Add CI/CD automation with Git (3917)
162a1757 [Launcher] Inject server side launcher (3913)
fedbf72f [CI][Build] Remove python 3.7 actions (3923)
7e1e75b2 [Tests] Revert makefile so that `test-dockerized` runs on all tests (3920)
8b0fec3f [Docs] bump tutorials sklearn version (3922)
f0940b37 [Spark] Fix masking of errors in spark graph (3919)
9f45fc8b [API] Fix `files` API to work on non-k8s environments (3916)
11853af3 [Jupyter] Add git support to jupyter image (3914)
9e8e3887 [Feature Store] Persist Spark dataframe in `ingest` to improve performance (3912)
c79e15f7 [Datastore] Add DBFSStore (3626)
3e978611 [Requirements] Bump storey to 1.4.4 (3909)
d926a74a [Release] Enhance resolving next version (3906)
eca61d8f [CI] Add import-linter verification (3905)
d4b6b6f0 [Function] Add **kwargs to remote function invoke method (3872)
4f86d911 [Launcher] Fix overriding hints with import substitutions (3901)
2c8938bd [Automation] Enable mlrun audit events for system tests (3902)
60605924 [Feature Store] Fix `get_online_feature_service` for "Viewer" user usage. (3900)
0cb4c0c2 [Docs] Update info about requests/limits and workers (3898)
d01ae513 [Events] Fix emitting deleted secret event on 404 (3890)
33cba844 [Projects] Fix type hinting getting overriding class (3895)
613a4a7d [Tests] Fix example URL (3899)
3c07734b [Model Monitoring] Fix predictions and latency calculations in monitoring stream graph (3881)
4790e675 [Docs] Fix slack badge (3896)
3afd926b [Tests] Remove in memory SQLDB fixture (3875)
d657e9bf [CI] Introducing feature branch (3869)
692089ef [Function] Reduce amount of storing to the DB on `/build/status` endpoint (3840)
ba7185e6 [DB] Move `run_time_fmt` to utils (3874)
0f777c3b [Runtimes] Remove redundant imports (3877)
6fc3c1b6 [API] Move `resolve_nuclio_version` to API (3879)
ce3fef77 [Tests] Add fixture to change the working directory for tests (3884)
e2635592 [Version] Bump development to 1.5.0 (3893)
066bc791 [CI] Fix release not using inputs (3891)

1.4.1

Not secure
Features / Enhancements
* **Docs**: Bump version to 1.4.1, 4056, alonmr
* **Trigger**: Validate v3io consumer group name [1.4.x], 4012, liranbg
* **Docs**: Bump mlrun version for release [1.4.x], 3959, alonmr
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.4.1#features-and-enhancements)

Bug fixes
* **Projects**: Fix projects sync deleting projects not found in leader [1.4.x], 4038, quaark
* **Projects**: Fix project sync fails on malformed project [1.4.x], 3973, quaark
* **CI**: Bump prefix version to 1.4.1 [1.4.x], 3960, alonmr
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.4.1#bug-fixes)


Pull requests:
5671fa6a [Docs] Bump version to 1.4.1 (4056)
44ec5e6b [Projects] Fix Projects Sync Deleting Projects not found in leader [1.4.x] (4038)
c4020f94 [Trigger] Validate v3io consumer group name [1.4.x] (4012)
e08faa26 [Projects] Fix Project Sync Fails on Malformed Project [1.4.x] (3973)
8ad3f75e [Tests] Revert makefile so that test-dockerized runs on all tests [1.4.x]
c2df49fc [CI] Bump prefix version to 1.4.1 [1.4.x] (3960)
e8384ad0 [Docs] Bump mlrun version for release [1.4.x] (3959)

Failed parsing:
8ad3f75e {Alon Maor} [Tests] Revert makefile so that test-dockerized runs on all tests [1.4.x]

1.4.1rc1

Not secure
Features / Enhancements
* **Trigger**: Validate v3io consumer group name [1.4.x], 4012, liranbg
* **Docs**: Bump mlrun version for release [1.4.x], 3959, alonmr
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.4.1-rc1#features-and-enhancements)

Bug fixes
* **Projects**: Fix projects sync deleting projects not found in leader [1.4.x], 4038, quaark
* **Projects**: Fix project sync fails on malformed project [1.4.x], 3973, quaark
* **CI**: Bump prefix version to 1.4.1 [1.4.x], 3960, alonmr
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.4.1-rc1#bug-fixes)


Pull requests:
44ec5e6b [Projects] Fix Projects Sync Deleting Projects not found in leader [1.4.x] (4038)
c4020f94 [Trigger] Validate v3io consumer group name [1.4.x] (4012)
e08faa26 [Projects] Fix Project Sync Fails on Malformed Project [1.4.x] (3973)
8ad3f75e [Tests] Revert makefile so that test-dockerized runs on all tests [1.4.x]
c2df49fc [CI] Bump prefix version to 1.4.1 [1.4.x] (3960)
e8384ad0 [Docs] Bump mlrun version for release [1.4.x] (3959)

Failed parsing:
8ad3f75e {Alon Maor} [Tests] Revert makefile so that test-dockerized runs on all tests [1.4.x]

1.4.0

Not secure
Features / Enhancements
* **Docs**: Add tech preview note to dask [1.4.x], 3957, alonmr
* **Docs**: Add v1.4.0 to change log [1.4.x], 3955, alonmr
* **Docs**: Backport docs changes [1.4.x], 3953, alonmr
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.4.0#features-and-enhancements)

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


Pull requests:
b7786a3b [Docs] Add Tech Preview note to Dask [1.4.x] (3957)
3811c9c2 [Docs] Add V1.4.0 to change log [1.4.x] (3955)
fc147983 [Docs] Backport docs changes [1.4.x] (3953)

1.4.0rc25

Not secure
Features / Enhancements
* **HTTPDB**: Retry on post for idempotent paths [1.4.x], 3952, alonmr
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.4.0-rc25#features-and-enhancements)

Bug fixes
* **Spark**: Fix masking of errors in spark graph [1.4.x], 3951, gtopper
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.4.0-rc25#bug-fixes)


Pull requests:
baa0b414 [HTTPDB] Retry on POST for idempotent paths [1.4.x] (3952)
e999aa1b [Spark] Fix masking of errors in spark graph [1.4.x] (3951)
d8203a1a [Spark] Fix masking of errors in spark graph (3919)

1.4.0rc24

Not secure
Features / Enhancements
* **API**: Do not emit internal auth secrets events [1.4.x], 3949, alonmr
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.4.0-rc24#features-and-enhancements)

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


Pull requests:
d2b144e8 [API] Do not emit internal auth secrets events [1.4.x] (3949)

Page 17 of 90

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.