Skip to content

v5.7.10 Released

Compare
Choose a tag to compare
@EvenLjj EvenLjj released this 16 Sep 15:36
· 179 commits to master since this release
2e571f0

Abstract

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

New Features

  • PR 1053 Support static method of interface in sofa rpc

Enhancement

  • PR 1061 Replace ThreadLocal with TransmittableThreadLocal in RpcInternalContext
  • PR 1063 Optimize timeout value acquisition and verification

Bug Fix

  • PR 1081 Fix RpcInvokeContext thread safe bug

  • PR 1090 RequestProps and responseProps correctly sense header changes when deserialization

  • PR 1093 Fix cast exception in ProviderInfo getAttr method