Skip to content

Commit

Permalink
### v0.4.0 (2022-01-10)
Browse files Browse the repository at this point in the history
1. 优化`easyService`服务的行为,增加`-c,--config`参数的支持.
2. 支持`easyservice`的quit命令.
3. 修复`window`,`macos`系统下不支持`quic`和`kcp`的问题.
4. 新增兼容多平台的`signal`发送组件.
5. 支持`Websocket`协议.
6. 增加并发请求客户端`Multiclient`.
  • Loading branch information
osgochina committed Jan 10, 2022
1 parent 6e3a1fc commit 9cfe80d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## 更新日志

### v0.4.0 (2022-01-10)
1. 优化`easyService`服务的行为,增加`-c,--config`参数的支持.
2. 支持`easyservice`的quit命令.
3. 修复`window``macos`系统下不支持`quic``kcp`的问题.
4. 新增兼容多平台的`signal`发送组件.
5. 支持`Websocket`协议.
6. 增加并发请求客户端`Multiclient`.

### v0.3.0 (2021-12-31)
1. 修复在dial成功后,对端马上关闭了链接,造成重试死循环的bug,增加最大重试次数.
2. 修复平滑重启中监听地址0.0.0.0不起效的问题.
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package dmicro

const Version = "v0.3.3"
const Version = "v0.4.0"
const Authors = "ClownFish(osgochina@gmail.com)"

0 comments on commit 9cfe80d

Please sign in to comment.