Skip to content

v5.6.0 Released

Compare
Choose a tag to compare
@zonghaishang zonghaishang released this 24 Jun 06:39
· 352 commits to master since this release
a7bceb0

Abstract

Enhancements to the sofa-rpc framework and some bug fixes (requires JDK8 version support). We encourage everyone use 5.5.x to upgrade. For details, please refer to all commits.

Compatibility Note

  • JDK8 required
  • Consul registry redesigned, not compatible with 5.5.0

New Features

  • support protostuff as serialization. #531
  • support fetch groupName by provide. #550
  • make user can set processInIoThread. #544

Enhancement

  • update zk to 4.0.1 to support spring cloud. #386
  • refactor registry-consul registry. #629
  • add use sofa-registry demo. #644
  • allow timeout discard settings. #676
  • Upgrade nacos version to 1.0.0. #577

Bug Fix

  • fix memory leak. #658
  • fix typo, SofaRegsitryClient -> SofaRegistryClient. #581
  • fix elastic percent typo. #674
  • move providerConfig#setMethodsLimit out of for-loop. #657
  • mapSerializer support empty. [#654]