Mlrun

Latest version: v1.6.2

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

Scan your dependencies

Page 21 of 90

1.4.0rc5

Not secure
Features / Enhancements
* **HTTPDB**: Do not enforce format, 3564, liranbg
* **Tests**: Increase dockerized tests timeout, 3472, yaelgen
* **Projects**: Query db for name only when listing projects with `name_only` format, 3560, TomerShor
* **Local**: Support passing more parameters to handler if handler contains `**kwargs` keyword, 3533, tankilevitch
* **Feature Store**: Change `test_read_csv` to use mlrun csvsource - ml-3820, 3550, tomerm-iguazio
* **Artifact**: Add a comment for allowing to create artifacts with conflicting keys, 3544, yaelgen
* **API**: Remove more spammy log lines, 3554, liranbg
* **Schemas**: Remove duplicates from typing hints, 3545, TomerShor
* **Runtime/Launcher**: Use runtime db instead of launcher db, 3551, tankilevitch
* **Docs**: Add ce version, minor edits to kubernetes and aws install docs, 3539, jillnogold
* **Launcher**: Remove unused local variable from `launch`, 3543, alonmr
* **DB**: Test hubsource kind migrations, 3540, TomerShor
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.4.0-rc5#features-and-enhancements)

Bug fixes
* **Docs**: Fix git error 3535, minor edits, 3558, jillnogold
* **Projects**: Fix file validation when set secrets or set envs, 3549, GiladShapira94
* **Launcher**: Unit tests and fixes, 3552, alonmr
* **Requirements**: Bump fsspec based dependancies to fix gcsfs breakage after transformers==4.11.3 install, 3497, assaf758
* **Datastore**: Fix httpsource initialization, 3559, Eyal-Danieli
* **Launcher**: Enrich run fixes, 3542, alonmr
* **Model Monitoring**: Fix _process_model_monitoring_secret: remove internal unnecessary import, 3541, Eyal-Danieli
* **Model Monitoring**: Fix error-count by converting it's value to int before writing endpoint to db, 3520, Eyal-Danieli
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.4.0-rc5#bug-fixes)


Pull requests:
85960a2a [HTTPDB] Do not enforce format (3564)
e0f5b0f1 [Docs] Fix git error 3535, minor edits (3558)
7169d42a [Projects] Fix file validation when set secrets or set envs (3549)
bce3000b [Tests] Increase dockerized tests timeout (3472)
22943a2f [Projects] Query db for name only when listing projects with `name_only` format (3560)
3cfa6752 [Launcher] Unit tests and fixes (3552)
ac33f3d2 [Requirements] Bump fsspec based dependancies to fix gcsfs breakage after transformers==4.11.3 install (3497)
00d17194 [Local] Support passing more parameters to handler if handler contains `**kwargs` keyword (3533)
f988caac [Datastore] Fix HttpSource initialization (3559)
8b073541 [Feature Store] Change `test_read_csv` to use mlrun CSVSource - ML-3820 (3550)
67d7fbcb [Artifact] Add a comment for allowing to create artifacts with conflicting keys (3544)
fbef19f7 [API] Remove more spammy log lines (3554)
3e2135f6 [Launcher] Enrich run fixes (3542)
70833dee [Schemas] Remove duplicates from typing hints (3545)
48447eac [Runtime/Launcher] Use runtime db instead of launcher db (3551)
f2285eb2 [Model Monitoring] Fix _process_model_monitoring_secret: remove internal unnecessary import (3541)
0bd70932 [Model Monitoring] Fix error-count by converting it's value to int before writing endpoint to DB (3520)
47bec480 [Docs] Add CE version, minor edits to Kubernetes and AWS install docs (3539)
56936ac5 [Launcher] Remove unused local variable from `launch` (3543)
2d05dbe3 [DB] Test HubSource kind migrations (3540)

1.4.0rc4

Not secure
Features / Enhancements
* **Builder**: Move `builder.py` to `api/utils/builder.py`, 3527, tankilevitch
* **Run**: Introducing run launchers, 3524, alonmr
* **Runtime**: Add `has_args` and `has_kwargs` to function doc, 3528, tankilevitch
* **API**: Reduce spammy logging, 3538, liranbg
* **Builder**: Do not copy relative path sources, 3500, alonmr
* **DB**: Perform data migrations to rename 'marketplace' source type to 'hub', 3536, TomerShor
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.4.0-rc4#features-and-enhancements)

