Releases: sofastack/sofa-boot
Releases · sofastack/sofa-boot
v3.4.6
⭐️ New Features
- Support manual readiness callback (second stage health check) #766
- Add extension component fail insulator configuration, default to no #763
- Standard way to obtain all spring application context when using isle #667
- BeanLoadCost tree hierarchical display #731
🔨 Optimize
- Update SOFA hessian version to 3.3.12 #765
- Refactor using of sofa-common-tools and support for console logging #760
- Warn logging when @SofaReference annotation is used on static fields #757
- Update "Ant Financial Services Group" to "Ant Group" #751
- Remove sofa-boot-samples module #745
🐞 Bug fixes
- Tracer miss context #742
v3.4.5
v3.4.4
v3.4.3
🔨 Optimize
- Provide an endpoint to show the time cost details when application startups #672
🐞 Bug fixes
- Update Spring Boot version to fix CVE-2020-11996 #679
🔨 Upgrade
- Upgrade tomcat version to 9.0.36
v3.4.2
v3.4.1
🔨 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
v2.6.4
v3.3.2
🔨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