Skip to content

feat(compatibility): update OpenClaw version compatibility settings - #911

Open
dailylights wants to merge 1 commit into
TencentCloud:mainfrom
dailylights:feat/update-openclaw-compatibility
Open

feat(compatibility): update OpenClaw version compatibility settings#911
dailylights wants to merge 1 commit into
TencentCloud:mainfrom
dailylights:feat/update-openclaw-compatibility

Conversation

@dailylights

Copy link
Copy Markdown

Overview

Update TencentDB Agent Memory plugin compatibility settings to explicitly support OpenClaw versions >=2026.3.13 <2027.0.0, ensuring compatibility with both current stable and beta versions.

Changes

  • Updated openclaw.compat.pluginApi and openclaw.compat.minGatewayVersion to include upper bound <2027.0.0
  • Updated openclaw.build.openclawVersion and openclaw.build.pluginSdkVersion to include upper bound
  • This maintains backward compatibility while allowing newer versions within the same major version range

Versions

  • OpenClaw Stable: v2026.7.1-2
  • OpenClaw Beta: v2026.7.2-beta.7
  • TencentDB: 0.3.6

Verification

  • Plugin should install and initialize correctly on both versions
  • All core functionality should work as expected
  • No breaking changes expected within the same major version range

Related

Update compat and build settings to explicitly support OpenClaw versions
>=2026.3.13 <2027.0.0, ensuring compatibility with both current stable
(v2026.7.1-2) and beta (v2026.7.2-beta.7) versions.

Changes:
- Updated pluginApi and minGatewayVersion to include upper bound
- Updated openclawVersion and pluginSdkVersion to include upper bound
- This maintains backward compatibility while allowing newer versions
@dailylights

Copy link
Copy Markdown
Author

建议补充完善

当前 PR 只更新了 openclaw.compatopenclaw.build,但 peerDependencies.openclaw 仍为 >=2026.3.7(无上限),建议同步更新为 >=2026.3.7 <2027.0.0

此外,build.openclawVersionbuild.pluginSdkVersion 字段按语义应为具体版本号(如 2026.3.13),而非范围表达式。当前 PR 将其改为 >=2026.3.13 <2027.0.0 可能会被 OpenClaw 解析器误解。

建议变更:

-  "openclaw": ">=2026.3.7",
+  "openclaw": ">=2026.3.7 <2027.0.0",
-  "openclawVersion": ">=2026.3.13 <2027.0.0",
-  "pluginSdkVersion": ">=2026.3.13 <2027.0.0",
+  "openclawVersion": "2026.3.13",
+  "pluginSdkVersion": "2026.3.13",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant