Skip to content

v5.5.0 Released.

Compare
Choose a tag to compare
@leizhiyuan leizhiyuan released this 29 Dec 11:53
· 403 commits to master since this release

1. Abstract

It is a version which has some big features. Everyone use 5.4.x who want to upgrade may need test in their scene. For the details and all changes, please browse our issue and pr for 5.5.0.

2. Compatibility Note

  • PR 422 - Register CorsFilter by default and support custom allowed origins. (378) we will not allow cors as default,you can set * if you need
  • PR 260 -Use ConcurrentMap to replace the declaration of ConcurrentHashMap objects.

3. New Feature

  • Issue 245 - Support nacos to be registry (PR 327)
  • PR 195 - Add hystrix integration extension
  • PR 239 - Support jackson serialize for http
  • PR 422 - Register CorsFilter by default and support custom allowed origins. (378)
  • PR 246 - Support consul as registry. !beta preview.
  • PR 184 - Support elastic connection holder.
  • PR 466 - Support mosn.

4. Enhancement

  • PR 421 - Add auth support for zookeeper registry
  • PR 439 - Make resteasy execute rpc filter chain too. (376
  • PR 434 - Allow user to set conn num with conn.num (433)
  • PR 415 - Optimize async thread pool execute (391)
  • Issue 349 - Handle clientTimeout attribute in GenericContext (PR 350)
  • PR 267 - ConsistentHashLoadBalancer supports weight.
  • PR 260 - Use ConcurrentMap to replace the declaration of ConcurrentHashMap objects. (252)

5. Bug Fix

  • PR 454 - Fix consul converter and construct props order (449)
  • PR 423 - Fix NotifyConsumerListener typo (418
  • PR 413 - Fix LocalRegistryHelper#checkModified returns true even if the file has not changed (412)
  • PR 400 - Fix possible double check of the field. (397)

6. Deprecated

None.