Mlrun

Latest version: v1.6.2

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

Scan your dependencies

Page 1 of 90

1.7.0rc14

Features / Enhancements
* **Httpdb**: Use normalized name in url when get_nuclio_deploy_status, 5495, rokatyy
* **Dask**: Enhance extending env vars to avoid memory leak, 5490, liranbg
* **API**: Create logger handler once, 5488, liranbg
* **Hack**: Update postto version, 5487, gtopper
* **ProjectSummaries**: Add runs_completed_recent_count, 5482, roei3000b
* **Docs**: Remove double function parameter, 5457, george0st
* **Nuclio**: Delete nuclio function when removing function of nuclio runtime, 5462, rokatyy
* **Workflows**: Add subpath or workdir to workflow path, 5461, GiladShapira94
* **Project**: By default, don't raise if allow_cross_project flag isn't set, 5481, roei3000b
* **Auth**: Authenticate with oauth client-credentials grant, 5456, theSaarco
* **Runs**: Log run state to be patched, 5476, liranbg
* **Projects**: Adding `allow_cross_project` flag for creating project from template, 5453, roei3000b
* **RemoteWorkflows**: Fail fast when remote runner is failing, 5473, liranbg
* **Project**: Don't sync functions if running workflows in remote, 5472, TomerShor
* **Serving**: Add new `set_flow()` api, 5437, gtopper
* **Nuclio**: Refactor api gateway class to inherit from `modelobj`, 5464, TomerShor
* **Datastore**: Change default chunk size, 5468, tomerm-iguazio
* **Docs**: Add docstring for `kafkatarget`, 5463, gtopper
* **Feature Store**: Base redis default path on `config.feature_store` template, 5442, alxtkr77
* **Model Monitoring**: Add `wait_for_deployment` flag in create/deploy/update apis, 5433, jond01
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc14#features-and-enhancements)

Bug fixes
* **Auth**: Fix httpdb init from env, 5494, theSaarco
* **Notifications**: Fix slack notifications with long messages, 5489, quaark
* **Datastore**: Fix `hdfsstore.rm()`, 5471, gtopper
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc14#bug-fixes)


Pull requests:
0967b2a2 [Httpdb] Use normalized name in URL when get_nuclio_deploy_status (5495)
9d672b32 [Auth] Fix httpdb init from env (5494)
cb3ba867 [Dask] Enhance extending env vars to avoid memory leak (5490)
f3c0222a [Notifications] Fix Slack Notifications With Long Messages (5489)
370acaf3 [API] Create logger handler once (5488)
6a1c1283 [Hack] Update postto version (5487)
017ebdaa [ProjectSummaries] Add runs_completed_recent_count (5482)
fea108db [Docs] Remove double function parameter (5457)
a0e7738d [Nuclio] Delete Nuclio function when removing function of Nuclio runtime (5462)
b0c80652 [Workflows] Add subpath or workdir to workflow path (5461)
f6967002 [Project] By default, don't raise if allow_cross_project flag isn't set (5481)
ea4cdfd1 [Auth] Authenticate with OAuth client-credentials grant (5456)
8a133816 [Runs] Log run state to be patched (5476)
64a306aa [Projects] Adding `allow_cross_project` flag for creating project from template (5453)
be389737 [RemoteWorkflows] Fail fast when remote runner is failing (5473)
e9fdfdd9 [Project] Don't sync functions if running workflows in remote (5472)
03aecff3 [Serving] Add new `set_flow()` API (5437)
75fcc2d8 [Datastore] Fix `HdfsStore.rm()` (5471)
b0e1c6c4 [Nuclio] Refactor API Gateway class to inherit from `ModelObj` (5464)
bb553dee [Datastore] change default chunk size (5468)
842aacaf [Docs] Add docstring for `KafkaTarget` (5463)
b95a34f3 [Feature Store] Base Redis default path on `config.feature_store` template (5442)
6a1e37e9 [Model Monitoring] Add `wait_for_deployment` flag in create/deploy/update APIs (5433)

