Mlrun

Latest version: v1.6.2

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

Scan your dependencies

Page 5 of 90

1.6.2rc3

Not secure
Features / Enhancements
* **SQLAlchemy**: Recycle & ping connection prior using them [1.6.x], 5278, liranbg
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.6.2-rc3#features-and-enhancements)

Bug fixes
* **Build**: Fix `clone_target_dir` backwards compatibility [1.6.x], 5277, alonmr
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.6.2-rc3#bug-fixes)


Pull requests:
2f7cf625 [SQLAlchemy] Recycle & ping connection prior using them [1.6.x] (5278)
0a757b21 [Build] Fix `clone_target_dir` backwards compatibility [1.6.x] (5277)

1.6.2rc2

Not secure
Features / Enhancements
* **Function**: Reduce `clone_target_dir` deprecation warning noise [1.6.x], 5270, alonmr
* **Pipelines**: Omit `sort_by` and `filter` query params in paginated requests [1.6.x], 5265, TomerShor
* **Project**: Fail project deletion if doesn't exist in leader [1.6.x], 5261, alonmr
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.6.2-rc2#features-and-enhancements)

Bug fixes
* **System test**: Fix remote runner not saving project [1.6.x], 5269, alonmr
* **Datastore**: Fix v3io datastore - update to v3io-py api [1.6.x], 5246, tomerm-iguazio
* **Logger**: Fix populating log formatter [1.6.x], 5264, liranbg
* **Linting**: Use a fixed ruff version [1.6.x], 5259, jond01
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.6.2-rc2#bug-fixes)


Pull requests:
0360dc1e [Function] Reduce `clone_target_dir` deprecation warning noise [1.6.x] (5270)
603f3363 [System test] Fix remote runner not saving project [1.6.x] (5269)
f7b5b727 [Datastore] Fix v3io datastore - update to v3io-py api [1.6.x] (5246)
3cb7f01d [Pipelines] Omit `sort_by` and `filter` query params in paginated requests [1.6.x] (5265)
d9bd3d07 [Logger] Fix populating log formatter [1.6.x] (5264)
55b8072a [Project] Fail project deletion if doesn't exist in leader [1.6.x] (5261)
cba3c087 [Linting] Use a fixed Ruff version [1.6.x] (5259)

1.6.2rc1

Not secure
Features / Enhancements
* **Linting**: Backport ruff upgrade [1.6.x], 5253, jond01
* **K8s**: Update label verification flow [1.6.x], 5252, liranbg
* **Workflow**: Support remote workflow with source on image [1.6.x], 5251, alonmr
* **Automation**: Pass envs instead of overflowing envvar [1.6.x], 5249, liranbg
* **K8s**: Support email-like usernames [1.6.x], 5247, theSaarco
* **API**: Bump requirements [1.6.x], 5228, liranbg
* **Jupyter**: Bump requirements [1.6.x], 5225, liranbg
* **Security**: Static analysis issues remediation [1.6.x], 5204, liranbg
* **Security**: Remedy vulnerabilities [1.6.x], 5205, liranbg
* **Version**: Bump 1.6.x to 1.6.2, 5218, liranbg
* **MLRun**: Finalizing docs for 1.6.1, 5217, liranbg
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.6.2-rc1#features-and-enhancements)

Bug fixes
* **Model Monitoring**: Fix default http path when ce namespace is not `mlrun`[1.6.x], 5232, Eyal-Danieli
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.6.2-rc1#bug-fixes)


Pull requests:
e1db48cb [Linting] Backport Ruff upgrade [1.6.x] (5253)
e45c26b2 [K8s] Update label verification flow [1.6.x] (5252)
0d6d1ddf [Workflow] Support remote workflow with source on image [1.6.x] (5251)
08fed1d6 [Automation] Pass envs instead of overflowing envvar [1.6.x] (5249)
7fb7b85a [K8s] Support email-like usernames [1.6.x] (5247)
bd241331 [Model Monitoring] Fix default HTTP path when CE namespace is not `mlrun`[1.6.x] (5232)
c8b9eb69 [API] Bump requirements [1.6.x] (5228)
a5551bde [Jupyter] Bump requirements [1.6.x] (5225)
e3bf772e [Security] Static analysis issues remediation [1.6.x] (5204)
d80c08be [Security] Remedy vulnerabilities [1.6.x] (5205)
80404fad [Version] Bump 1.6.x to 1.6.2 (5218)
548b5a1f [MLRun] Finalizing docs for 1.6.1 (5217)

1.6.1

Not secure
Features / Enhancements
* **Docs**: Add v1.6.1 to change log [1.6.x], 5216, liranbg
* **Tests**: Skip 3 chronically failing model monitoring system tests [1.6.x], 5213, jond01
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.6.1#features-and-enhancements)

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


Pull requests:
9526318d [Docs] Add V1.6.1 to change log [1.6.x] (5216)
5a171573 [Tests] Skip 3 chronically failing model monitoring system tests [1.6.x] (5213)

1.6.1rc1

Not secure
Features / Enhancements
* **Artifacts**: Persist db key when migrating to artifact v2 table [1.6.x], 5200, TomerShor
* **Version**: Bump 1.6.x to 1.6.1, 5193, liranbg
* **MLRun**: Finalizing docs for 1.6.0, 5191, liranbg
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.6.1-rc1#features-and-enhancements)

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


Pull requests:
d43a3022 [Artifacts] Persist db key when migrating to artifact v2 table [1.6.x] (5200)
9c3bb2ad [Version] Bump 1.6.x to 1.6.1 (5193)
7b8ae745 [MLRun] Finalizing docs for 1.6.0 (5191)

1.6.0

Not secure
Features / Enhancements
* **Docs**: Add v1.6.0 change log, 5038, jillnogold
* **Docs**: Backport documentation updates [1.6.x], 5189, alonmr
* **Docs**: Update sources targets [1.6.x], 5188, assaf758
* **Docs**: Update sources and targets (5173) [1.6.x], 5175, assaf758
* **Docs**: Improve feature store documentation; sources and targets; partitioning [1.6.x], 5169, assaf758
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.6.0#features-and-enhancements)

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


Pull requests:
bf9bd39d [Docs] Add v1.6.0 change log (5038)
0b696d7b [Docs] Backport documentation updates [1.6.x] (5189)
3cdf5a67 [Docs] Update sources targets [1.6.x] (5188)
3e3b60ce [Docs] Update Sources and targets (5173) [1.6.x] (5175)
4b8f4cf5 [Docs] Improve feature store documentation; sources and targets; partitioning [1.6.x] (5169)

Page 5 of 90

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.