Mlrun

Latest version: v1.6.2

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

Scan your dependencies

Page 16 of 90

1.5.0rc7

Not secure
Features / Enhancements
* **Hub**: Update default hub on data init, 4123, alonmr
* **Builder**: Improve line readability, 4117, yaelgen
* **API**: Redact unmasked run notifications param, 4114, alonmr
* **Serving**: Remove overriding of event path for non-http triggers, 4122, gtopper
* **API**: Remove redundant try clause in start function, 4119, alonmr
* **Model Monitoring**: Add abstraction and tests to the monitoring metrics, 4082, jond01
* **Runtimes**: Add databricks new cluster configurations, 4115, gtopper
* **Builder**: Remove env vars from dockerfile and change behavior for project secrets, 4107, yaelgen
* **Runtimes**: Deduct empty command in pass mode, 4110, alonmr
* **Unknown**: Revert "update dev_utilities.py (4109)", 4112, alonmr
* **Package**: Replace `mpi4py` with host name check, 4104, guy1992l
* **Unknown**: Update dev_utilities.py, 4109, eliyahu77
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.5.0-rc7#features-and-enhancements)

Bug fixes
* **Test**: Fix test store run masking, 4125, alonmr
* **Runtimes**: Fix - propagate databricks job errors, 4118, tomerm-iguazio
* **Datastore**: Fix errors introduced by last datastore-profile refactoring, 4113, alxtkr77
* **System test**: Fix install redisinsight command, 4108, eliyahu77
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.5.0-rc7#bug-fixes)


Pull requests:
f0876d9c [Test] Fix test store run masking (4125)
459ca3ac [Runtimes] Fix - propagate databricks job errors (4118)
b9db5e71 [Hub] Update default hub on data init (4123)
21c86e30 [Builder] Improve line readability (4117)
ed2617bf [API] Redact unmasked run notifications param (4114)
96ea7cb4 [Serving] Remove overriding of event path for non-http triggers (4122)
3f3db0f1 [API] Remove redundant try clause in start function (4119)
965704af [Model Monitoring] Add abstraction and tests to the monitoring metrics (4082)
f257c982 [Runtimes] Add Databricks new cluster configurations (4115)
b303259f [Datastore] Fix errors introduced by last datastore-profile refactoring (4113)
8371355e [Builder] Remove env vars from Dockerfile and change behavior for project secrets (4107)
f7b6e3a7 [Runtimes] Deduct empty command in pass mode (4110)
7b9a03c6 Revert "Update dev_utilities.py (4109)" (4112)
2f8f9aa7 [Package] Replace `mpi4py` with host name check (4104)
8d81f5be Update dev_utilities.py (4109)
7f2be490 [System test] Fix install redisinsight command (4108)

1.5.0rc6

Not secure
Features / Enhancements
* **Runtimes**: Add databricks to runtime_with_handlers, 4103, tomerm-iguazio
* **API**: Migrate frontend spec schema to deployment mlrun requirement, 3787, alonmr
* **Model Monitoring**: Add `endpoint_store_connection` to client spec, 4092, Eyal-Danieli
* **Datastore**: A new entity for managing datastore credentials - addressing saar's comments, 4079, alxtkr77
* **Config**: Improve "redisnosql" default value, 4100, laurybueno
* **Hub**: Implement list hub sources in sqlrundb, 4095, alonmr
* **Docs**: Add docs on extra_args parameter, 4060, yaelgen
* **Requirements**: Move pymysql to api, 4096, alonmr
* **Requirements**: Bump ipython to 8.x, 4097, alonmr
* **Test**: Add databricks runtime to inheritance test, 4093, alonmr
* **Notifications**: Use bool instead of context in webhook ssl verify notifications, 4086, yaelgen
* **Tests**: Pass pytest flags on the arguments field of pycharm configuration, 4083, laurybueno
* **Requirements**: Blacklist apscheduler 3.10.2, 4085, alonmr
* **Notifications**: Add ssl verification to webhook notifications, 4076, yaelgen
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.5.0-rc6#features-and-enhancements)

Bug fixes
* **Datastore**: Fix dbfs preview, 4091, tomerm-iguazio
* **Feature Store**: Fix propagation of context object at feature set init, 4106, gtopper
* **Model Monitoring**: Fix parsing of default http target, 4094, Eyal-Danieli
* **CI**: Fix verifying is stable, 4099, liranbg
* **FeatureStore**: Fix format target path as artifact path, 4068, tomerm-iguazio
* **Build**: Fix mysql migration + add target for both migrations, 4027, yanburman
* **frontend-spec**: Fix redis' default path for the feature store, 4089, laurybueno
* **Build**: Fix auto mount overriding access key, 4087, alonmr
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.5.0-rc6#bug-fixes)


