@unified-product-graph/cloud-server 0.8.9 → 0.8.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist/tools-manifest.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,14 @@ All notable changes to `@unified-product-graph/cloud-server` are documented in t
|
|
|
4
4
|
|
|
5
5
|
This package co-versions with `@unified-product-graph/core` and `@unified-product-graph/mcp-server`. One version line covers the spec and both reference implementations.
|
|
6
6
|
|
|
7
|
+
## 0.8.11 · 2026-06-03 · Co-versioned patch
|
|
8
|
+
|
|
9
|
+
Co-versioned with the train. No cloud-server changes; the 0.8.11 fix is the local MCP server startup deprecation-warning correction (#1976).
|
|
10
|
+
|
|
11
|
+
## 0.8.10 · 2026-06-03 · Framework-score validation patch
|
|
12
|
+
|
|
13
|
+
Co-version with the `@unified-product-graph/*` 0.8.10 patch train (core fixes a Kano sum-denominator false positive in framework-score validation). No cloud-server surface change; co-versioned for a clean install matrix.
|
|
14
|
+
|
|
7
15
|
## 0.8.9 · 2026-06-03 · Composition model completion
|
|
8
16
|
|
|
9
17
|
Co-version with the `@unified-product-graph/*` 0.8.9 train (slot_role on the framework exercise edge, scoring_lens to scoring_method rename, UPG_VERSION lockstep). No cloud-server surface change; co-versioned for a clean install matrix.
|
package/dist/tools-manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unified-product-graph/cloud-server",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.11",
|
|
4
4
|
"description": "Postgres-backed MCP server for the Unified Product Graph, self-hostable, open source",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "The Product Creator <hello@theproductcreator.com>",
|