Bug fixes
* **Utils**: Improve `get_caller_globals` to avoid future bugs, 3534, gtopper
* **Test**: Fix workflow file of system test, 3529, alonmr
* **CI**: Fix logging errors when verbose is set, 3530, liranbg
* **Feature Store**: Fix `ingest()` local namespace resolution, 3532, gtopper
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.4.0-rc4#bug-fixes)


Pull requests:
3618d468 [Builder] Move `builder.py` to `api/utils/builder.py` (3527)
39fde210 [Run] Introducing Run Launchers (3524)
cbf3ab19 [Runtime] Add `has_args` and `has_kwargs` to function doc (3528)
eb4de9d5 [API] Reduce spammy logging (3538)
afe1be22 [Builder] Do not copy relative path sources (3500)
1d5e5936 [DB] Perform data migrations to rename 'Marketplace' source type to 'Hub' (3536)
c07ec535 [Utils] Improve `get_caller_globals` to avoid future bugs (3534)
7d4cfbdd [Test] Fix workflow file of system test (3529)
6ec2c532 [CI] Fix logging errors when verbose is set (3530)
79ace74e [Feature Store] Fix `ingest()` local namespace resolution (3532)

1.4.0rc3

Not secure
Features / Enhancements
* **Schemas**: Inject old imports to sys modules, 3526, TomerShor
* **Docs**: Format ipynb files and add black[jupyter] to packages, 3515, Yan Burman
* **CI**: Enable running community edition deployer on remote machine, 3508, quaark
* **Log Collector**: Has logs - don't raise exception on retryable errors, 3507, TomerShor
* **API**: Add k8s util exception logging, 3504, liranbg
* **CI**: Make community edition deployer self contained, 3501, quaark
* **Projects**: Minimal project response and request iguazio projects separately during sync, 3489, quaark
* **K8s**: Move k8s helper to api side, 3426, tankilevitch
* **Requirements**: Bump pytest to 7.x, 3499, alonmr
* **Requirements**: Blacklist orjson 3.8.12, 3496, alonmr
* **CI**: Use ce deployer in open source system tests ci, 3491, quaark
* **CI**: Add command to the `prepare.py` and `deployer.py`, 3478, tankilevitch
* **Schemas**: Move api pydantic schemas to common, 3461, TomerShor
* **Model Monitoring**: Validate access key in grafana only in non-ce deployment, 3476, Eyal-Danieli
* **Automation**: Refactor ce deployer script, 3474, quaark
* **Unknown**: Mlrun ce deployer script, 3435, quaark
* **Marketplace**: Replace term from marketplace to hub, 3409, yaelgen
* **Requirements**: Bump storey to 1.3.19, 3467, gtopper
* **Datastore**: Improve `bigquerysource` documentation to cover credentials, 3466, gtopper
* **Runtimes**: Remove option to deploy nuclio function straight from client, 3453, TomerShor
* **Model Monitoring**: Support http/kafka stream and add monitoring file target function, 3355, Eyal-Danieli
* **Tests**: Add tests failure handling for serving graphs, 3456, tankilevitch
* **DataStore**: Allow import item from authenticated endpoint, 3352, GiladShapira94
* **Docs**: Installation on arm64 machines, 3443, alonmr
* **CI**: Pass github token to `env.yaml` of enterprise system tests for tests relying on private repos, 3447, tankilevitch
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.4.0-rc3#features-and-enhancements)

