Skip to content

v1.0.2

Compare
Choose a tag to compare
@wubin1989 wubin1989 released this 12 Mar 03:31
· 710 commits to main since this release

Changelog

  • Add rootPath field to go client struct for configuring path prefix when sending http requests
  • Add Nacos as another option for service discovery
  • Add NacosRRServiceProvider and NacosWRRServiceProvider for supporting load balancing of services fetched from Nacos server
  • Fix bug for OpenAPI 3.0 onlinedoc when GDD_ROUTE_ROOT_PATH is set
  • Replaced json marshal with msgpack for serializing node meta data, which makes meta data size smaller nearly 40% than json, but the optimization also makes v1.0.2 not compatible with old versions. Please upgrade go-doudou to the latest version if possible.