Skip to content

Commit

Permalink
Merge pull request #106 from QQDQ/main
Browse files Browse the repository at this point in the history
update 3.4.2 release note
  • Loading branch information
QQDQ authored Nov 30, 2024
2 parents d0d0280 + 4cb63f9 commit ff21eb9
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 0 deletions.
33 changes: 33 additions & 0 deletions en_US/release_history/release_history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# Release history

## v3.4.2

Release Date: 2024-12-03

### Enhancements

- OPCUA driver supports reading BIT type
- MQTT driver relaxes port restrictions
- Modbus RTU/TCP driver supports tracing
- SRTP driver optimizes timeout processing
- OPCUA supports array type reading and writing
- Siemens S7 driver supports string array reading and writing
- SparkplugB supports ddeath after southbound driver disconnection and dbirth after reconnection
- Tag list page displays group name
- Kafka sink supports compression configuration
- Httppull source supports configuration of access header
- Neuron no longer sends errors continuously after the connection is disconnected. It only sends once when connected to disconnection, and does not send when reconnection fails to prevent excessive log/exception
- Duration related configurations are migrated at startup, for example, cacheTTL numbers are automatically migrated to duration strings
- Conf configures key verification to prevent XSS attacks
- Neuron Sink supports calling multi-tag write API

### Fixes

- fixed decimal verification failed
- OPCUA driver reads Kepserver and intermittent data expires
- When MQTT reports data in tags-format, the transferPrecision field appears incorrectly
- Fixed the writing problem of String type tag with decimal configuration
- SQL Source supports reading Null fields
- Data source page translation error
- Occasional connection status lock acquisition problem, NPE may occur
- Clear status after shared stream configuration fails
- Fixed Kafka sink, key/headers dynamic template attribute ineffective problem

## v3.4.1

Release Date: 2024-10-31
Expand Down
34 changes: 34 additions & 0 deletions zh_CN/release_history/release_history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# 发版历史

## v3.4.2

发布日期: 2024-12-03

### 增强

- OPCUA 驱动支持读取 BIT 类型
- MQTT 驱动放开端口限制
- Modbus RTU/TCP 驱动支持链路追踪
- SRTP 驱动优化超时处理
- OPCUA 支持数组点位读写
- Siemens S7 驱动支持字符串数组读写
- SparkplugB 支持南向驱动断连的ddeath,和重新连接后的dbirth
- 点位列表页面显示分组名称
- Kafka sink 支持压缩配置
- Httppull source 支持配置 access header
- Neuron 连接中间断开后不再连续发送错误。仅连接到断开发送一次,重连失败不发送,防止log/exception过多
- Duration 相关配置启动时迁移,例如cacheTTL 数字自动迁移为 duration string
- Conf 配置 key 验证,防止 XSS 攻击
- Neuron Sink底层支持调用多点位写入API

### 修复

- 乘系数 Decimal 校验失败
- OPCUA 驱动读取 Kepserver 出现间歇性的数据过期
- MQTT上报tags-format格式数据时,误出现transferPrecision字段的错误
- 修复String类型的点位配置乘系数的写入问题
- SQL Source 支持读取 Null 字段
- 数据源页面英语翻译错误
- 偶发连接状态获取锁问题,可能出现 NPE
- 共享流配置失败后清除状态
- 修复 Kafka sink,key/headers 动态模板属性不生效问题


## v3.4.1

发布日期: 2024-10-31
Expand Down

0 comments on commit ff21eb9

Please sign in to comment.