Skip to content

Commit

Permalink
Merge pull request #14 from zema1/feat/0.5.0
Browse files Browse the repository at this point in the history
feat: release 0.5.0
  • Loading branch information
zema1 authored Mar 14, 2023
2 parents 2470bc0 + 40bc4dc commit 6f10efb
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 764 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# 更新记录

## [0.5.0] - 2023-03-14

### 新增

- 每 5s 发送一个心跳包避免远端因 `ReadTimeout` 而关闭连接 [#12](https://github.com/zema1/suo5/issues/12)
- 改进地址检查方式,负载均衡的转发判断会更快一点

## [0.4.0] - 2023-03-05

### 新增
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ GLOBAL OPTIONS:
--buf-size value set the request max body size (default: 327680)
--proxy value use upstream socks5 proxy
--debug, -d debug the traffic, print more details (default: false)
--no-heartbeat, --nh disable heartbeat to the remote server which will send data every 5s (default: false)
--help, -h show help
--version, -v print the version
```
Expand Down
Loading

0 comments on commit 6f10efb

Please sign in to comment.