Mlrun

Latest version: v1.7.2

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

Scan your dependencies

Page 82 of 110

0.9.0rc12

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

Bug fixes
* **DB**: Change BLOB columns to `sqlalchemy.dialects.mysql.MEDIUMBLOB`, 1573, Hedingber
* **Runtimes**: Fix nuclio trigger workerAvailabilityTimeout settings, 1570, yaronha
* **Requirements**: Conflict fixes, 1569, Hedingber
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v0.9.0-rc12#bug-fixes)


Pull requests:
f21cb745 [DB] Change BLOB columns to `sqlalchemy.dialects.mysql.MEDIUMBLOB` (1573)
50073ab7 [Runtimes] Fix nuclio trigger workerAvailabilityTimeout settings (1570)
a852b086 [Requirements] Conflict fixes (1569)

0.9.0rc11

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

Bug fixes
* **Runtimes**: Fix nginx trigger timeout settings + add doc strings to nuclio runtime, 1566, yaronha
* **Feature Store**: Several bug fixes in incremental spark ingest, 1568, katyakats
* **Docs**: Little fixes to model monitoring docs, 1561, jillnogold
* **Runtimes**: Fix function config compilation to not ignore `.spec.build.base_image` for Nuclio runtimes, 1565, tankilevitch
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v0.9.0-rc11#bug-fixes)


Pull requests:
f767f614 [Runtimes] Fix nginx trigger timeout settings + add doc strings to nuclio runtime (1566)
78ded03f [Feature Store] Several bug fixes in incremental spark ingest (1568)
ec9407eb [Docs] Little fixes to model monitoring docs (1561)
414f842b [Runtimes] Fix function config compilation to not ignore `.spec.build.base_image` for Nuclio runtimes (1565)

0.9.0rc10

Not secure
Features / Enhancements
* **Frameworks**: Add AutoMLRun `apply_mlrun` and replaced bokeh with plotly, 1542, guy1992l
* **Docs**: Add section about creating secrets in project page and English editing, 1558, jillnogold
* **Requirements**: Bump storey version to 0.9.0, 1557, gtopper
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v0.9.0-rc10#features-and-enhancements)

Bug fixes
* **DB**: Make connection pool size and max overflow configurable and raise numbers, 1564, Hedingber
* **API**: Fix versioned objects multiple deletion in project deletion flow, 1563, Hedingber
* **System Tests**: Raise timeout to 120, 1562, Hedingber
* **Docs**: Set env variables from k8s secrets in nuclio functions spec, 1559, jillnogold
* **Secrets**: Put list of project secrets in nuclio spec only if secrets exist, 1556, theSaarco
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v0.9.0-rc10#bug-fixes)


Pull requests:
d11bae20 [DB] Make connection pool size and max overflow configurable and raise numbers (1564)
d63276dc [API] Fix versioned objects multiple deletion in project deletion flow (1563)
a180de3c [System Tests] Raise timeout to 120 (1562)
78571263 [Frameworks] Add AutoMLRun `apply_mlrun` and replaced bokeh with plotly (1542)
dcc38d7c [Docs] Add section about creating secrets in project page and English editing (1558)
e68fe6b2 [Docs] Set env variables from k8s secrets in nuclio functions spec (1559)
3afc9246 [Requirements] Bump storey version to 0.9.0 (1557)
3933e494 [Secrets] Put list of project secrets in nuclio spec only if secrets exist (1556)

0.9.0rc9

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

Bug fixes
* **Automation**: Fix error in release notes generator and add tests, 1555, tankilevitch
* **Feature Store**: Incremental spark for BigQuerySource, 1548, katyakats
* **Projects**: Set the page size when listing projects from iguazio, 1554, Hedingber
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v0.9.0-rc9#bug-fixes)


Pull requests:
41914a6c [Automation] Fix error in release notes generator and add tests (1555)
133e6d6b [Feature Store] Incremental spark for BigQuerySource (1548)
cfb2a360 [Projects] Set the page size when listing projects from iguazio (1554)

0.9.0rc8

Not secure
Features / Enhancements
* **Requirements**: Bump storey to 0.8.15 and v3io-frames to 0.10.2, 1553, gtopper
* **Docs**: Additional details about name parameter, 1551, jillnogold
* **Runtimes**: Add validation on inputs types, 1550, tankilevitch
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v0.9.0-rc8#features-and-enhancements)

Bug fixes
* **Secrets**: Verify project secrets do not exist when deleting a project, 1552, theSaarco
* **Feature Store**: Block dataframe as source when running remotely, 1517, katyakats
* **DB**: Fix labels setting in `update_run`, 1547, Hedingber
* **Dask**: Fix get background task call, 1546, Hedingber
* **Projects**: Delete schedules before runtime resources, 1545, Hedingber
* **System Tests**: Fix timings in scheduled spark test, 1541, katyakats
* **Automation**: Print release notes even if some commits failed parsing, 1539, tankilevitch
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v0.9.0-rc8#bug-fixes)


Pull requests:
fd6c5a86 [Requirements] Bump storey to 0.8.15 and v3io-frames to 0.10.2 (1553)
985d7cb8 [Secrets] Verify project secrets do not exist when deleting a project (1552)
54e74066 [Docs] Additional details about name parameter (1551)
ad3580a0 [Feature Store] Block dataframe as source when running remotely (1517)
3f112407 [Runtimes] Add validation on inputs types (1550)
c187e5cf [DB] Fix labels setting in `update_run` (1547)
9fea20b8 [Requirements] Limit storey to <0.8.12 (1549)
cf5375e3 [Dask] Fix get background task call (1546)
d2d7ef88 [Projects] Delete schedules before runtime resources (1545)
1a257787 [Requirements] Bump storey version (1543)
3ebb0cb2 [System Tests] Fix timings in scheduled spark test (1541)
00ad6020 [Automation] Print release notes even if some commits failed parsing (1539)

0.9.0rc7

Not secure
Features / Enhancements
* **API**: Decouple the migrations from service initialization, 1524, Hedingber
* **Tests**: Change integration tests to run against MySQL Database, 1530, quaark
* **Serving**: Add `max_in_flight` to `RemoteStep` signature, 1535, gtopper
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v0.9.0-rc7#features-and-enhancements)

Bug fixes
* **Feature Store**: Fix inconsistency of s3 paths, 1540, benbd86
* **Feature Store**: Make preview save updates for feature_set, 1532, benbd86
* **Utils**: Fix tag enrichment, 1538, Hedingber
* **Secrets**: Fix project secret injection for `nuclio` and `nuclio:mlrun` runtimes, 1536, theSaarco
* **System Tests**: Fix model monitoring test, 1537, katyakats
* **Tests**: Fix transient CI bug in scheduler, 1533, Tankilevitch
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v0.9.0-rc7#bug-fixes)


Pull requests:
e3675f51 [API] Decouple the migrations from service initialization (1524)
99f88a42 [Feature Store] Fix inconsistency of s3 paths (1540)
b606e5e6 [Feature Store] Make preview save updates for feature_set (1532)
805dec86 [Utils] Fix tag enrichment (1538)
cced3ea3 [Secrets] Fix project secret injection for `nuclio` and `nuclio:mlrun` runtimes (1536)
167371df [Tests] Change integration tests to run against MySQL Database (1530)
2d25b525 [System Tests] Fix model monitoring test (1537)
be6ff8df [Tests] Fix transient CI bug in scheduler (1533)
80bde333 [Serving] Add `max_in_flight` to `RemoteStep` signature (1535)

Page 82 of 110

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.