Skip to content

Commit

Permalink
feat: upgrade to v1.4.3 (版本升级到v1.4.3);
Browse files Browse the repository at this point in the history
  • Loading branch information
xingshuangs committed Sep 28, 2023
1 parent 7c6a509 commit 39424a3
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README-CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# IOT-COMMUNICATION

[![Maven-v1.4.2](https://img.shields.io/badge/Maven-v1.4.2-brightgreen)](https://mvnrepository.com/artifact/com.github.xingshuangs/iot-communication)
[![Maven-v1.4.3](https://img.shields.io/badge/Maven-v1.4.3-brightgreen)](https://mvnrepository.com/artifact/com.github.xingshuangs/iot-communication)
![Language-java8](https://img.shields.io/badge/Language-java8-blue)
![Idea-2022.02.03](https://img.shields.io/badge/Idea-2022.02.03-lightgrey)
![CopyRight-Oscura](https://img.shields.io/badge/CopyRight-Oscura-yellow)
Expand Down Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>com.github.xingshuangs</groupId>
<artifactId>iot-communication</artifactId>
<version>1.4.2</version>
<version>1.4.3</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# IOT-COMMUNICATION

[![Maven-v1.4.2](https://img.shields.io/badge/Maven-v1.4.2-brightgreen)](https://mvnrepository.com/artifact/com.github.xingshuangs/iot-communication)
[![Maven-v1.4.3](https://img.shields.io/badge/Maven-v1.4.3-brightgreen)](https://mvnrepository.com/artifact/com.github.xingshuangs/iot-communication)
![Language-java8](https://img.shields.io/badge/Language-java8-blue)
![Idea-2022.02.03](https://img.shields.io/badge/Idea-2022.02.03-lightgrey)
![CopyRight-Oscura](https://img.shields.io/badge/CopyRight-Oscura-yellow)
Expand Down Expand Up @@ -29,7 +29,7 @@ Add the dependency to pom.xml in the JAVA project.
<dependency>
<groupId>com.github.xingshuangs</groupId>
<artifactId>iot-communication</artifactId>
<version>1.4.2</version>
<version>1.4.3</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.xingshuangs</groupId>
<artifactId>iot-communication</artifactId>
<version>1.4.2</version>
<version>1.4.3</version>
<packaging>jar</packaging>

<name>iot-communication</name>
Expand Down
14 changes: 14 additions & 0 deletions tips/changeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## v1.4.3
- 更新时间:2023.09.28
- S7: S200-smart修改local为0x1000
- S7: 200smart下载功能实现并测试成功,上传功能优化
- S7: MultiAddressWrite添加addString方法
- S7: 修复西门子机床的remote地址错误
- S7: 修复主动连接缺失持久化的控制
- Modbus: 添加更多适配的方法,自定义字节数据转换的格式
- Modbus: 修复主动连接缺失持久化的控制
- Net: 修复关闭的时候socket设置为null的问题
- Net: 添加底层socket通信对分包粘包的情况
- RTSP: 修复存在多个WWW-Authenticate的问题,默认使用第一个
- RTSP: 修复rtsp关闭时因通道断开导致的错误

## v1.4.2
- 更新时间:2023.08.17
- S7添加非注解形式的批量读写,可以进行多地址的任意组合,通过S7Parameter配置参数
Expand Down

0 comments on commit 39424a3

Please sign in to comment.