Bug fixes
* **Feature Store**: Fix empty dataframe result from `preview()` with pandas engine, 3519, gtopper
* **CI**: Fix open source tests, 3512, liranbg
* **System Tests**: Fix finding mlrun db pod name, 3516, liranbg
* **Tests**: Fix `test_sync_pipeline_chunks`, 3517, gtopper
* **System Tests**: Fix test run notifications, 3511, yaelgen
* **System tests**: Fix test run notifications, 3505, yaelgen
* **Model Monitoring**: Fix bc issue when deleting a model endpoint from kv, 3482, Eyal-Danieli
* **Spark**: Fix treating single string entity as a list when saving to redis, 3490, alxtkr77
* **Model Monitoring**: Fix endpointtype imports, 3486, Eyal-Danieli
* **Docs**: Minor fixes, 3475, gilad-shaham
* **Docs**: Fix tutorials sklearn bump version, 3437, daniels290813
* **CI**: Fix makefile dockerized tests, 3471, tankilevitch
* **Feature Store**: Fix `bigquerysource` support for passthrough+`chunksize`, 3449, gtopper
* **Model Monitoring**: Fix grafana datasource name in details dashboard, 3464, Eyal-Danieli
* **Model Monitoring**: Fix list_model_endpoints docstrings, 3459, Eyal-Danieli
* **Model Monitoring**: Fix: convert error_count value to integer in the monitoring stream graph, 3452, Eyal-Danieli
* **Serving**: Fix passing mlrun event headers with underscore in remotestep, 3457, tankilevitch
* **Project**: Fix running pipelines with local code, 3460, alonmr
* **Tests**: Fix test_deploy_function_with_error_handler, 3450, assaf758
* **CI**: Fix backslash missing in passing params, 3454, tankilevitch
* **Projects**: Fix forwarding project subpath value to schedule workflow, 3365, GiladShapira94
* **Tests**: Fix spark system tests, 3448, gtopper
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.4.0-rc3#bug-fixes)


Pull requests:
207f6987 [Schemas] Inject old imports to sys modules (3526)
b51baf05 [Feature Store] Fix empty dataframe result from `preview()` with pandas engine (3519)
1a2647b2 [CI] Fix open source tests (3512)
f8f68ba8 [System Tests] Fix finding mlrun db pod name (3516)
1605e16f [Docs] Format ipynb files and add black[jupyter] to packages (3515)
60debd16 [Tests] Fix `test_sync_pipeline_chunks` (3517)
deda5e51 [CI] Enable Running Community Edition Deployer On Remote Machine (3508)
452dc4b0 [System Tests] Fix test run notifications (3511)
67cd3040 [Log Collector] Has logs - don't raise exception on retryable errors (3507)
7f4a51dc [System tests] Fix test run notifications (3505)
00e8b478 [API] Add k8s util exception logging (3504)
588caa9a [CI] Make Community Edition Deployer Self Contained (3501)
5fab0cff [Projects] Minimal Project Response and Request Iguazio Projects Separately During Sync (3489)
52135810 [K8s] Move K8s Helper to API side (3426)
2e2a711e [Requirements] Bump pytest to 7.x (3499)
1ace8dde [Requirements] Blacklist orjson 3.8.12 (3496)
018d56a1 [CI] Use CE Deployer in Open Source System Tests CI (3491)
ef31a8ad [Model Monitoring] Fix BC issue when deleting a model endpoint from KV (3482)
6d3f8dc0 [Spark] Fix treating single string entity as a list when saving to Redis (3490)
77347c32 [Model Monitoring] Fix EndpointType imports (3486)
fc8fc2b3 [CI] Add command to the `prepare.py` and `deployer.py` (3478)
0ed889f9 [Schemas] Move API Pydantic schemas to common (3461)
11cf287e [Model Monitoring] Validate access key in Grafana only in non-CE deployment (3476)
74cf6327 [Docs] Minor fixes (3475)
5912aa14 [Automation] Refactor CE Deployer Script (3474)
1695e659 MLRun CE Deployer Script (3435)
f1d4a543 [Docs] Fix tutorials sklearn bump version (3437)
ec9e0f31 [Marketplace] Replace term from marketplace to hub (3409)
060e92b3 [CI] Fix Makefile dockerized tests (3471)
be513765 [Feature Store] Fix `BigQuerySource` support for passthrough+`chunksize` (3449)
ce49dc9f [Requirements] Bump storey to 1.3.19 (3467)
f64bdd82 [Datastore] Improve `BigQuerySource` documentation to cover credentials (3466)
1253670a [Model Monitoring] Fix Grafana datasource name in details dashboard (3464)
7b035ba3 [Model Monitoring] Fix list_model_endpoints docstrings (3459)
a39ef9cd [Model Monitoring] Fix: Convert error_count value to integer in the monitoring stream graph (3452)
bd82117f [Serving] Fix passing MLRun event headers with underscore in RemoteStep (3457)
c55501fe [Project] Fix running pipelines with local code (3460)
8d9b7e5a [Runtimes] Remove option to deploy Nuclio function straight from client (3453)
b395f51f [Model Monitoring] Support HTTP/Kafka stream and add monitoring file target function (3355)
3d194d51 [Tests] Fix test_deploy_function_with_error_handler (3450)
7937ad3a [Tests] Add tests failure handling for serving graphs (3456)
2b4dc972 [CI] Fix backslash missing in passing params (3454)
77932647 [DataStore] Allow import item from authenticated endpoint (3352)
2a415c77 [Projects] Fix forwarding project subpath value to schedule workflow (3365)
3553014e [Tests] Fix spark system tests (3448)
b3f081f0 [Docs] Installation on ARM64 machines (3443)
83ddd680 [CI] Pass GitHub token to `env.yaml` of enterprise system tests for tests relying on private repos (3447)

