Skip to content

Releases: Ehco1996/ehco

v0.0.0-nightly

10 Jun 01:01
68d2dc1
Compare
Choose a tag to compare
v0.0.0-nightly Pre-release
Pre-release

Changelog

v1.1.3

26 Dec 00:48
a151c70
Compare
Choose a tag to compare

新特性

  • 支持了 mtcp 类型的隧道, 在中转本身就支持 tls 加密的协议时,能进一步减少性能开销
  • 支持了配置自动重载的功能, 并且能自动 watch 包含 http 在内的远端配置文件
  • 支持了更多类型的 xray 代理类型, xray server 也支持配置重载

优化

  • 优化了代理流量时的关闭逻辑,对端不再会收到socket has closed unexpectedly 错误
  • 优化了 logger, debug 时能更快速的定位问题了
  • 优化了 metrics 和 dashboard, 除了内嵌 node_expoter 以外,上报流量时会带上带宽等负载信息了
  • 优化了 CI, 增加了 arm 平台的支持和 nightly build

What's Changed

New Contributors

  • @hhjesse made their first contribution in #193
  • @chenrui333 made their first contribution in #227

Full Changelog: v1.1.2...v1.1.3

v1.1.2

13 Nov 07:57
Compare
Choose a tag to compare

Changelog

新特性

chore

v1.1.1

25 Dec 03:01
Compare
Choose a tag to compare
  • 修复部分配置导致不能热重载的问题 967886a
  • 升级 go 版本到 1.17 a473ec5
  • 修复不能从 http server 获取配置的问题 a10922f
  • 修复通过 ws 中转会断流的问题 71590c3
  • 修复 release 版本号在 goreleaser 中不生效的问题 c723fa0

v1.1.0

05 Sep 05:56
Compare
Choose a tag to compare

全新的版本带来了大量的新功能和意想不到的 bug :)

  • 进一步优化负载均衡逻辑,会自动检测掉线的节点了
  • 热重载配置文件的功能终于出来了!
  • 优化的节点监控的颗粒度,增加了更多的指标
  • 修复了大量的 bug
  • 更多细节优化可以自己试试啊喂

v1.0.7

17 Jun 23:34
Compare
Choose a tag to compare

Changelog

e14a3db *: add monitor
9e3fc9f build. add build flag
2cc4ed0 chore: tidy mod
1b67d5d ci: add homebrew formula
9ac1dfe ci: add upx
938925a ci: update goreleaser
8712792 doc: add homebrew install
71385e4 feat: add alive metric
0a3fcc8 feat: better metric close #44
7b9fcdc feat: opt cli flgs
403bfdb fix: add udp deadline back
04c88d8 fix: add udp lock #42
40155e1 fix: fix copy buffer metrrics
30bccf0 fix: try fix udp lock
7b6b36f perf: add chan based buffer

v1.0.6

07 May 13:34
Compare
Choose a tag to compare

Changelog

e7ecf60 *: bump version to 1.0.6
a0047f5 refine: refine smux conn #40 (#41)

v1.0.5

05 May 23:15
Compare
Choose a tag to compare

Changelog

6ee3a16 fix: remove LB onError #31

v1.0.4

30 Mar 08:46
Compare
Choose a tag to compare

Changelog

4a839bb bump go to 1.16
2be264a feat: panic when token not right

v1.0.3

06 Mar 02:58
Compare
Choose a tag to compare

Changelog

4a35a37 feat: add go ping
5c0769b feat: install systemd service file close #15
78ad2f6 feat: prom add auth token
c896e56 fix: fix for go ping