Skip to content

v5.9.0 Released

Compare
Choose a tag to compare
@EvenLjj EvenLjj released this 13 Nov 15:38
· 98 commits to master since this release
17740ab

Abstract

Enhancements to the sofa-rpc framework and some bug fixes (requires JDK8 version support). We encourage use 5.8.8 to upgrade, when the version between 5.7.10 and 5.8.7. For details, please refer to all commits.

Features

Enhancement

  • Bump netty from 4.1.44.Final to 4.1.77.Final by @lanicc in #1211
  • Improve efficiency of list difference by @bjxiaojian in #1241
  • Add more parameters to nacosConfig to support auth by @colin-lee in #1242
  • Support json encode null and isError by @rickey17 in #1264
  • Rpc unique id character check support disable by @taobaorun in #1275

Bug fix

Misc