Pull requests:
be0afaed [Datastore] Fix dbfs preview (4091)
be1b9570 [Runtimes] Add databricks to runtime_with_handlers (4103)
6d97bfba [Feature Store] Fix propagation of context object at feature set init (4106)
de3b22f3 [API] Migrate frontend spec schema to deployment mlrun requirement (3787)
48a7a2a5 [Model Monitoring] Add `endpoint_store_connection` to client spec (4092)
cee34ff5 [Datastore] A new entity for managing datastore credentials - addressing Saar's comments (4079)
d84bd20e [Config] Improve "redisnosql" default value (4100)
e4ca358f [Hub] Implement list hub sources in SQLRunDB (4095)
6623a6af [Model Monitoring] Fix parsing of default http target (4094)
65bb5e77 [CI] Fix verifying is stable (4099)
e43787b1 [FeatureStore] Fix format target path as artifact path (4068)
86c382e2 [Build] Fix mysql migration + add target for both migrations (4027)
e0d32513 [Docs] Add docs on extra_args parameter (4060)
08a93f03 [Requirements] Move pymysql to API (4096)
e763db5b [Requirements] Bump ipython to 8.x (4097)
65ec7f4e [Test] Add Databricks Runtime to inheritance test (4093)
18fa1ab9 [frontend-spec] Fix Redis' default path for the Feature Store (4089)
be3151f6 [Build] Fix auto mount overriding access key (4087)
6c9ba72f [Notifications] Use bool instead of context in webhook ssl verify notifications (4086)
6ceb24c9 [Tests] Pass Pytest flags on the Arguments field of Pycharm configuration (4083)
e5000113 [Requirements] Blacklist APScheduler 3.10.2 (4085)
dbe7a3eb [Notifications] Add ssl verification to webhook notifications (4076)

1.5.0rc5

Not secure
Features / Enhancements
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.5.0-rc5#features-and-enhancements)

Bug fixes
* **API**: Fix session rollback and multithreading, 4081, alonmr
* **Datastore**: Fix dbfs zero size handling, 4078, tomerm-iguazio
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.5.0-rc5#bug-fixes)


Pull requests:
b40b3165 [API] Fix session rollback and multithreading (4081)
cb82ea61 [Datastore] Fix dbfs zero size handling (4078)

1.5.0rc4

Not secure
Features / Enhancements
* **Requirments**: Bump storey to 1.5.3, 4077, assaf758
* **Docs**: Align tutorials script, 4074, daniels290813
* **API**: Mask access key on deploy, 4069, alonmr
* **Notifications**: Enhance push notification logs, 4066, alonmr
* **Automation**: Deploy mlrun-api on iguazio vanilla nodes, 3870, yanburman
* **Datastore**: Turn explicit ack on when engine is async, 4050, gtopper
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.5.0-rc4#features-and-enhancements)

Bug fixes
* **API**: Fix build runtime enrichment, 4075, alonmr
* **Runtimes**: Feature - add prefix to databricks job, 4059, tomerm-iguazio
* **Feature Store**: Fix `get_offline_feature` to not change incoming `entity_df`, 4070, davesh0812
* **Package**: Improved docs and minor edge case fixes, 4073, guy1992l
* **SQLRunDB**: Fix abuse of sessions, 4067, alonmr
* **Docs**: Fix side-bar search field, 4065, alonmr
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.5.0-rc4#bug-fixes)


Pull requests:
e73644c3 [Requirments] bump storey to 1.5.3 (4077)
5a4db8fe [API] Fix build runtime enrichment (4075)
2e9e93c5 [Runtimes] Feature - add prefix to databricks job (4059)
02c6a681 [Docs] Align tutorials script (4074)
411ac4d4 [Feature Store] Fix `get_offline_feature` to not change incoming `entity_df` (4070)
31c8b216 [Package] Improved docs and minor edge case fixes (4073)
caaf5b08 [SQLRunDB] Fix abuse of sessions (4067)
7e4e1723 [API] Mask access key on deploy (4069)
8be0c8ce [Notifications] Enhance push notification logs (4066)
cf145062 [Automation] Deploy mlrun-api on iguazio vanilla nodes (3870)
bc1680fd [Docs] Fix side-bar search field (4065)
da6f85bf [Datastore] Turn explicit ack on when engine is async (4050)

1.5.0rc3

Not secure
Features / Enhancements
* **Docs**: Add v1.4.1 to change log, 4062, jillnogold
* **Docs**: Update ecosystem, 4055, george0st
* **Makefile**: Skip isort proto dir, 4054, alonmr
* **Requirements**: Loosen fsspec and related requirements, 4046, gtopper
* **CI**: Ensure ssh client is active prior to running remote commands, 4045, liranbg
* **Builder**: add support for adding env's or secret to the docker build during runtime, 4013, yaelgen
* **MPI**: Use dependency injection to resolve the crd version, 4024, alonmr
* **Requirements**: Move sqlalchemy to api, 4035, alonmr
* **Utils**: Backwards compatibility for parsing object uri, 4034, Eyal-Danieli
* **Dask**: Move resource methods to api, 4025, alonmr
* **Package**: Add `none` packager and support for logging worker, 3864, guy1992l
* **Runtime**: Databricks runtime, 3996, tomerm-iguazio
* **Automation**: Retry on delete db command, 4026, alonmr
* **Unknown**: Add dbfs to allowed file paths, 4030, assaf758
* **Model Monitoring**: Expose model endpoints batch process through sdk, 4020, Eyal-Danieli
* **Feature Store**: Extract indexes from `entity_rows`, 4028, davesh0812
* **Requirements**: Move `fastapi` and `humanfriendly` to api, 4018, alonmr
* **CLI**: Get artifacts - change the "tree" column to "workflow/job uid", 3986, Yacouby
* **API**: Connect `import_function` to hub, 3384, yonishelach
* **Artifacts**: Deprecate bokeh and chart artifact type, 3889, yaelgen
* **Notifications**: Add logs for success / failure upon sending notification, 4023, quaark
* **API**: Pass auth info to launcher in submit job flow, 4017, alonmr
* **Unknown**: Add datastore profile: a new entity for managing datastore credentials, 3936, alxtkr77
* **Automation**: Remove tty flag from delete db command, 4022, alonmr
* **Scheduler**: Store schedule improvements, 4021, alonmr
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.5.0-rc3#features-and-enhancements)

Bug fixes
* **Model Monitoring**: Fix monitoring feature set uri in system tests, 4063, Eyal-Danieli
* **Datastore**: Fix dbfs source and target, 4049, tomerm-iguazio
* **Runs**: Fix listing runs using wrong kwargs, 4058, liranbg
* **Kubejob**: Fix `build_config` parameters order, 4052, alonmr
* **API**: Fix submit workflow remote engine, 4048, yonishelach
* **Packeger**: Fix accessing is logging worker config, 4047, alonmr
* **Builder**: Fix extra args merge, 4042, alonmr
* **DB**: Fix data prefix resolution in case of missing config value, 4043, gtopper
* **Tests**: Fix base system tests, 4040, alonmr
* **Runtimes**: Fix passing of explicit ack config to nuclio functions, 4039, gtopper
* **DB**: Fix overwrite of feature store data prefixes from server, 3977, gtopper
* **Runtime**: Fix databricks runtime tests and structure, 4036, tomerm-iguazio
* **Projects**: Fix projects sync deleting projects not found in leader, 4037, quaark
* **Tests**: Fix http data store tests, 4033, alonmr
* **Tests**: Fix project system tests, 4019, alonmr
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.5.0-rc3#bug-fixes)


