Skip to content

Commit 1665d43

Browse files
authored
Merge pull request #136 from QQDQ/main
3.5.2 release note
2 parents e68fff2 + 4b40b67 commit 1665d43

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

en_US/release_history/release_history.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Release history
22

3+
## v3.5.2
4+
5+
Release Date: 2025-05-22
6+
7+
### Enhancements
8+
9+
- The OPCUA driver supports the subscription mode, and a new configuration item is added: Update mode. By configuring the Subscribe mode, it supports obtaining server data through the OPCUA standard subscription interface. Through this mode, the server data can be obtained in real time.
10+
- SparkplugB application has a new configuration item: Group Path, which supports configuring whether the tag is spliced ​​with the collection group name.
11+
- SparkplugB application supports offline caching.
12+
- When there are many rules, optimize and reduce the memory usage when creating rules
13+
- Limit and optimize cache data of trace function
14+
15+
### Fixes
16+
17+
- Fix the problem of downloading the driver log when the driver node name is in Chinese
18+
- Fix the problem of no data caused by updating rule of the shared stream
19+
- Fix the problem of occasional update failure of the Portable plugin
20+
- Fix the problem of monitoring the write event of File Source and ignoring empty files
21+
- Fixed the problem that trace function reports an error after Dataprocessing node is manually closed
22+
- Fixed the problem that rule reports an error "cannot parse JSON" after trace function is enabled
23+
- Fixed the problem that Span splicing is wrong when northbound MQTT and DataProcessing are traced at the same time
24+
25+
### Changes
26+
27+
- The interface for downloading the driver log has been changed to /api/log/neuron?node=node_name
28+
329
## v3.5.1
430

531
Release Date: 2025-04-18

zh_CN/release_history/release_history.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# 发版历史
22

3+
## v3.5.2
4+
5+
发布日期:2025-05-22
6+
7+
### 增强
8+
9+
- OPCUA 驱动支持订阅模式,新增配置项:**更新模式**,通过配置**Subscribe**模式,支持通过 OPCUA 标准的订阅接口获取 Server 数据,通过该模式可实时获取 Server 端点位数据。
10+
- SparkplugB 应用新增配置项:Group Path,支持配置点位是否拼接采集组(group)名称。
11+
- SparkplugB 应用支持离线缓存功能。
12+
- 规则较多时,优化减少创建规则时的内存占用
13+
- 对链路追踪缓存数据进行限流和优化
14+
15+
### 修复
16+
17+
- 修复驱动节点名称为中文时,下载驱动日志报错的问题
18+
- 修复共享流规则更新导致无数据问题
19+
- 修复 Portable 插件偶发热更新失败问题
20+
- 修复 File Source 监控写事件中的问题并忽略空文件
21+
- 修复 Dataprocessing 节点手动关闭后,链路追踪报错误的问题
22+
- 修复开启链路追踪后,规则报错 cannot parse JSON 的问题
23+
- 修复链路追踪北向 MQTT 和 DataProcessing 同时追踪时,Span 拼接错误的问题
24+
25+
### 变更
26+
27+
- 下载驱动日志的接口变为/api/log/neuron?node=node_name
28+
329
## v3.5.1
430

531
发布日期:2025-04-18

0 commit comments

Comments
 (0)