Skip to content

Commit

Permalink
Release v2.5.32
Browse files Browse the repository at this point in the history
  • Loading branch information
avwo committed Dec 2, 2020
1 parent 6a98a32 commit f0bba81
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v2.5.32
1. feat: tunnel 代理支持确认机制,详见:https://github.com/avwo/lack-proxy/blob/master/lib/proxy.js#L100

# v2.5.31
1. fix: http 请求走 tunnel 代理没有主动调用 `socket.resume()`,可能导致用 lack-proxy 代理的部分请求超时
2. style: 插件禁用后在页面的标签显示 `Disabled`
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "whistle",
"description": "HTTP, HTTP2, HTTPS, Websocket debugging proxy",
"version": "2.5.31",
"version": "2.5.32",
"dataDirname": ".whistle",
"localUIHost": "local.whistlejs.com",
"port": 8899,
Expand Down

0 comments on commit f0bba81

Please sign in to comment.