Skip to content

Releases: sofastack/sofa-boot

v3.4.5

23 Oct 06:22
ed40e38
Compare
Choose a tag to compare

🔨 Optimize

  • support triple thread monitor #711

🔨 Upgrade

  • Upgrade junit to 4.13.1 upgrade
  • upgrade ark to 1.1.5

🐞 Bug fixes

  • Fix NPE when invoking BOLT service #717
  • Fix wrong max and core values in http server config. #708

v3.4.4

08 Sep 14:16
4ad3b5b
Compare
Choose a tag to compare

🔨 Optimize

  • Provide extension to intercept jvm invoke #688
  • Add tests for ReadinessCheckListener and SofaBootVersionEndpoint #704
  • Fix rpc test case #703
  • Ass actuator test case #702
  • Fix pom dependencies #701

🐞 Bug fixes

  • Fix When using sofa:reference to reference jvm service in ark environment, occurred an NPE error #699
  • Fix HealthCheck passed when ExtensionComponent activate failed bug. #694

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