Skip to content

v5.5.1 Released.

Compare
Choose a tag to compare
@leizhiyuan leizhiyuan released this 22 Feb 09:01
· 386 commits to master since this release
1b1a89d

1. Abstract

It is a bug fix version. We encourage everyone use 5.5.x to upgrade. For the details and all changes, please browse our issue and pr for 5.5.1.

2. Compatibility Note

There are no incompatible APIs. but if you use cors filter in rest, you need to set it

3. New Feature

  • PR 509 - support reuse and do not reuse connection for bolt
  • PR 511 - Support bytebuddy as proxy
  • PR 505 - support rest server for lookout
  • PR 501 - Automatic fault tolerance module change to extension mode.

4. Enhancement

  • PR 519 - fix sofa rest to extends
  • PR 515 - do not registe cors filter if user can not set
  • PR 508 - support other serialization type for bolt (504)
  • PR 507 - when consumer has not timeout,use timeout of provider
  • Issue 499 - Extension loader supports proxy mode.
  • Issue 483 - Upgrade com.fasterxml.jackson.core:jackson-databind to 2.8.11.3

5. Bug Fix

  • PR 522 - fix nacos bug (520)
  • PR 506 - do not catch exception when registerProcessor (467)
  • PR 498 - Do not close connection by url when connection closed.
  • PR 497 - Make RpcConfigs.getOrDefaultValue compatible multiple types. (475)
  • PR 493 - Modify inappropriate comments in ConsumerConfig.java

6. Deprecated

None.