1.4.0rc2

Not secure
Features / Enhancements
* **API**: Add version to healthz endpoint, 3445, liranbg
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.4.0-rc2#features-and-enhancements)

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


Pull requests:
11fee9f0 [API] Add version to healthz endpoint (3445)

1.4.0rc1

Not secure
Features / Enhancements
* **Requirments**: Bump storey to v1.3.18, 3436, assaf758
* **CI**: Add freeing up disk space and add more logs to go integration tests, 3434, tankilevitch
* **Spark**: Allow ingesting to a local path, 3432, gtopper
* **Unknown**: Support running most spark system tests locally with `run_local` flag, 3419, gtopper
* **DataStore**: Enrich `v3iodriver` with `mlconf.v3io_api`, 3414, tankilevitch
* **Requirements**: Bump storey to v1.3.17, 3415, assaf758
* **CI**: Add datanode docker images removal command and skip db deletion if db instance is not available, 3404, tankilevitch
* **API**: Reduce spammy logs, 3408, liranbg
* **CI**: Add branch information to the slack message in system tests, 3401, tankilevitch
* **CLI**: Add notifications to project, 2934, GiladShapira94
* **Runtimes**: Adjust `require_build` logic to include new requirements attribute, 3396, tankilevitch
* **CI**: Support multi branch system tests, 3393, tankilevitch
* **Runtime**: Introduce `requirements` attribute in the build spec to provide full separation between commands and requirements, 3385, tankilevitch
* **Requirements**: Arm64 requirements over conda env, 3386, alonmr
* **Spark**: Support more than 2 keys in spark online target ingestion engine, 3322, alxtkr77
* **Tests**: Remove excessive logs in serving tests, 3376, gtopper
* **CI**: Publish tutorials tarball asset on releases, 3369, daniels290813
* **Runtimes**: Avoid hang on large stderr output in `run_exec`, 3364, gtopper
* **Docs**: Repair reference, 3371, george0st
* **Tests**: System test prepare purge db, 3366, alonmr
* **API**: Add marketplace `get_asset` endpoint, 3339, yonishelach
* **Extras**: Add avro for kafka, 3193, george0st
* **API**: Fail `healthz` requests when offline / waiting for chief, 3344, liranbg
* **Docs**: Add stament about which ce/enterprise version gets installed, 3347, jillnogold
* **Docs**: Jobs and workflows, 3353, yevgenykhazan
* **DB**: Remove filedb, 2867, tankilevitch
* **CI**: Trigger ci on pull request against `feature/` branches (3345), 3348, alonmr
* **API**: Reflect correct message wen waiting for chief, 3336, liranbg
* **Model Monitoring**: Support sql store target for model endpoints, 2685, Eyal-Danieli
* **CI**: Security scan github action, 3331, liranbg
* **Model Monitoring**: Adjust grafana dashboards to use v3io datasource instead of mlrun api, 3271, Eyal-Danieli
* **Docs**: Add that api will change in future: feature vector over several feature sets, 3328, jillnogold
* **API**: Update marketplace schema, 3152, yonishelach
* **Project**: Deprecate constructor legacy params, 3269, alonmr
* **Docs**: K8s configuration doc edits, 3165, bcrant
* **Models**: Set cflags before requirements installation, 3318, alonmr
* **Runtimes**: Delete spark 2 support, 3280, gtopper
* **Schedule**: Update type hints for schedulecrontrigger to avoid unexpected pydantic behaviour, 3286, Eyal-Danieli
* **API**: Notification mechanism, 2414, quaark
* **API**: Allow sorting pipelines when specifying project, 3310, alonmr
* **Models**: Add mpi4py requirement, 3303, alonmr
* **Utils**: Clone gitlab with fine-grained access tokens, 3297, alonmr
* **Nuclio**: `with_service_type` sdk, 3296, alonmr
* **CI**: Update release automation script, 3292, liranbg
* **Requirements**: Bump httpx version, 3291, liranbg
* **Spark**: Block pull source at runtime, 3275, alonmr
* **Project**: Remove unused legacy methods, 3268, alonmr
* **Feature Store**: Get_offline_features over relations: add support for spark retrieval engine, 3055, davesh0812
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.4.0-rc1#features-and-enhancements)

