feat: release v1.0.1

This commit is contained in:
chrishuan
2026-07-14 11:00:33 +08:00
committed by ruidaxu
parent 2d1fa5acac
commit 505877cc51
2 changed files with 11 additions and 2 deletions
+9
View File
@@ -4,6 +4,15 @@
---
## [1.0.1] - 2026-07-13
### 🐛 修复
- **Gateway local L2 定时器未走场景提取** ([#227](https://github.com/Tencent/TencentDB-Agent-Memory/pull/227)):本地 timer 扫描将 L2 schedule 错路由到非 scene extraction 任务类型,导致 L2 场景提取定时触发失效。抽出 `timer-routing.ts`,按 timer member 前缀正确映射 `offload-l1` / `offload-l15` / `offload-l2``L1` / `L2` / `L3` 任务。
- **升级 `cos-nodejs-sdk-v5` 至 3.0.0**:旧版 COS SDK 存在安全风险,升级从而修复该问题。
---
## [1.0.0] - 2026-06-11
> **正式版发布**:从 OpenClaw 专属插件演进为**面向所有 Agent 的通用记忆服务**。完整的 Gateway 独立服务 + v2 HTTP API + 官方 TypeScript / Python SDK,任何 Agent 框架均可接入完整的多层记忆与上下文压缩能力。
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@tencentdb-agent-memory/memory-tencentdb",
"version": "1.0.0",
"version": "1.0.1",
"description": "Four-layer local memory system plugin for OpenClaw — auto-captures, structures, and profiles conversational knowledge using local LLM + SQLite vector search (L0→L1→L2→L3 pipeline)",
"type": "module",
"main": "./dist/index.mjs",
@@ -111,7 +111,7 @@
"@opentelemetry/context-async-hooks": "^2.7.1",
"@opentelemetry/exporter-logs-otlp-grpc": "^0.218.0",
"@opentelemetry/exporter-trace-otlp-grpc": "^0.218.0",
"cos-nodejs-sdk-v5": "^2.15.4",
"cos-nodejs-sdk-v5": "^3.0.0",
"ioredis": "^5.10.1",
"kafkajs": "^2.2.4",
"opik": "^1.11.14"