1.7.0rc13

Features / Enhancements
* **Alerts**: Convert event value to be dict to allow multiple values, 5460, yanburman
* **Docs**: Add workflow examples, 5444, jillnogold
* **Feature Store**: Restore ds default template path, 5458, alxtkr77
* **Projects**: Make store_project async and refresh cached result, 5434, yaelgen
* **Docs**: Improve sql source and target documentation, 5455, gtopper
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc13#features-and-enhancements)

Bug fixes
* **Datastore**: Fix `datastoreprofilekafkatarget`, 5454, gtopper
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc13#bug-fixes)


Pull requests:
3bba8f56 [Alerts] Convert event value to be dict to allow multiple values (5460)
4e2dcfef [Docs] Add workflow examples (5444)
69af841c [Feature Store] Restore ds default template path (5458)
2c925799 [Projects] Make store_project async and refresh cached result (5434)
0e8b1922 [Datastore] Fix `DatastoreProfileKafkaTarget` (5454)
0c21ac26 [Docs] Improve SQL source and target documentation (5455)

1.7.0rc12

Features / Enhancements
* **Docs**: Update sample (use image python 3.9 not 3.7), 5451, george0st
* **Kafka**: Add warning and fallback on old kafka option everywhere it applies, 5452, gtopper
* **Hack**: Delete comment that is no longer relevant from notebook, 5449, gtopper
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc12#features-and-enhancements)

Bug fixes
* **Datastore**: Revert 'kind' prefix for default and v3io stores, 5450, alxtkr77
* **Artifacts**: Fix retained producer overwriting artifact spec, 5381, alonmr
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc12#bug-fixes)


Pull requests:
d99c139a [Docs] Update sample (use image python 3.9 not 3.7) (5451)
daad905f [Datastore] Revert 'kind' prefix for default and v3io stores (5450)
177a7b29 [Kafka] Add warning and fallback on old kafka option everywhere it applies (5452)
06efdda2 [Hack] Delete comment that is no longer relevant from notebook (5449)
811d3f0b [Artifacts] Fix retained producer overwriting artifact spec (5381)
e472f22a [Dependabot] Bump golang.org/x/net from 0.22.0 to 0.23.0 in /server/log-collector (5446)

Failed parsing:
e472f22a {dependabot[bot]} [Dependabot] Bump golang.org/x/net from 0.22.0 to 0.23.0 in /server/log-collector (5446)

1.7.0rc11

Features / Enhancements
* **Datastore**: Rely on buffer instead of mmap, 5439, tomerm-iguazio
* **API**: Add alerts handling, 5367, yanburman
* **FeatureStore**: Set 'kind' for all the default stores as 'nosql', 5441, alxtkr77
* **Model Monitoring**: Raise error when using mlrun default image with client_version<1.6.3 and set_tracking is on, 5438, davesh0812
* **Pagination**: Phase vi - sdk uses pagination, 5436, quaark
* **Serving**: Revert 5322, 5431, gtopper
* **API Reference**: Add `mlrun.model_monitoring` docstrings, 5422, jond01
* **Docs**: Add an example how to use `log_artifact` method, 5411, GiladShapira94
* **Formatting**: Run the ruff formatter on docstrings, 5420, jond01
* **Model Monitoring**: Delete pipelines `access_key` from serving_spec_env, 5423, davesh0812
* **Model Monitoring**: Improve infra functions deployment, 5418, jond01
* **Utils**: Use `time.monotonic()` when measuring run time, 5421, gtopper
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc11#features-and-enhancements)

Bug fixes
* **Docs**: Fix text block formatting, 5427, jond01
* **Model Monitoring**: Fix model inputs and outputs concatenation, 5435, jond01
* **Tests**: Fix `teardown_class`, 5426, tomerm-iguazio
* **Kafka**: Fix handling of new `brokers` parameter in `kafkatarget`, 5430, gtopper
* **Kafka**: Fix `kafka_brokers` fallback on `kafka_bootstrap_servers`, add deprecation warning, 5429, gtopper
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc11#bug-fixes)


Pull requests:
fbea0ad0 [Docs] Fix text block formatting (5427)
dc382166 [Model Monitoring] Fix model inputs and outputs concatenation (5435)
1401c784 [Tests] Fix `teardown_class` (5426)
bf95217e [Datastore] Rely on buffer instead of mmap (5439)
57e09417 [API] Add alerts handling (5367)
52373185 [FeatureStore] Set 'kind' for all the default stores as 'nosql' (5441)
5c1c4b7e [Kafka] Fix handling of new `brokers` parameter in `KafkaTarget` (5430)
477b3667 [Kafka] Fix `kafka_brokers` fallback on `kafka_bootstrap_servers`, add deprecation warning (5429)
498848b3 [Model Monitoring] raise error when using mlrun default image with client_version<1.6.3 and set_tracking is on (5438)
7c2d8ca8 [Pagination] Phase VI - SDK Uses Pagination (5436)
eddf225e [Serving] Revert 5322 (5431)
84133897 [API Reference] Add `mlrun.model_monitoring` docstrings (5422)
90c42251 [Docs] Add an example how to use `log_artifact` method (5411)
1e58ee7c [Formatting] Run the Ruff Formatter on docstrings (5420)
8e801eb0 [Model Monitoring] Delete pipelines `access_key` from SERVING_SPEC_ENV (5423)
d3e45852 [Model Monitoring] Improve infra functions deployment (5418)
f99e193d [Utils] Use `time.monotonic()` when measuring run time (5421)

1.7.0rc9

Features / Enhancements
* **Application**: Forward query params to sidecar, 5416, alonmr
* **Nuclio**: Add ability to delete function with async client, 5414, rokatyy
* **API**: Support format for single get projects endpoint, 5407, liranbg
* **Datastore**: Snowflake offline target, 5214, tomerm-iguazio
* **Pagination**: Phase v.2 - function pagination endpoint support, 5415, quaark
* **Requirements**: Bump igz-mgmt to 0.1.3, 5413, moranbental
* **Application**: Support building the application image, 5341, alonmr
* **Pagination**: Phase v.1 - runs pagination endpoint support, 5399, quaark
* **API**: Ensure uvicorn logger matches the handler class, 5408, liranbg
* **Config**: Use mlrun.mlconf instead of mlrun.config.config, 5405, yanburman
* **Nuclio**: Add wait_for_readiness functionality to store_api_gateway, 5406, rokatyy
* **Kafka**: Rename `bootstrap_servers` -> `brokers`, 5398, gtopper
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc9#features-and-enhancements)

Bug fixes
* **Tensorflow**: Fix imports, 5410, gtopper
* **API**: Fix logging headers for incoming/responding requests, 5409, liranbg
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc9#bug-fixes)


Pull requests:
3396f9ef [Application] Forward query params to sidecar (5416)
0be210b9 [Nuclio] Add ability to delete function with Async client (5414)
8dd496d8 [API] Support format for single get projects endpoint (5407)
ccdbfdda [Datastore] Snowflake offline target (5214)
76240c16 [Pagination] Phase V.2 - Function Pagination Endpoint Support (5415)
48de4653 [Requirements] Bump igz-mgmt to 0.1.3 (5413)
007ab801 [Application] Support building the application image (5341)
002bf0a4 [Tensorflow] Fix imports (5410)
35ae3778 [Pagination] Phase V.1 - Runs Pagination Endpoint Support (5399)
bbe47a9e [API] Fix logging headers for incoming/responding requests (5409)
0498c578 [API] Ensure uvicorn logger matches the handler class (5408)
061da847 [Config] Use mlrun.mlconf instead of mlrun.config.config (5405)
e06a1896 [Nuclio] Add wait_for_readiness functionality to store_api_gateway (5406)
18fa12ca [Kafka] Rename `bootstrap_servers` -> `brokers` (5398)

