Skip to content

v3.1.0

Compare
Choose a tag to compare
@justxuewei justxuewei released this 27 Jul 12:32
· 196 commits to main since this release
cf92f8c

Breaking Changes

For users upgrading from 3.0.x or below, please notice that the default service discovery model in 3.1.0 has changed to registry-type: instance, which stands for the application-level discovery model in Dubbo3.

To be able to discover instances of lower version, please set registry-type of 3.1.0 instance to interface in via dubbogo.yml or API:

dubbo:
  registries:
     zk: 
       protocol: zookeeper
       address: 127.0.0.1:2181
       registry-type: interface

Features

Bugfixes

Enhancements