Releases: sofastack/sofa-boot
Releases · sofastack/sofa-boot
v3.2.1
🔨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
🔨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
v3.2.0
v3.1.5
v3.1.4
v2.6.3
v2.6.2
v3.1.3
v3.1.2
⭐️New Features
- Support extension and extension point. #355
- Support parallel initialization of spring bean during refreshing context. #355
- Support custom active/deactive logics in Component LifeCycle #355
🐞Bug fixes
- Fix health check bug when
management.port
is configured. #356 - Fix error logging message when isle module install fails. #355
🔨Optimize
- Optimize the registration order of
BeanPostProcessor
#355
🔨Upgrade
- Upgrade sofa-hessian to v3.3.6
- Upgrade sofa-common-tools to 1.0.18
v2.6.1
🐞Bug fixes
- When use
org.springframework.aop.framework.ProxyFactoryBean
, app may throwcircular reference
on startup process #349
🔨Optimize
- In
com.alipay.sofa.isle.spring.listener.SofaModuleBeanFactoryPostProcessor
,getBeanNamesForType
call should pass allowEagerInit to false #350
🔨Upgrade
- Upgrade tracer-sofa-boot-starter to 2.3.2
v2.6.0
⭐️New Features
- Support extension and extension point. #340
- Support parallel initialization of spring bean during refreshing context. #337
- Support custom active/deactive logics in Component LifeCycle #318
- Support @SofaService in bean method and @SofaReference in parameter enhancement #329
🐞Bug fixes
- Fix health check bug when
management.port
is configured. #325 - Fix error logging message when isle module install fails. #326
- Fix the way to fetch spring cloud configuration #328
🔨Optimize
🔨Upgrade
- Upgrade sofa-hessian to v3.3.6
- Upgrade rpc-sofa-boot-starter to 5.5.0
- Upgrade tracer-sofa-boot-starter to 2.3.1
- Upgrade sofa-common-tools to 1.0.17