@dingtalk-real-ai/dingtalk-connector 0.8.0-beta.2 → 0.8.0
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 +18 -0
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [0.8.0] - 2026-03-20
|
|
9
|
+
|
|
10
|
+
### 重构 / Refactoring
|
|
11
|
+
- ✅ **业务逻辑分层重构** - 对项目结构进行重构,采用业务逻辑分层设计,明确职责边界,降低模块耦合并提升可维护性
|
|
12
|
+
**Business-logic layered refactor** - Reworked project architecture with layered business logic design, clarifying responsibilities, reducing coupling, and improving maintainability
|
|
13
|
+
- ✅ **OpenClaw 对接方式升级** - 从 OpenClaw HTTP 对接迁移为 OpenClaw SDK,统一调用链路并增强集成稳定性
|
|
14
|
+
**OpenClaw integration upgrade** - Migrated from OpenClaw HTTP integration to OpenClaw SDK for a unified invocation flow and better integration stability
|
|
15
|
+
|
|
16
|
+
### 改进 / Improvements
|
|
17
|
+
- ✅ **IM 交互体验优化** - 优化 IM 场景下的部分交互细节,提升消息处理与反馈体验
|
|
18
|
+
**IM interaction optimization** - Improved several interaction details in IM scenarios to provide smoother message handling and feedback
|
|
19
|
+
- ✅ **README 重写与配置简化** - 重写 README 文档,简化配置教程,降低接入门槛并提升上手效率
|
|
20
|
+
**README rewrite & simpler setup** - Rewrote README and simplified setup guidance to reduce onboarding complexity and speed up adoption
|
|
21
|
+
|
|
22
|
+
### 修复 / Fixes
|
|
23
|
+
- 🐛 **dingtalk-stream 断连问题修复** - 修复 dingtalk-stream 相关的部分断连场景,增强长连接稳定性与恢复能力
|
|
24
|
+
**dingtalk-stream disconnect fixes** - Fixed several dingtalk-stream related disconnection scenarios, improving long-connection stability and recovery
|
|
25
|
+
|
|
8
26
|
## [0.7.10] - 2026-03-16
|
|
9
27
|
|
|
10
28
|
### 新增 / Added
|
package/openclaw.plugin.json
CHANGED