Pull requests:
c8841842 [Model Monitoring] Fix monitoring feature set URI in system tests (4063)
ab7c09e6 [Datastore] Fix dbfs source and target (4049)
8c174b3f [Docs] Add v1.4.1 to change log (4062)
7f392cb9 [Runs] Fix listing runs using wrong kwargs (4058)
3d9979c4 [Docs] Update ecosystem (4055)
5b637004 [Makefile] Skip isort proto dir (4054)
0517ebab [Kubejob] Fix `build_config` parameters order (4052)
84a274b5 [API] Fix submit workflow remote engine (4048)
50fa3825 [Packeger] Fix accessing is logging worker config (4047)
19f64b13 [Requirements] Loosen fsspec and related requirements (4046)
dfb45626 [CI] Ensure ssh client is active prior to running remote commands (4045)
e09114bf [Builder] Fix extra args merge (4042)
7b21c7c8 [DB] Fix data prefix resolution in case of missing config value (4043)
e46a4e53 [Tests] Fix base system tests (4040)
fadac502 [Runtimes] Fix passing of explicit ack config to Nuclio functions (4039)
0a1a4e47 [DB] Fix overwrite of feature store data prefixes from server (3977)
dd8f867a [Builder] Add support for adding env's or secret to the docker build during runtime (4013)
8d836d6d [Runtime] Fix databricks runtime tests and structure (4036)
2b5d0502 [Projects] Fix Projects Sync Deleting Projects not found in leader (4037)
b31c569b [MPI] Use dependency injection to resolve the crd version (4024)
bde774ba [Requirements] Move SQLAlchemy to API (4035)
a14e694b [Utils] backwards compatibility for parsing object URI (4034)
91f4e52f [Tests] Fix HTTP Data Store tests (4033)
4b6ca66e [Dask] Move resource methods to API (4025)
bb705e5f [Package] Add `None` packager and support for logging worker (3864)
ee939ca5 [Runtime] Databricks runtime (3996)
51327bb8 [Automation] Retry on delete DB command (4026)
39aa7bf4 Add dbfs to allowed file paths (4030)
f971ab6c [Model Monitoring] Expose model endpoints batch process through SDK (4020)
92fd5ebb [Feature Store] Extract indexes from `entity_rows` (4028)
6171dc0c [Requirements] Move `fastapi` and `humanfriendly` to API (4018)
4e304859 [CLI] Get artifacts - change the "tree" column to "workflow/job uid" (3986)
6b558a7f [API] Connect `import_function` to hub (3384)
068ebf03 [Artifacts] Deprecate Bokeh and Chart artifact type (3889)
ffd81740 [Notifications] Add Logs for success / failure upon sending notification (4023)
d23f89e3 [API] Pass auth info to launcher in submit job flow (4017)
be2c5db4 Add Datastore Profile: A new entity for managing datastore credentials (3936)
ead31557 [Automation] Remove tty flag from delete db command (4022)
1a8fbe80 [Scheduler] Store schedule improvements (4021)
9f209a57 [Tests] Fix project system tests (4019)

1.5.0rc2

Not secure
Features / Enhancements
* **Notifications**: Use run db to store run notifications, 4015, alonmr
* **Model Monitoring**: Adjust batch monitoring job start time offset, 3981, jond01
* **Feature Store**: Add an ability to define a feature vector that joins between different feature sets not using the same entity and with a "complex" join types., 3947, davesh0812
* **Trigger**: Validate v3io consumer group name, 4009, liranbg
* **SDK**: Remove deprecated methods, 3971, alonmr
* **Docs**: Bump sphinx and limit protobuf, 4005, alonmr
* **Docs**: Add sample for scale to zero via api, 3932, george0st
* **CI**: Bump action to use node 16, 4003, liranbg
* **Run**: Refactor logs watch, 4000, alonmr
* **CI**: Remove post release workflow, 4002, liranbg
* **Feature Store**: Raise an error when passing invalid run config, 3999, davesh0812
* **API**: Change mlrun rest api urls to conform with the best-practice, 3982, yaelgen
* **Model Monitoring**: Secret provider for sql connection string on api side, 3987, Eyal-Danieli
* **Run-configuration**: Run all unit tests configuration, 3975, alonmr
* **Config**: Remove dynamic resolve of iguazio api url, 3974, alonmr
* **Package**: Add `mlrun.package` to docs, 3995, guy1992l
* **Launcher**: Enrich with auth info from server side, 3972, alonmr
* **CI**: Run go jobs only when changed, 3983, alonmr
* **Requirements**: Update fsspec and related dependencies to latest, 3966, gtopper
* **CI**: Feature branch enhancements, 3992, liranbg
* **Automation**: Warn if mlrun db deletion failed, 3988, alonmr
* **Serving**: Disable explicit ack when nuclio is too old, 3985, gtopper
* **Model Monitoring**: Support prometheus as a time series solution for model monitoring, 3844, Eyal-Danieli
* **Schemas**: [builder][kubejob] remove python 3.7 leftovers, 3980, alonmr
* **Requirements**: Bump storey to 1.5.2, 3979, gtopper
* **API**: Set run db url to dsn, 3976, alonmr
* **Runtimes**: Move runtime handlers to the api, 3958, alonmr
* **RunDB**: Move sqldb to api, 3938, alonmr
* **Images**: Bump pip version to 23.2.1, 3970, alonmr
* **Docs**: Add release dates to change log, 3968, jillnogold
* **Docs**: Bump readthedocs build python version, 3963, alonmr
* **Docs**: Bump mlrun version for release, 3962, alonmr
* **Docs**: Add tech preview note to dask, 3956, jillnogold
* **API**: Add submit workflow endpoint, 2473, yonishelach
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.5.0-rc2#features-and-enhancements)

