diff --git a/packages/qvac-lib-infer-onnx/CHANGELOG.md b/packages/qvac-lib-infer-onnx/CHANGELOG.md index 9bdf5e0e63..eca10f222b 100644 --- a/packages/qvac-lib-infer-onnx/CHANGELOG.md +++ b/packages/qvac-lib-infer-onnx/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.14.1] - 2026-04-21 + +### Fixed + +- Patched ONNX Runtime 1.24.2 CoreML EP to fix `!model_path.empty()` crash when loading models with external data files (`.onnx_data` / `.onnx.data`) on macOS/iOS. Root cause: `TensorProtoWithExternalDataToTensorProto` passed the full model file path instead of its parent directory to `ReadExternalDataForTensor`. Backport of [microsoft/onnxruntime#28062](https://github.com/microsoft/onnxruntime/pull/28062). Upstream issue: [microsoft/onnxruntime#28005](https://github.com/microsoft/onnxruntime/issues/28005). + +### Changed + +- Bumped `qvac-registry-vcpkg` baseline to pick up onnxruntime port-version 4 with the CoreML fix + ## [0.14.0] - 2026-03-30 ### Changed diff --git a/packages/qvac-lib-infer-onnx/package.json b/packages/qvac-lib-infer-onnx/package.json index c01c09868c..85025dbf7d 100644 --- a/packages/qvac-lib-infer-onnx/package.json +++ b/packages/qvac-lib-infer-onnx/package.json @@ -1,6 +1,6 @@ { "name": "@qvac/onnx", - "version": "0.14.0", + "version": "0.14.1", "description": "Bare addon for ONNX Runtime session management", "addon": true, "engines": { diff --git a/packages/qvac-lib-infer-onnx/vcpkg-configuration.json b/packages/qvac-lib-infer-onnx/vcpkg-configuration.json index bc343fa19c..bb27e3a78b 100644 --- a/packages/qvac-lib-infer-onnx/vcpkg-configuration.json +++ b/packages/qvac-lib-infer-onnx/vcpkg-configuration.json @@ -1,7 +1,7 @@ { "default-registry": { "kind": "git", - "baseline": "0318b1c531f630be579f971400379cd73bc5f01e", + "baseline": "f648019903ff1ba008b055b4a602f012d1f83a65", "repository": "https://github.com/tetherto/qvac-registry-vcpkg.git" }, "registries": [