Bug fixes
* **Serving**: Graph/step custom error-handler - fix bug and provide cleaner api, 3390, davesh0812
* **Feature Set**: Fix ingest to raise error when user did not provide targets and called set_targets with_default=false, 3420, davesh0812
* **Spark**: Fix redis key generation for single entity, 3425, alxtkr77
* **Tests**: Fix spark system tests, 3418, davesh0812
* **CI**: Set api log level in integration tests to `debug`, 3417, tankilevitch
* **Spark**: Fix udf - remove dependencies, 3403, alxtkr77
* **Builder**: Fix pushing to ecr, 3407, liranbg
* **MLRun**: Fix use of json instead of simplejson, 3405, tankilevitch
* **Tests**: Fix pipeline system tests, 3389, yaelgen
* **Serving**: Fix process executer in parallelrun, 3400, davesh0812
* **System Tests**: Fix run notifications system test, 3397, quaark
* **Builder**: Fix commands and requirements order when creating kaniko dockerfile, 3375, tankilevitch
* **Utils**: Fix multiple logs, 3381, gtopper
* **Datastore**: Fix `mapvalues` spark implementation to account for change of type, 3313, tomerm-iguazio
* **Serving**: Fix 200x logging in ci (and potentially elsewhere), 3377, gtopper
* **Project**: Fix cleanup of downloaded artifact zip on import, 3323, alonmr
* **Features**: Fixing issue when value_type is `valuetype` instance, 3368, davesh0812
* **Tests**: Fix parameter in tests, 3363, gtopper
* **Requirements**: Bump pyarrow upper limitation & fix system test to use parquetdatasetv2, 3321, davesh0812
* **Spark**: Fix resolving code path, 3356, alonmr
* **Model Monitoring**: Update system tests and fix endpoint_type in batch job, 3350, Eyal-Danieli
* **Test**: Fix api states healthz status code, 3358, alonmr
* **Model Monitoring**: Fix monitoring feature set target, 3357, Eyal-Danieli
* **Serving**: Fix initialization of graph steps in error flow, 3337, gtopper
* **Runtimes**: Fix workdir and source target dir, 3334, alonmr
* **Docs**: Fix ce upgrade and slack notification command, 3351, yevgenykhazan
* **Docs**: Fix sqlsource documentation anr remove todataframe from targets table, 3330, george0st
* **Makefile**: Fix compile schemas dockerized dir volume, 3346, alonmr
* **Docs**: Fix mlrun 1.3.0 client installation guide, 3338, alonmr
* **Datastore**: Fix leading zeros in time partition names, 3325, gtopper
* **Docs**: Fix typo in project.md, 3329, alterEgo123
* **Tests**: Fixing spark system test, 3324, davesh0812
* **Notifications**: Fix importing api from client code, 3326, alonmr
* **Project**: Fix function name isn't treated uniformly, 3287, yaelgen
* **Serving**: Fix type annotation, 3320, gtopper
* **Serving**: Fix monitoring stream pod losing events when event timestamp's microsecond equals zero, 3312, davesh0812
* **Context**: Fix failed to import a context from dict, 3308, yaelgen
* **Builder**: Fix default workdir and support setting workdir, 3245, alonmr
* **FrontendSpec**: Add allowed artifact path prefixes list to frontend spec, 3261, theSaarco
* **CI**: Bump prefix version for build images, 3315, liranbg
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.4.0-rc1#bug-fixes)


