Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Releases: sofastack/sofa-rpc-boot-projects

v5.4.7 Released.

26 Oct 02:25
Compare
Choose a tag to compare

1. Abstract

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

2. Compatibility Note

  • There are no incompatible APIs.

3. New Feature

4. Enhancement

5. Bug Fix

6. Deprecated

  • There are no deprecated feature

7. Dependency

  • rpc-sofa-boot-starter would not depend on spring-boot-web-starter indirectly.

v5.4.6 Released.

27 Sep 09:12
Compare
Choose a tag to compare

1. Abstract

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

2. Compatibility Note

  • There are no incompatible APIs.

3. New Feature

4. Enhancement

5. Bug Fix

6. Deprecated

  • There are no deprecated feature

v5.4.5 Released.

30 Aug 02:17
Compare
Choose a tag to compare

1. Abstract

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

2. Compatibility Note

  • There are no incompatible APIs.

3. New Feature

  • Issue 34 - support multiple different registry
  • PR 80 - partly support sofa mosn

4. Enhancement

  • PR 82 - change version and shell
  • PR 75 - Add dubbo generic convert example

5. Bug Fix

6. Deprecated

  • There are no deprecated feature

v5.4.4 Released.

16 Aug 18:07
Compare
Choose a tag to compare

1. Abstract

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

2. Compatibility Note

  • PR 76 - Change rpc-ark-plugin dependency location.

3. New Feature

4. Enhancement

5. Bug Fix

6. Deprecated

  • There are no deprecated feature

v5.4.3 Released.

20 Jul 01:04
8e67ec9
Compare
Choose a tag to compare

1. Abstract

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

2. Compatibility Note

  • There are no incompatible APIs.

3. New Feature

4. Enhancement

  • PR 73 - Support additional custom parameters of RpcBindingParam.

5. Bug Fix

  • Issue 69 - sofaboot客户端不同版本使用api方式引用的问题

6. Deprecated

  • There are no deprecated feature

v5.4.2 Released.

29 Jun 14:09
Compare
Choose a tag to compare

1. Abstract

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

2. Compatibility Note

  • There are no incompatible APIs.

3. New Feature

4. Enhancement

5. Bug Fix

6. Deprecated

  • There are no deprecated feature

v5.4.0 Released.

01 Jun 06:41
Compare
Choose a tag to compare

1. Abstract

These releases contains bug-fixes, performance enhancements and new feature so we encourage everyone to upgrade. For the details and all changes, please browse our issue and pr for 5.4.0.

The most important changes are:

  • Support HTTP/2
  • Support service publish and reference by annotation
  • Make health check component optional
  • Support ip range and bind network interface

2. Compatibility Note

  • There are no incompatible APIs.

3. New Feature

4. Enhancement

5. Bug Fix

6. Deprecated

  • There are no deprecated feature

v5.3.2 released

04 May 13:11
441aaac
Compare
Choose a tag to compare

1.发布说明介绍

本版本为BugFix 版本。

2.兼容性说明

与之前版本兼容。

3.新增功能

  • #27 新增服务引用的 retries ,lazy,loadBalancer,check属性。 @NeGnail

4.优化功能

  • #16 代码更接近 Spring 风格, bolt 默认端口改为 12200。 @khotyn
  • #20 增加 readiness check test 和 graceful shutdown test。@khotyn
  • #27 增加多个功能的测试用例。 @NeGnail
  • #28 sample工程将客户端和服务端拆开。 @leizhiyuan

5.Bug修复

  • #18 修复 global fitler bug。 @khotyn
  • #31 修改 bolt 配置的命名,补充缺少的参数转换逻辑。 @leizhiyuan
  • #33 修复多协议引用同一个服务时启动陷入持续等待的问题。 @NeGnail

6.删除功能

v5.3.1 Released.

19 Apr 07:28
fc193be
Compare
Choose a tag to compare
  1. 发布说明介绍

    本版本为BugFix 版本。

  2. 兼容性说明

    与之前版本兼容。

  3. 新增功能

  4. 优化功能

  5. Bug修复

  6. 删除功能

v5.3.0 Released.

15 Apr 15:34
a02d3a4
Compare
Choose a tag to compare

1.发布说明介绍

  • 本版本新迭代版本。

2.兼容性说明

  • 与之前版本兼容。

3.新增功能

  • 增加对 rest ,dubbo 的兼容。
  • 增加自定义线程池。
  • 增加泛化调用。
  • 增加自适应故障隔离。
  • 增加对 Zookeeper 的支持。

4.优化功能

  • 接入 SOFABoot 健康检查能力。
  • 接入 SOFABoot 运行时对组件生命周期进行管控。

5.Bug修复

  • 无。

6.删除功能

  • 无。