Skip to content

1.0.0-BETA-9 release

Pre-release
Pre-release
Compare
Choose a tag to compare
@wkgcass wkgcass released this 14 Apr 05:22
· 601 commits to master since this release

Features

  1. Kubernetes integration, visit vpctl for more info.
  2. Support HTTP and DNS health check. protocol http/dns.
  3. Use annotations to determine detailed health check arguments. See AnnotationKeys.java.
  4. Record health check time cost for each server.
  5. Record health check fail reason for each server.
  6. Support to watch health check events.
  7. Support to modify listOfCertKey in TcpLb.
  8. Support better direct-relay mechanism in vpws-agent.

Change

  1. Now http-controller and resp-controller are launched by default on startup (127.0.0.1:18776 and 16379).
  2. WebSocksProxyAgent config upgrade

Removal

  1. Remove the discovery module. Since now we support k8s, there's no need to implement a discovery module by ourselves.