Skip to content

Releases: sofastack/sofa-boot

v3.4.3

10 Aug 05:46
c200961
Compare
Choose a tag to compare

🔨 Optimize

  • Provide an endpoint to show the time cost details when application startups #672

🐞 Bug fixes

🔨 Upgrade

  • Upgrade tomcat version to 9.0.36

v3.4.2

31 Jul 05:57
b841cb2
Compare
Choose a tag to compare

🔨 Optimize

  • Readme improvements #671

🐞 Bug fixes

  • ServiceComponent and ReferenceComponent's report don't include internal exception message #680
  • Component's exception is ignored by default #676
  • Readiness callback invoking should be break when there is failure happening #674

v3.4.1

22 Jun 12:06
0b7960c
Compare
Choose a tag to compare

🔨 Optimize

  • Provide option for processing biz logic in IO thread #658
  • Put components first whose health check result fail #656
  • Provide option for terminating application when health check fails #648

🐞 Bug fixes

  • StandardSofaRuntimeManager#shutdown will cause the Spring context to be prematurely closed #657
  • Application close before component manager shutdown #659
  • Incorrect ProviderConfig name calculation when exporting #668

🔨 Upgrade

  • Upgrade SOFA-RPC version to 5.7.3
  • Upgrade fastjson version to 1.2.69
  • Upgrade gRPC version to 1.28.0
  • Upgrade protoc and protoc-java version to 3.11.0

v3.4.0

02 May 07:29
d866ac7
Compare
Choose a tag to compare

🔨Optimize

🐞Bug fixes

fix:fix callback of bolt #625

🔨Upgrade

Upgrade sofa-rpc to 5.7.0

v2.6.4

22 Apr 14:00
b934202
Compare
Choose a tag to compare

🐞Bug fixes

  • ReadinessCheckCallback beans are called despite the result of health check #636

v3.3.2

24 Mar 15:12
c01ed5c
Compare
Choose a tag to compare

🔨Optimize

  • Proposal of version control of com.alipay.sofa:sofa-ark-archive package #616
  • Modify SofaLogger implementation #604
  • BindingConverterFactoryImpl should support read converter by order #543
  • Health check for target url #601

🐞Bug fixes

  • ReadinessCheckCallback beans are called despite the result of health check #629
  • SofaModulePostProcessorShareManager should detect null parameter #627

🔨Upgrade

  • Upgrade sofa-commons-tools to 1.0.22 #618
  • Upgrade sofa ark version to 1.1.1 #620

v3.3.1

11 Mar 02:45
c98a402
Compare
Choose a tag to compare

🐞Bug fixes

  • Tomcat AJP security vulnerability #609
  • Disable StandardSofaRuntimeManager shutdown automatically #605
  • Missing sofa-boot-gradle-plugin in Maven #597
  • MultiApplicationHealthIndicator triggers stack overflow during liveness check #607

🔨Upgrade

  • Upgrade Spring Boot version to 2.1.13.RELEASE

v3.3.0

19 Feb 10:00
c393702
Compare
Choose a tag to compare

🔨Optimize

  • Health check display service/reference binding type #558
  • RPC service/reference timeout attribute support string #556

🐞Bug fixes

  • Cannot use SOFARegistry after upgrading sofa-boot 3.2.1 #567
  • Removing register system beanPostProcessor #580

🔨Upgrade

  • Upgrade Spring Boot version to 2.1.11.RELEASE
  • Upgrade SOFARPC to 5.6.4
  • Upgrade Dubbo version to 2.6.7
  • Upgrade sofa-common-tools version to 1.0.21

v3.2.2

10 Jan 07:06
Compare
Choose a tag to compare

🔨Optimize

  • ReadinessCheckListener has too high Order #575

🐞Bug fixes

  • remove the jaxrs-api dependency #565

v3.2.1

13 Dec 09:58
0788627
Compare
Choose a tag to compare

🔨Optimize

  • optimize auto-configuration RPC #526
  • The problem of child module initialization registering the relevant processors of the parent container to the child container. #442
  • update SOFATracer version to 3.0.8 and migrate tracer starter code to SOFABoot. #533
  • reform the start listener to extend #539
  • update runtime plugin upon 3.2.0 and above. #496 #478

🐞Bug fixes

  • dynamic invoke in ark env execute with an error executed chain. #497
  • fix skip JVM invoke. #511 #512

🔨Upgrade

  • Upgrade SOFATracer to 3.0.8
  • Upgrade resteasy to 3.6.3
  • Upgrade SOFARpc to 5.6.3
  • Upgrade hessian to 3.3.7
  • Upgrade SOFAArk to 1.1.0
  • Upgrade fastjson to 1.2.61
  • Upgrade Jackson to 2.9.10