From c5673f87a3e47e181669048afd3cfbe804438c94 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 15:31:29 +0000 Subject: [PATCH] Release package --- .changeset/parsed-storage-result-layout.md | 8 -------- CHANGELOG.md | 8 ++++++++ package.json | 2 +- packages/mcp/CHANGELOG.md | 11 +++++++++++ packages/mcp/package.json | 2 +- 5 files changed, 21 insertions(+), 10 deletions(-) delete mode 100644 .changeset/parsed-storage-result-layout.md diff --git a/.changeset/parsed-storage-result-layout.md b/.changeset/parsed-storage-result-layout.md deleted file mode 100644 index 984ccf3..0000000 --- a/.changeset/parsed-storage-result-layout.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@ontos-ai/knowhere-sdk': patch -'@ontos-ai/knowhere-mcp': patch ---- - -Replace the SDK parsed-document storage adapter with a result-relative object interface and store committed parsed results as expanded Knowhere result files (`manifest.json`, `chunks.json`, optional sidecars, and assets) instead of SDK-specific paged snapshots. - -Remove `assetUrlPolicy` from `knowledge.readChunks` and the MCP `knowhere_read_chunks` schema. SDK remote chunk reads now always request asset URLs from Knowhere, return those remote asset URLs directly on storage misses, and only rewrite asset URLs to storage object URLs when a configured parsed storage already has the corresponding object. diff --git a/CHANGELOG.md b/CHANGELOG.md index 59b50fc..fd28af3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 2.1.2 + +### Patch Changes + +- [#115](https://github.com/Ontos-AI/knowhere-node-sdk/pull/115) [`8b7ccca`](https://github.com/Ontos-AI/knowhere-node-sdk/commit/8b7cccaadef54396dcfece2c2ba260e3bf0c20ec) Thanks [@suguanYang](https://github.com/suguanYang)! - Replace the SDK parsed-document storage adapter with a result-relative object interface and store committed parsed results as expanded Knowhere result files (`manifest.json`, `chunks.json`, optional sidecars, and assets) instead of SDK-specific paged snapshots. + + Remove `assetUrlPolicy` from `knowledge.readChunks` and the MCP `knowhere_read_chunks` schema. SDK remote chunk reads now always request asset URLs from Knowhere, return those remote asset URLs directly on storage misses, and only rewrite asset URLs to storage object URLs when a configured parsed storage already has the corresponding object. + ## 2.1.1 ### Patch Changes diff --git a/package.json b/package.json index 4c230c0..37e550f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ontos-ai/knowhere-sdk", - "version": "2.1.1", + "version": "2.1.2", "description": "Official Node.js SDK for Knowhere document parsing API", "keywords": [ "knowhere", diff --git a/packages/mcp/CHANGELOG.md b/packages/mcp/CHANGELOG.md index f4fc231..2578615 100644 --- a/packages/mcp/CHANGELOG.md +++ b/packages/mcp/CHANGELOG.md @@ -1,5 +1,16 @@ # @ontos-ai/knowhere-mcp +## 2.1.2 + +### Patch Changes + +- [#115](https://github.com/Ontos-AI/knowhere-node-sdk/pull/115) [`8b7ccca`](https://github.com/Ontos-AI/knowhere-node-sdk/commit/8b7cccaadef54396dcfece2c2ba260e3bf0c20ec) Thanks [@suguanYang](https://github.com/suguanYang)! - Replace the SDK parsed-document storage adapter with a result-relative object interface and store committed parsed results as expanded Knowhere result files (`manifest.json`, `chunks.json`, optional sidecars, and assets) instead of SDK-specific paged snapshots. + + Remove `assetUrlPolicy` from `knowledge.readChunks` and the MCP `knowhere_read_chunks` schema. SDK remote chunk reads now always request asset URLs from Knowhere, return those remote asset URLs directly on storage misses, and only rewrite asset URLs to storage object URLs when a configured parsed storage already has the corresponding object. + +- Updated dependencies [[`8b7ccca`](https://github.com/Ontos-AI/knowhere-node-sdk/commit/8b7cccaadef54396dcfece2c2ba260e3bf0c20ec)]: + - @ontos-ai/knowhere-sdk@2.1.2 + ## 2.1.1 ### Patch Changes diff --git a/packages/mcp/package.json b/packages/mcp/package.json index 77e53fc..093ac75 100644 --- a/packages/mcp/package.json +++ b/packages/mcp/package.json @@ -1,6 +1,6 @@ { "name": "@ontos-ai/knowhere-mcp", - "version": "2.1.1", + "version": "2.1.2", "description": "MCP wrapper for the Knowhere Node.js SDK local knowledge tools", "keywords": [ "knowhere",