Skip to content

Latest commit

ย 

History

History
68 lines (54 loc) ยท 2.12 KB

CHANGELOG.md

File metadata and controls

68 lines (54 loc) ยท 2.12 KB

6.0 (developing)

  • support reflection
  • add kubernetes config example
  • improve nacos support
  • improve message.Encode performance
  • re-register services in etcd v3
  • avoid duplicated client creation
  • add SelectNodePlugin that can interrupt the Select method
  • support TcpCopy by TeePlugin
  • Change two methods' name of client plugin!
  • Broken API: add error parameter in PreWriteResponse(#486)
  • Broken API: change ReadTimeout/WriteTimeout to IdleTimeout

5.0

  • support jsonrpc 2.0
  • support CORS for jsonrpc 2.0
  • support opentracing and opencensus
  • upload/download files by streaming
  • add Pool for XClient and OneClient
  • remove rudp support
  • add ConnCreated plugin. Yu can use it to set KCP UDPSession
  • update client plugins. All plugin returns error instead of bool
  • support ETCD 3.0 API
  • support redis as registry
  • support redis DB selection
  • fix RegisterFunction issues
  • add Filter for clients
  • remove most of build tags such as etcd, zookeeper,consul,reuseport
  • add Nacos as registry http://nacos.io
  • support blacklist and whitlist

4.0

3.1

fix bugs.

3.0

rpcx 3.0 is not compatible with rpcx 2.0 and below