| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| mlrun-demos.tar | 2026-06-23 | 56.4 MB | |
| mlrun-tutorials.tar | 2026-06-23 | 31.7 MB | |
| README.md | 2026-06-23 | 2.3 kB | |
| v1.12.0-rc15 source code.tar.gz | 2026-06-23 | 59.7 MB | |
| v1.12.0-rc15 source code.zip | 2026-06-23 | 61.1 MB | |
| Totals: 5 Items | 208.8 MB | 0 | |
Features / Enhancements
- Serving: Apply output mapping + response post-processing after await on async path, [#9862], @tomerm-iguazio
- Docs: Add mlrun counters integration with opentelemetry, [#9805], @jillnogold
- Model Monitoring: Remove deprecated old-batch controller monitoring path, [#9820], @alxtkr77
- Serving: Preserve handler response status code; skip output mapping on non-2xx (ml-12706), [#9844], @tomerm-iguazio
- Storey: Bump storey to 1.12.4, [#9856], @tomerm-iguazio
- Tests: Add ml-12647 repro: include_url_info body delivery, [#9846], @tomerm-iguazio
- UI: Features & enhancement
Bug fixes
- Datastore: Bound azure put() upload concurrency (fix log_model oom), [#9867], @alxtkr77
- Auth: Fix connect() discarding explicit bearer-token credentials, [#9863], @alxtkr77
- Tests: Fix
test_hub_get_asset_from_default_sourceby retrying transient hub requests, [#9843], @Eyal-Danieli - CI: Fix smoke checkout under actions/checkout@v7 (pwn-request guard), [#9857], @assaf758
- CI: Fix smoke auto-trigger running before pr approval, [#9855], @assaf758
- UI: Bug fixes
Pull requests:
ad1896b91 [Datastore] Bound Azure put() upload concurrency (fix log_model OOM) (#9867)
755c3c427 [Serving] Apply output mapping + Response post-processing after await on async path (#9862)
120ff29a5 [Docs] Add MLRun counters integration with OpenTelemetry (#9805)
decc102fe [Auth] Fix connect() discarding explicit bearer-token credentials (#9863)
0a357304d [Model Monitoring] Remove deprecated old-batch controller monitoring path (#9820)
99ec9181b [Tests] Fix test_hub_get_asset_from_default_source by retrying transient hub requests (#9843)
9277b4b45 [CI] Fix smoke checkout under actions/checkout@v7 (pwn-request guard) (#9857)
497c16a1c [Serving] Preserve handler Response status code; skip output mapping on non-2xx (ML-12706) (#9844)
902542f08 [Storey] bump storey to 1.12.4 (#9856)
3133b1b4c [CI] Fix smoke auto-trigger running before PR approval (#9855)
ee0c240b0 [Tests] Add ML-12647 repro: include_url_info body delivery (#9846)