Skip to content

v5.10.0 Released

Compare
Choose a tag to compare
@Lo1nt Lo1nt released this 20 Apr 07:48
· 52 commits to master since this release
ad29f00

Abstract

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

Compatibility Note

  • Bump javassist to 3.28.0-GA; 3.24.0-GA is required at least

Enhancement

  • Custom serializer register by @Lo1nt in #1296
  • Modify the parsing header method to facilitate expansion by @EvenLjj in #1325
  • Use new javassist toClass api so as to let use of javassist compatible both under java 17 and java 1.8 by @Lo1nt in #1316

Full Changelog: v5.9.2...v5.10.0