1.0.0-BETA-9 release
Pre-release
Pre-release
Features
- Kubernetes integration, visit vpctl for more info.
- Support HTTP and DNS health check.
protocol http/dns
. - Use annotations to determine detailed health check arguments. See
AnnotationKeys.java
. - Record health check time cost for each server.
- Record health check fail reason for each server.
- Support to watch health check events.
- Support to modify
listOfCertKey
in TcpLb. - Support better
direct-relay
mechanism in vpws-agent.
Change
- Now http-controller and resp-controller are launched by default on startup (127.0.0.1:18776 and 16379).
- WebSocksProxyAgent config upgrade
Removal
- Remove the discovery module. Since now we support k8s, there's no need to implement a discovery module by ourselves.