Bug fixes
* **API**: Fix deprecation message for `files` and `filestat` apis, 4007, theSaarco
* **CI**: Fixing set_environment uses obsolete argument, 4011, liranbg
* **API**: Fix load-project return `runobject` instead of `backgroundtask`, 4004, yonishelach
* **Fix**: Fix normalize_workflow_name function, 4006, GiladShapira94
* **CI**: Fix feature branch release, 4001, liranbg
* **Worklow**: Fix schedule workflow name renaming, 3954, GiladShapira94
* **Automation**: Fix prepare for else clause, 3998, alonmr
* **Automation**: Fix suppressed database doesn't exist string, 3997, alonmr
* **Automation**: Fix check for suppressed errors, 3993, alonmr
* **API**: Fix workflow bugs (system tests), 3989, yonishelach
* **Nuclio**: Fix httpdb url, 3990, alonmr
* **Docs**: Fix helm repo add mlrun-ce command, 3984, alonmr
* **Project**: Fix `load_only` doc string, 3969, alonmr
* **Docs**: Fix readthedocs build python version, 3965, alonmr
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.5.0-rc2#bug-fixes)


Pull requests:
dcf0e721 [API] Fix deprecation message for `files` and `filestat` APIs (4007)
e88691d8 [Notifications] Use Run DB to store run notifications (4015)
c5c4d79d [Model Monitoring] Adjust batch monitoring job start time offset (3981)
e6e988a6 [Feature Store] Add an ability to define a feature vector that joins between different feature sets not using the same entity and with a "complex" join types. (3947)
2aedcf22 [CI] Fixing set_environment uses obsolete argument (4011)
bd962e29 [Trigger] Validate v3io consumer group name (4009)
277d6f95 [SDK] Remove deprecated methods (3971)
88e86df4 [API] Fix load-project return `RunObject` instead of `BackgroundTask` (4004)
64cb0b35 [Fix] fix normalize_workflow_name function (4006)
f79e0ac4 [Docs] Bump sphinx and limit protobuf (4005)
91b7cdd8 [Docs] Add sample for scale to zero via API (3932)
0ba29dff [CI] Bump action to use node 16 (4003)
1b77a002 [Run] Refactor logs watch (4000)
5ad21f82 [CI] Fix feature branch release (4001)
9fba06ba [CI] Remove post release workflow (4002)
7ae9b217 [Worklow] Fix schedule workflow name renaming (3954)
11d0232d [Feature Store] Raise an error when passing invalid run config (3999)
1097f697 [API] Change MLRun REST API URLs to conform with the best-practice (3982)
372985aa [Model Monitoring] Secret provider for SQL connection string on API side (3987)
095aec25 [Run-configuration] Run all unit tests configuration (3975)
e82c20a1 [Config] Remove dynamic resolve of iguazio API URL (3974)
6629cfb8 [Package] Add `mlrun.package` to docs (3995)
4317fe63 [Launcher] Enrich with auth info from server side (3972)
ba1555e7 [Automation] Fix prepare for else clause (3998)
d8da4225 [Automation] Fix suppressed database doesn't exist string (3997)
2bb2c06b [CI] Run Go jobs only when changed (3983)
42bf7ea5 [Requirements] Update fsspec and related dependencies to latest (3966)
12e81cb0 [CI] Feature branch enhancements (3992)
a6c9fafe [Automation] Fix check for suppressed errors (3993)
9b2e38ae [Automation] Warn if mlrun db deletion failed (3988)
e66bc2aa [API] Fix workflow bugs (system tests) (3989)
42e69066 [Nuclio] Fix HTTPDB URL (3990)
93a1e61f [Serving] Disable explicit ack when nuclio is too old (3985)
9465d9a8 [Model Monitoring] Support Prometheus as a time series solution for model monitoring (3844)
6a67d2f0 [Docs] Fix helm repo add mlrun-ce command (3984)
7f1d02ac [Schemas][Builder][Kubejob] Remove python 3.7 leftovers (3980)
d81550df [Requirements] Bump storey to 1.5.2 (3979)
1b8a00e3 [API] Set run db URL to DSN (3976)
ddcb444e [Runtimes] Move runtime handlers to the API (3958)
0955f708 [RunDB] Move SQLDB to API (3938)
ef001585 [Images] Bump pip version to 23.2.1 (3970)
2d3f9d43 [Project] Fix `load_only` doc string (3969)
abe5a25e [Docs] Add release dates to change log (3968)
77ef5728 [Docs] Fix readthedocs build python version (3965)
ca3e9041 [Docs] Bump readthedocs build python version (3963)
13777d1e [Docs] Bump mlrun version for release (3962)
cb930b33 [Docs] Add Tech Preview note to Dask (3956)
d130504c [API] Add submit workflow endpoint (2473)

Page 16 of 90

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.