Skip to content

V1.1.0 Released

Compare
Choose a tag to compare
@skyesx skyesx released this 16 Sep 06:31
· 30 commits to master since this release
d14853e

中文

  • 更新Dubbo的版本到2.6.3,支持Dubbo原生的SpringBoot风格外置配置
  • 使用框架幂等时,提升了25%以上的CPU性能
  • 更正了CallWrapUtil的错误拼写

英文

  • update Dubbo version to 2.6.3, and support Dubbo native spring boot style external properties
  • improve 25+% CPU performance when using idempotent with replacing the implement of ObjectDigest
  • correct miss-spelling of CallWrapUtil

because ObjectDigest implement is replaced, so when there's an unfinished Transaction using system idempotent will report an error. we will have to wait for all the transaction finished and then update from 1.0.0 to 1.1.0