Pull requests:
f760105d [Tests] Fix tests to use preview if ingest is done with no targets and with_default_targets=False
cb08ab98 [Requirments] bump storey to v1.3.18 (3436)
ad06081a [CI] Add freeing up disk space and add more logs to go integration tests (3434)
6eef0f72 [Spark] Allow ingesting to a local path (3432)
7a308ddc [Serving] Graph/Step custom error-handler - fix bug and provide cleaner api (3390)
998a50c5 Support running most spark system tests locally with `run_local` flag (3419)
d8adcfd2 [Feature Set] Fix ingest to raise error when user did not provide targets and called set_targets with_default=False (3420)
114dd09d [Spark] Fix Redis key generation for single entity (3425)
90391e0d [DataStore] Enrich `V3ioDriver` with `mlconf.v3io_api` (3414)
69a4ea46 [Tests] Fix spark system tests (3418)
4c68d22f [CI] Set API log level in integration tests to `DEBUG` (3417)
031fe7bf [Requirements] Bump storey to v1.3.17 (3415)
156821f9 [Spark] Fix UDF - remove dependencies (3403)
ee33b3f7 [Builder] Fix pushing to ECR (3407)
99179dd2 [CI] Add datanode docker images removal command and skip DB deletion if DB instance is not available (3404)
64553567 [API] Reduce spammy logs (3408)
241cc6ee [MLRun] Fix use of json instead of simplejson (3405)
0fb7cccd [CI] Add branch information to the slack message in system tests (3401)
973c0df2 [Tests] Fix pipeline system tests (3389)
8c9d8447 [Serving] Fix process executer in ParallelRun (3400)
e6a00497 [Spark] Fix unexpected spark job failure
7aae8e97 [CLI] Add notifications to project (2934)
d6dbd34b [System Tests] Fix Run Notifications System Test (3397)
9cea482c [Runtimes] Adjust `require_build` logic to include new requirements attribute (3396)
5481f5b2 [CI] Support multi branch system tests (3393)
7e3c2bbc [Runtime] Introduce `requirements` attribute in the build spec to provide full separation between commands and requirements (3385)
a832c9e8 [Requirements] ARM64 requirements over conda env (3386)
f3f41f7b [Builder] Fix commands and requirements order when creating kaniko Dockerfile (3375)
42294061 [Utils] Fix multiple logs (3381)
c540f320 [Datastore] Fix `MapValues` spark implementation to account for change of type (3313)
92b5cc1a [Spark] Support more than 2 keys in spark online target ingestion engine (3322)
549d9994 [Serving] Fix 200x logging in CI (and potentially elsewhere) (3377)
7d738271 [Tests] Remove excessive logs in serving tests (3376)
688e48ef [CI] Publish tutorials tarball asset on releases (3369)
bf07df6e [Runtimes] Avoid hang on large stderr output in `run_exec` (3364)
41e6625c [Docs] Repair reference (3371)
cdd9387a [Project] Fix cleanup of downloaded artifact zip on import (3323)
9c0be5bb [Features] Fixing issue when value_type is `ValueType` instance (3368)
8ddeb385 [Tests] System test prepare purge DB (3366)
69bf2bfc [Tests] Fix parameter in tests (3363)
780e2f14 [Requirements] Bump pyarrow upper limitation & Fix system test to use ParquetDatasetV2 (3321)
f37f20ae [API] Add marketplace `get_asset` endpoint (3339)
b948c1db [Spark] Fix resolving code path (3356)
ba82e6d5 [Model Monitoring] Update system tests and fix endpoint_type in batch job (3350)
96edbed3 [Test] Fix API states healthz status code (3358)
f498afca [Model Monitoring] Fix monitoring feature set target (3357)
bba309c8 [Serving] Fix initialization of graph steps in error flow (3337)
ff181dab [Extras] Add avro for kafka (3193)
7360738a [API] Fail `healthz` requests when offline / waiting for chief (3344)
b1869921 [Docs] Add stament about which CE/Enterprise version gets installed (3347)
21fb1756 [Docs] Jobs and workflows (3353)
ee62334e [Runtimes] Fix workdir and source target dir (3334)
fc64e998 [Docs] Fix CE upgrade and slack notification command (3351)
d52d3c6c [DB] Remove FileDB (2867)
a1908848 [Docs] Fix SQLSource documentation anr remove ToDataFrame from targets table (3330)
9268392d [CI] Trigger CI on pull request against `feature/` branches (3345) (3348)
bd943f34 [API] Reflect correct message wen waiting for chief (3336)
9aa8441e [Makefile] Fix compile schemas dockerized dir volume (3346)
c284bb04 [Model Monitoring] Support SQL store target for model endpoints (2685)
a8a47df3 [Docs] Fix mlrun 1.3.0 client installation guide (3338)
2fe5ab85 [CI] Security scan github action (3331)
77359c3f [Datastore] Fix leading zeros in time partition names (3325)
8900a919 [Model Monitoring] Adjust Grafana dashboards to use V3IO datasource instead of MLRun API (3271)
d3929114 [Docs] Fix typo in project.md (3329)
cbf76f07 [Docs] Add that API will change in future: feature vector over several feature sets (3328)
ac73ece6 [Tests] Fixing Spark system test (3324)
ef073d72 [API] Update marketplace schema (3152)
59edc1c7 [Project] Deprecate constructor legacy params (3269)
65ce3a92 [Notifications] Fix importing API from Client code (3326)
003c8ae3 [Project] Fix function name isn't treated uniformly (3287)
361aa95d [Serving] Fix type annotation (3320)
ec9a2e51 [Docs] K8s Configuration Doc edits (3165)
b44bc18b [Models] Set CFLAGS before requirements installation (3318)
694218a6 [Serving] Fix monitoring stream pod losing events when event timestamp's microsecond equals zero (3312)
4c261db8 [Runtimes] Delete Spark 2 support (3280)
c8371e59 [Schedule] Update type hints for ScheduleCronTrigger to avoid unexpected pydantic behaviour (3286)
1c79a96b [API] Notification Mechanism (2414)
98f43706 [API] Allow sorting pipelines when specifying project (3310)
7d8811c1 [Context] Fix failed to import a context from dict (3308)
3cd252bf [Models] Add mpi4py requirement (3303)
85978042 [Utils] Clone gitlab with fine-grained access tokens (3297)
5b6d492b [Nuclio] `with_service_type` SDK (3296)
a6f50ff7 [CI] Update release automation script (3292)
5732dcc6 [Requirements] Bump httpx version (3291)
b28e4645 [Spark] Block pull source at runtime (3275)
e7078233 [Project] Remove unused legacy methods (3268)
ccc5ef74 [Builder] Fix default workdir and support setting workdir (3245)
3fb95c96 [FrontendSpec] Add allowed artifact path prefixes list to frontend spec (3261)
9360dd10 [Feature Store] get_offline_features over relations: add support for spark retrieval engine (3055)
5df665d3 [CI] Bump prefix version for build images (3315)

