Skip to content

Releases: sofastack/sofa-boot

v3.1.5

11 Jun 16:37
558a414
Compare
Choose a tag to compare

🔨Optimize

  • Remove log in runtime ark plugin activator. #434

🐞Bug fixes

  • Fix banner text configuration. #433

🔨Upgrade

  • Upgrade rpc-sofa-boot-starter to 6.0.3

v3.1.4

01 Jun 08:59
a0f1ecf
Compare
Choose a tag to compare

🔨Optimize

  • Update samples #392
  • Add method annotation for SOFARPC. #387

🐞Bug fixes

  • Fix readiness check fail when use SOFAArk #385

🔨Upgrade

  • Upgrade rpc-sofa-boot-starter to 6.0.2
  • Upgrade SOFATracer to 3.0.5

v2.6.3

15 May 02:44
Compare
Choose a tag to compare

🔨Optimize

  • Support method config in annotation #387

🔨Upgrade

  • Upgrade rpc-sofa-boot-starter to 5.5.3
  • Upgrade sofa-common-tools to 1.0.19

v2.6.2

09 Oct 12:23
c44dfd5
Compare
Choose a tag to compare

⭐️New Features

  • Support to skip serialization of JVM invocation between ark biz. #379

🔨Upgrade

  • Upgrade sofa common tools to 1.0.18
  • Upgrade sofa-tracer to 2.3.4

v3.1.3

11 Mar 01:45
c60093b
Compare
Choose a tag to compare

⭐️New Features

  • Support to skip serialization of JVM invocation between ark biz. #269

🐞Bug fixes

  • SofaBootstrapRunListener failed to fetch application configuration. #371

🔨Upgrade

  • Upgrade sofa-rpc-starter to 6.0.1
  • Upgrade sofa-ark to 0.6.0

v3.1.2

23 Feb 07:53
7dc81c7
Compare
Choose a tag to compare

⭐️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

01 Feb 06:18
35982bc
Compare
Choose a tag to compare

🐞Bug fixes

  • When use org.springframework.aop.framework.ProxyFactoryBean , app may throw circular 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

26 Jan 00:14
Compare
Choose a tag to compare

⭐️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

  • Optimize the registration order of BeanPostProcessor #331
  • Add upgrade script #324

🔨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

v3.1.1

29 Dec 09:38
Compare
Choose a tag to compare

⭐️New Features

  • Provide Gradle dependency management plugin enhancement #90
  • Optimize log configuration and strictly depend on log-sofa-boot-starter #317

🐞Bug fixes

  • Fix strategy to resolve factory method in ServiceBeanFactoryPostProcessor bug #297
  • Fix compatible with Spring Cloud Context RestartListener #307

🔨Upgrade

  • Upgrade SOFATracer to v3.0.2
  • Upgrade sofa-common-tools to 1.0.16
  • Upgrade sofa-hessian to 3.3.4

v3.1.0

07 Dec 09:36
Compare
Choose a tag to compare

⭐️New Features

  • Support @SofaService in bean method and @SofaReference in parameter. #288
  • Support placeholder in SofaService and SofaReference annotation. #282
  • Support JDK11

🐞Bug fixes

  • Fix jvm service failure in ark when application depends on spring cloud. #283
  • Fix that BeanNameAutoProxyCreator can not apply to @SofaService. #276

🔨Upgrade

  • Upgrade Spring Boot to 2.1.0.RELEASE