Features / Enhancements
- Requirements: Bump storey version, #9598, @gtopper
- CI: Add optional repo secret for enterprise system tests docker registry, #9601, @liranbg
- CI: Speed up provctl patch with higher docker pull concurrency, #9599, @liranbg
- Dependabot-automated: Bump actions/github-script from 7 to 9, #9594, @dependabot[bot]
- Testing: Limit concurrency in monitoring app deployment to reduce cpu contention on slower macines, #9595, @assaf758
- Requirements: Bump storey version, #9591, @gtopper
- CI: Add smoke test pipeline for mlrun prs, #9563, @assaf758
- Dependabot-automated: Bump astral-sh/setup-uv from 8.0.0 to 8.1.0, #9588, @dependabot[bot]
- Auth: Cache authinfo based on jwt token for ig4, #9530, @daanvdk-mck
- Migrations: Squash migrations until 1.7, #9538, @daanvdk-mck
- Dependecies: Bump go to 1.25.9, #9585, @TomerShor
- Alerts: Add cooldown period support for auto-reset alerts, #9572, @Yacouby
- Docs: Change modelrunnerstep param name [tutorials], #9576, @daniels290813
- Invoke: Set verify to false when http verify is disabled, #9583, @rokatyy
- Docs: Sort the vale ignore list, #9577, @jond01
- Coverage: Add support for coverage in pytest forked runs, #9438, @tomerm-iguazio
- Invoke: Use https for external urls unless schema is set explicitly, #9578, @rokatyy
- Docs: Add graph api handler documentation to dev (#9496), #9575, @jillnogold
- Docs: Update helm and k8s reqs, #9545, @jillnogold
- Requirements-automated: Upgrade lock files, #9570, @iguazio-cicd
- Requirements: Bump pipeline adapters for mlrun 1.12, #9571, @liranbg
- Docs: Add import steps from hub, #9543, @jillnogold
- Docs: Add content for gpu utilization - batching, async, #9477, @jillnogold
- Dependabot-automated: Bump peter-evans/create-pull-request from 8.1.0 to 8.1.1, #9566, @dependabot[bot]
- Pipelines: Add configurable workflow timeout, #9522, @elbamit
- Requirements: Bump dependencies, #9559, @liranbg
- Requirements-automated: Upgrade lock files, #9541, @iguazio-cicd
- Config: Propagate function_defaults.image_by_kind through client spec, #9519, @daanvdk-mck
- Dependabot-automated: Bump google.golang.org/grpc from 1.79.3 to 1.80.0 in /server/go, #9534, @dependabot[bot]
- Dependabot-automated: Bump dawidd6/action-download-artifact from 19 to 20, #9539, @dependabot[bot]
- Dependabot-automated: Bump docker/login-action from 4.0.0 to 4.1.0, #9540, @dependabot[bot]
- Dependabot-automated: Bump aws-actions/configure-aws-credentials from 6.0.0 to 6.1.0, #9547, @dependabot[bot]
- Dependabot-automated: Bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0, #9550, @dependabot[bot]
- Dependabot-automated: Bump actions/github-script from 8 to 9, #9555, @dependabot[bot]
- Docs: Improve artifact doc, #9497, @jillnogold
- Docs: Add details on steps, #9476, @jillnogold
- Docs: Update examples in serving graph getting started, #9493, @jillnogold
- Docs: Add mlrun.hub module to api reference, #9554, @danielperezz
- Tests: Switched model for hf system test, #9542, @tomerm-iguazio
- Feature store: Add context manager support to
remotevectorresponse, #9533, @gtopper - Requirements: Allow latest pyarrow, #9509, @gtopper
- Automation: Update demos config, #9535, @daniels290813
- CI: Add smoke-tests.yml stub, #9527, @assaf758
- CI: Enforce correct copyright year on new files, #9523, @Yacouby
- Dependabot-automated: Bump astral-sh/setup-uv from 7.6.0 to 8.0.0, #9520, @dependabot[bot]
- Auth: Tolerate missing auth tokens for scheduled runs, #9516, @elbamit
- Alerts: Add cooldown period support for auto-reset alerts, #9501, @Yacouby
- Tutorials: Increase timeout and replace deprecated parameter, #9513, @EdmondIguazio
- Requirements-automated: Upgrade lock files, #9511, @iguazio-cicd
- Version: Bump development to 1.12.0, #9512, @liranbg
- UI: Features & enhancement
Bug fixes
- requirements: Bump snowflake connector + test fix, #9579, @tomerm-iguazio
- Docs: Fix path to mlrun.serving.states.modelrunnerstep, #9544, @jillnogold
- Tests: Fix flaky testmonitoringappflow::test_app_flow, #9574, @assaf758
- Docs: Fix docs build broken by mislabeled webp images and minor doc issues, #9567, @rokatyy
- Bugfix: Fix potential bugs batch counter reset, selector range, backoff progression, and silent run deletion, #9564, @liranbg
- Serving: Fix api handler system tests, #9562, @jond01
- Bugfix: Fix 4 logic bugs: reversed checks, wrong attribute refs, operator precedence, #9560, @liranbg
- Pipelines: Fix step-to-run correlation for long pipeline names, #9558, @liranbg
- Model Monitoring: Fix histogram data drift crash on empty sample data, #9526, @gtopper
- Mounts: Fix auto_mount() ignoring server-configured s3 mount type when mlrun_pvc_mount is set, #9525, @alxtkr77
- Serving: Fix body_map to be usable across endpoints with different body formats, #9517, @jond01
- Docs: Fix example for custom packagers, #9494, @jillnogold
- Feature Store: Fix file descriptor leaks in resourcecache and daskfeaturemerger, #9507, @gtopper
- Runtimes: Fix envvar order, #9489, @liranbg
- SDK: Fix httpdb http client socket leak, #9515, @liranbg
- UI: Bug fixes
Pull requests:
aacc426 [Requirements] Bump storey version (#9598)
487f548 [CI] Add optional repo secret for enterprise system tests docker registry (#9601)
6a717dc [requirements] Bump snowflake connector + test fix (#9579)
0626552 [CI] Speed up provctl patch with higher docker pull concurrency (#9599)
f13dd46 [Dependabot-automated] Bump actions/github-script from 7 to 9 (#9594)
1450f94 [Testing] Limit concurrency in monitoring app deployment to reduce CPU contention on slower macines (#9595)
8c6947d [Requirements] Bump storey version (#9591)
43c983b [CI] Add smoke test pipeline for MLRun PRs (#9563)
26d4fdf [Dependabot-automated] Bump astral-sh/setup-uv from 8.0.0 to 8.1.0 (#9588)
3e2968e [Auth] Cache AuthInfo based on JWT token for IG4 (#9530)
9eb9459 [Migrations] Squash migrations until 1.7 (#9538)
ce75d57 [Docs] Fix path to mlrun.serving.states.ModelRunnerStep (#9544)
acec341 [Dependecies] Bump Go to 1.25.9 (#9585)
f19a3cc [Alerts] Add cooldown period support for auto-reset alerts (#9572)
0e1f423 [Docs] Change ModelRunnerStep param name [Tutorials] (#9576)
adbeb66 [Invoke] Set verify to false when http verify is disabled (#9583)
3f3c239 [Docs] Sort the vale ignore list (#9577)
43665ab [Tests] Fix flaky TestMonitoringAppFlow::test_app_flow (#9574)
73859d8 [Coverage] Add support for coverage in pytest forked runs (#9438)
6858496 [Invoke] Use https for external urls unless schema is set explicitly (#9578)
de8ddeb [Docs] Add graph API handler documentation to dev (#9496) (#9575)
cfe7e70 [Docs] Update Helm and K8s reqs (#9545)
4b818cf [Requirements-automated] Upgrade lock files (#9570)
e6baa37 [Requirements] Bump pipeline adapters for mlrun 1.12 (#9571)
8372153 [Docs] Fix docs build broken by mislabeled WebP images and minor doc issues (#9567)
6ad425e [Docs] Add import steps from hub (#9543)
524c7b5 [Docs] Add content for GPU utilization - batching, async (#9477)
90ac2f4 [Dependabot-automated] Bump peter-evans/create-pull-request from 8.1.0 to 8.1.1 (#9566)
9adf26c [Pipelines] Add configurable workflow timeout (#9522)
cf928eb [Bugfix] Fix potential bugs batch counter reset, selector range, backoff progression, and silent run deletion (#9564)
2d4fb7a [Serving] Fix API handler system tests (#9562)
f8fed60 [Bugfix] Fix 4 logic bugs: reversed checks, wrong attribute refs, operator precedence (#9560)
51381a0 [Requirements] Bump dependencies (#9559)
2511764 [Pipelines] Fix step-to-run correlation for long pipeline names (#9558)
feca60a [Requirements-automated] Upgrade lock files (#9541)
ccea6a4 [Config] Propagate function_defaults.image_by_kind through client spec (#9519)
a9a52d0 [Dependabot-automated] Bump google.golang.org/grpc from 1.79.3 to 1.80.0 in /server/go (#9534)
53484af [Dependabot-automated] Bump dawidd6/action-download-artifact from 19 to 20 (#9539)
8e8da05 [Dependabot-automated] Bump docker/login-action from 4.0.0 to 4.1.0 (#9540)
b44df68 [Dependabot-automated] Bump aws-actions/configure-aws-credentials from 6.0.0 to 6.1.0 (#9547)
ec069f8 [Dependabot-automated] Bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0 (#9550)
32164f7 [Dependabot-automated] Bump actions/github-script from 8 to 9 (#9555)
eef97a4 [Docs] Improve artifact doc (#9497)
c2d54ea [Docs] Add details on steps (#9476)
eadfd6d [Docs] Update examples in serving graph getting started (#9493)
73a6311 [Docs] Add mlrun.hub module to API reference (#9554)
f7ef7bd [Tests] Switched model for hf system test (#9542)
fb63344 [Feature store] Add context manager support to RemoteVectorResponse (#9533)
dbae5ce [Requirements] Allow latest PyArrow (#9509)
b910087 [Automation] Update demos config (#9535)
c50e66e [Model Monitoring] Fix histogram data drift crash on empty sample data (#9526)
0f8823e [CI] Add smoke-tests.yml stub (#9527)
d384278 [Mounts] Fix auto_mount() ignoring server-configured S3 mount type when MLRUN_PVC_MOUNT is set (#9525)
f0f5b4f [CI] Enforce correct copyright year on new files (#9523)
f25abdb [Serving] Fix body_map to be usable across endpoints with different body formats (#9517)
cacb24d [Dependabot-automated] Bump astral-sh/setup-uv from 7.6.0 to 8.0.0 (#9520)
5bd3a44 [Auth] Tolerate missing auth tokens for scheduled runs (#9516)
c229bd5 [Docs] Fix example for custom packagers (#9494)
959baf2 [Feature Store] Fix file descriptor leaks in ResourceCache and DaskFeatureMerger (#9507)
f147e37 [Runtimes] Fix envvar order (#9489)
6f7a161 [SDK] Fix HTTPDB http client socket leak (#9515)
872277f [Alerts] Add cooldown period support for auto-reset alerts (#9501)
3b0eaa4 [Tutorials] Increase timeout and replace deprecated parameter (#9513)
d73e4a9 [Requirements-automated] Upgrade lock files (#9511)
29417ad [Version] Bump development to 1.12.0 (#9512)