Features / Enhancements
- Model Monitoring: Remove tdengine tsdb support, #9120, @alxtkr77
- Release automation: When finding current version, ignore local tags if not in feature branch, #9189, @assaf758
- Requirements: Bump storey to 1.11.5, #9193, @gtopper
- Requirements-automated: Upgrade lock files, #9191, @iguazio-cicd
- Dependabot-automated: Bump anchore/scan-action from 7.2.2 to 7.2.3, #9185, @dependabot[bot]
- AuthN: Support using service account tokens for internal system requests, #9171, @quaark
- Model Monitoring: Add configurable timescaledb connection pool timeout (ml-11775), #9172, @alxtkr77
- Docs: Add ml-11468 to open issues, #9167, @jillnogold
- Serving: Enable async http mode to serving, #9159, @royischoss
- Dependabot-automated: Bump astral-sh/setup-uv from 7.1.6 to 7.2.0, #9168, @dependabot[bot]
- Runtime: Implement runtime context detection in sdk sync method, #9121, @elbamit
- Docs: Update serving sphinx, #9169, @davesh0812
- Docs: Mlrun ce docs improvements, #8797, @GiladShapira94
- Docs: Add `mlrun.serving.states.basestep.cycle_to' to docs, #9165, @davesh0812
- UI: Features & enhancement
Bug fixes
- Model Monitoring: Fix timescaledb endpoint count to query correct tables (ml-11624), #9164, @alxtkr77
- Automation: Fix system test by removing redundant deployment, #9192, @weilerN
- Model Monitoring: Fix event loop blocking during model endpoint creation (ml-11826), #9186, @alxtkr77
- Datastore: Fix boto3 and botocore import errors, #9183, @jond01
- Model Monitoring: Fix timescaledb stream writer table not found error (ml-11807), #9182, @alxtkr77
- Unknown: Revert "[model monitoring] fix event loop blocking during model endpoint creation (ml-11826)", #9184, @alxtkr77
- Runtime: Remove function level import and fix circular import, #9173, @elbamit
- Model Monitoring: Fix event loop blocking during model endpoint creation (ml-11826), #9174, @alxtkr77
- SDK: Fix iguazio sdk argument change, #9181, @liranbg
- Automation: Fix application runtime system probes system test, #9175, @weilerN
- UI: Bug fixes
Pull requests:
160a94f [Model Monitoring] Remove TDEngine TSDB support (#9120)
5828b80 [Model Monitoring] Fix TimescaleDB endpoint count to query correct tables (ML-11624) (#9164)
67ec873 [Automation] Fix system test by removing redundant deployment (#9192)
130df4d [Release automation] When finding current version, ignore local tags if not in feature branch (#9189)
704128a [Requirements] Bump storey to 1.11.5 (#9193)
d33efd5 [Model Monitoring] Fix event loop blocking during model endpoint creation (ML-11826) (#9186)
0be1248 [Requirements-automated] Upgrade lock files (#9191)
8fab4b0 [Datastore] Fix boto3 and botocore import errors (#9183)
400badb [Dependabot-automated] Bump anchore/scan-action from 7.2.2 to 7.2.3 (#9185)
acf743d [Model Monitoring] Fix TimescaleDB stream writer table not found error (ML-11807) (#9182)
28fd794 Revert "[Model Monitoring] Fix event loop blocking during model endpoint creation (ML-11826)" (#9184)
2a93333 [Runtime] Remove function level import and fix circular import (#9173)
6145720 [Model Monitoring] Fix event loop blocking during model endpoint creation (ML-11826) (#9174)
a3a5ccb [SDK] Fix Iguazio SDK argument change (#9181)
0be4ad5 [AuthN] Support Using Service Account Tokens For Internal System Requests (#9171)
ad7ea62 [Automation] Fix application runtime system probes system test (#9175)
a8c1684 [Model Monitoring] Add configurable TimescaleDB connection pool timeout (ML-11775) (#9172)
8d12a3d [Docs] Add ML-11468 to open issues (#9167)
8242863 [Serving] Enable async http mode to serving (#9159)
6f95799 [Dependabot-automated] Bump astral-sh/setup-uv from 7.1.6 to 7.2.0 (#9168)
01697a7 [Runtime] Implement runtime context detection in SDK sync method (#9121)
e0ce916 [Docs] Update serving sphinx (#9169)
8d295f2 [Docs] MLRun CE docs improvements (#8797)
b810fab [Docs] Add `mlrun.serving.states.BaseStep.cycle_to' to docs (#9165)