Skip to content

v3.2.0-rc1

Compare
Choose a tag to compare
@chickenlj chickenlj released this 10 Mar 15:26
· 57 commits to main since this release
faf6f2a

Features

  • Introduce brand new programming API.
  • Upgraded triple protocol, 100% compatible with gRPC while supporting direct HTTP API access with application/json payload.
  • RPC service definition supports both IDL and NON-IDL.
  • Observability enhancement, metrics & tracing
  • Introduce weighted round-robin and alias-method load-balance strategies

Interoperability With Java

This version guarantees fully interoperability between dubbo go and java implementations, below are some interop examples:

  • Example demonstrating dubbo + hesian interop
  • Example demonstrating triple + protobuf interop
  • Example demonstrating triple + non-protobuf interop
  • Example demonstrating service discovery interop

Compatibility

This version is completely compatible with 3.0.x ~ 3.1.x versions. Users using old API and triple protocol can upgrade to this version directly without changing any code.

New Contributors