1.7.0rc8

Features / Enhancements
* **Nuclio**: Api gateway system test, 5374, rokatyy
* **Make**: Add comments describing the logic behind container cleanups, 5400, yanburman
* **Tests**: Add dask coverage in datastore tests, 5371, tomerm-iguazio
* **Errors**: Use `error_to_str()` to format exceptions, 5404, yanburman
* **Tests**: Print mlrun-api logs in integ test in human readable form, 5402, yanburman
* **Projects**: Expose project level default function node selector via sdk for user interface, 5369, yaelgen
* **Requirements**: Allow for newer versions of fsspec, 5383, gtopper
* **Requirements**: Tighten pydantic upperbound due to breakage upstream, 5390, gtopper
* **FeatureStore**: Add default value for ds profile url, 5386, alxtkr77
* **Project**: Use job kind by default if not specified, 5224, Yacouby
* **Pagination**: Phase iv - handle permission filtering on paginated requests, 5385, quaark
* **Tests**: Allow running tests after previous failure, 5384, yanburman
* **Requirements**: Raise minimum `orjson` version due to cve-2024-27454, 5382, gtopper
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc8#features-and-enhancements)

Bug fixes
* **Model Monitoring**: Fix security issue - delete pipelines access key from serving env, 5393, davesh0812
* **Tests**: Fix `testbatchdrift::test_batch_drift` system test, 5394, davesh0812
* **Tensorflow**: Fix import, 5375, gtopper
* **Pipelines**: Fix sensitive data appearing in pipeline metadata artifact, 5373, quaark
* **Pagination**: Phase iv.5 - fix no pagination on authenticated request and refactor config, 5387, quaark
* **Retryer**: Fix retryer not keeping last exception, 5376, alonmr
* **Docs**: Fix cheat sheet usage of `kafkatarget`, 5372, gtopper
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc8#bug-fixes)


Pull requests:
cc1ff1e9 [Model Monitoring] Fix security issue - delete pipelines access key from serving env (5393)
989d496b [Nuclio] API Gateway system test (5374)
a72edcde [Make] Add comments describing the logic behind container cleanups (5400)
492d5eea [Tests] Fix `TestBatchDrift::test_batch_drift` system test (5394)
a6903389 [Tests] Add dask coverage in datastore tests (5371)
292d4eec [Errors] Use `error_to_str()` to format exceptions (5404)
7ad90eef [Tests] Print mlrun-api logs in integ test in human readable form (5402)
c723f751 [Projects] Expose Project level default function node selector via SDK for user interface (5369)
5837ce36 [Tensorflow] Fix import (5375)
0e4b2eae [Requirements] Allow for newer versions of fsspec (5383)
cbafd621 [Requirements] Tighten pydantic upperbound due to breakage upstream (5390)
7cc4fa65 [FeatureStore] Add default value for ds profile url (5386)
404d8ffe [Pipelines] Fix sensitive data appearing in pipeline metadata artifact (5373)
33d5edff [Pagination] Phase IV.5 - Fix No Pagination on authenticated request and Refactor Config (5387)
14cc5e28 [Project] Use job kind by default if not specified (5224)
acebdc44 [Pagination] Phase IV - Handle Permission Filtering on Paginated Requests (5385)
31bed60f [Tests] Allow running tests after previous failure (5384)
812813ef [Retryer] Fix retryer not keeping last exception (5376)
61818c4e [Requirements] Raise minimum `orjson` version due to CVE-2024-27454 (5382)
a95fefd8 [Docs] Fix cheat sheet usage of `KafkaTarget` (5372)

Page 1 of 90

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.