Failed parsing:
f760105d {davesh0812} [Tests] Fix tests to use preview if ingest is done with no targets and with_default_targets=False
e6a00497 {Gal Topper} [Spark] Fix unexpected spark job failure

1.3.4

Not secure
Features / Enhancements
* **Docs**: Bump docs version 1.3.4 [1.3.x], 4105, alonmr
* **CI**: Bump version [1.3.x], 4102, liranbg
* **Model Monitoring**: Update sklearn pre-trained model file for system tests [1.3.x], 3892, Eyal-Danieli
* **Frameworks**: Support SciKit-Learn 1.3 deprecated normalize [1.3.x], 3861, alonmr
* **Images/Base**: Update conda to 23.1.0 [1.3.x], 3859, alonmr
* **Images/Models**: Override base image [1.3.x], 3851, liranbg
* **CI**: Update test dockerfile docker installation, 3808, liranbg
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.3.4#features-and-enhancements)

Bug fixes
* **Artifacts**: Fix register artifacts overrides old artifacts [1.3.x], 4101, alonmr
* **gRPC**: Fix compiling schemas docker image [1.3.x], 3761, liranbg
* **SchemaCompiler**: Fix building container image, 3754, liranbg
* **Datastore**: Fix ingestion from sql source [1.3.x], 3740, davesh0812
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.3.4#bug-fixes)


Pull requests:
9a53d344 [Docs] Bump docs version 1.3.4 [1.3.x] (4105)
33b017ff [CI] Bump version [1.3.x] (4102)
def2fc26 [Artifacts] Fix register artifacts overrides old artifacts [1.3.x] (4101)
9e091b0d [Model Monitoring] Update sklearn pre-trained model file for system tests [1.3.x] (3892)
3ad0fb03 [Frameworks] Support SciKit-Learn 1.3 deprecated normalize [1.3.x] (3861)
fd69e903 [Images/Base] Update conda to 23.1.0 [1.3.x] (3859)
d0ad83d6 [Images/Models] Override base image [1.3.x] (3851)
3ce9dd4f [CI] Update test dockerfile docker installation (3808)
56ccb82a [gRPC] Fix compiling schemas docker image [1.3.x] (3761)
390bcb02 [SchemaCompiler] Fix building container image (3754)
cdbb6d9b [Datastore] Fix ingestion from sql source [1.3.x] (3740)

Page 21 of 90

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.