Skip to content

Releases: sofastack/sofa-boot

v2.4.7

31 Aug 03:39
Compare
Choose a tag to compare

🔨Dependency upgrades

  • Degrade sofa-bolt version to 1.4.4 . #203

v2.4.6

29 Aug 01:07
Compare
Choose a tag to compare

v2.4.6 is not recommended, Please use v2.4.7!

⭐️Enhancement

  • PipelineStage support sort and override. #175

🔨Dependency upgrades

  • Upgrade sofa-ark version to 0.5.0 . #201
  • Upgrade sofa-rpc version to 5.4.5 . #201
  • Upgrade sofa-tracer version to 2.1.3 . #201
  • Upgrade sofa-bolt version to 1.5.0 . #201
  • Upgrade sofa-hessian version to 3.3.1 . #201
  • Upgrade sofa-common-tools version to 1.0.14 . #201

v2.4.5

16 Aug 12:37
Compare
Choose a tag to compare

⭐️Enhancement

  • The annotation of @SofaService should support the concrete type without any super interface. #175

🐞Bug fixes

  • Log configuration is invalid when using ark plugin #173
  • Spring AOP do not take effect on the bean which has been annotated whit @SofaService. #175

🔨Dependency upgrades

  • Upgrade sofa-ark version to 0.4.1 #181
  • Upgrade sofa-rpc version to 5.4.4 #181

v2.4.4

03 Aug 02:19
Compare
Choose a tag to compare

🐞Bug fixes

  • Check whether it is neccessary when copy BeanPostProcessors and BeanFactoryPostProcessors from Root Application Context to SOFA Module. #168
  • Fix SOFABoot Readiness HealthCheck can't disable bug. #153
  • Fix Readiness Check Configuration Skip Can't Take Effect bug. #145
  • SofaModuleContextRefreshedListener be initialized beforehand. #137

🔨Code Refactor

  • Simplify usage of sofa version maven plugin. #156 #158

🆙 Dependency upgrades

  • Upgrade sofa-bolt version to 1.4.2. #140

v2.4.3

17 Jul 14:21
Compare
Choose a tag to compare

🔨Dependency upgrades

  • Upgrade to SOFARPC Starter 5.4.3 #117

v2.4.2

07 Jul 08:51
Compare
Choose a tag to compare

🐞Bug fixes

  • Use the applicationContext to load the SofaRuntimeProperties to avoid premature initialization which would make configuration of SofaRuntimeProperties invalid #87

❤️ We’d like to thank all the contributors who worked on our current release!

v2.4.1

29 Jun 12:10
Compare
Choose a tag to compare

1. Abstract

This is a bug fix version. Mainly to fix the problem that getObjectType of ServiceFactoryBean and ReferenceFactoryBean return null. And also upgrades the managed dependency version of SOFARPC.

2. Compatibility Note

There are no incompatible APIs.

3. Enhancement

#98 support snapshot @QilongZhang

4. Bug Fix

#92 change ServiceFactoryBean getObject return value @QilongZhang
#95 It will lead some odd problems when get null from ReferenceFactoryBean#getObjectType @QilongZhang

5. Dependency Upgrades

com.alipay.sofa:rpc-sofa-boot-starter: 5.4.0 -> 5.4.2

v2.4.0

31 May 02:15
8dcc720
Compare
Choose a tag to compare

1.发布说明介绍

SOFABoot 2.4.0 版本提供了模块化开发功能,管控了 SOFATracerSOFALookout;同时,对管控的 SOFAArk 和 SOFARPC 依赖进行升级。

2.兼容性说明

与之前版本兼容

3.新增功能

SOFABoot 模块化能力 @caojie09

#48 SOFARPC 的 XSD 里增加可配置参数 @ujjboy @leizhiyuan

#62 管控 SOFATracerSOFALookout @guanchao-yang

4.管控依赖升级

com.alipay.sofa:rpc-sofa-boot-starter: 5.3.2 -> 5.4.0
com.alipay.sofa:rpc-sofa-boot-starter:ark-plugin: 5.3.2 -> 5.4.0
com.alipay.sofa:sofa-ark-springboot-starter:0.2.0 -> 0.3.0
com.alipay.sofa:sofa-ark-maven-plugin:0.2.0 -> 0.3.0

5.新增管控依赖

com.alipay.sofa:tracer-sofa-boot-starter:2.1.1
com.alipay.sofa.lookout:lookout-sofa-boot-starter:1.4.0

v2.3.2

04 May 04:08
Compare
Choose a tag to compare

1.发布说明介绍

本版本主要兼容 SpringBoot v1.5.12;同时,对管控的 SOFARPC 依赖进行升级。

2.兼容性说明

与之前版本兼容

3.新增功能

4.优化问题

5.管控依赖升级

com.alipay.sofa:rpc-sofa-boot-starter: v5.3.1 -> v5.3.2
com.alipay.sofa:rpc-sofa-boot-starter:ark-plugin: v5.3.1 -> v5.3.2

v2.3.1

19 Apr 02:36
Compare
Choose a tag to compare

1.发布说明介绍

修复 Readiness Check 在失败时 HTTP Code 应返回 503 的问题;同时,对管控的 SOFARPC 依赖进行升级。

2.兼容性说明

与之前版本兼容

3.新增功能

4.修复问题

修复 Readiness Check 在失败时,HTTP Code 应返回 503 的问题

5.管控依赖升级

com.alipay.sofa:rpc-sofa-boot-starter:5.3.0 --> com.alipay.sofa:rpc-sofa-boot-starter:5.3.1
com.alipay.sofa:rpc-sofa-boot-starter:ark-plugin:5.3.0 --> com.alipay.sofa:rpc-sofa-boot-starter:5.3.1