Sofa Boot Versions Save

SOFABoot is a framework that enhances Spring Boot and fully compatible with it, provides readiness check, class isolation, etc.

v4.0.0-M2

1 year ago

⭐️ New Features

  • Support SOFARPC Actuator
  • Support SOFAARK
  • Add isle feature enable conditional configuration

🔨 Optimize

  • Add unit tests for existing codes
  • Update codecov-action@v3 and add report module to static test coverage
  • Update Guice 5.1.0
  • Cerry-pick features and bugfix form v3.18.0
  • Optimize RuntimeContextBeanFactoryPostProcessor
  • Optimize Springcloud bootstrap log properties

v3.18.0

1 year ago

⭐️ New Features

🔨 Optimize

v4.0.0-M1

1 year ago

⭐️ New Features

  • Support JDK17
  • Update SpringBoot 3.0.5 and some dependencies
  • Add art-sofa-boot-starter
  • Support scenes config dynamic bean feature

🔨 Optimize

  • Enhanced startup time statistics capability
  • Support more SPI to custom framework behaviors
  • Refactor some class package name
  • Duplicate some feature and dependencies

v3.17.0

1 year ago

⭐️ New Features

Upgrade Spring Boot to 2.7.8 https://github.com/sofastack/sofa-boot/pull/1071

🔨 Optimize

Fix components endpoint when dynamic register SOFA service/reference https://github.com/sofastack/sofa-boot/pull/1078

v3.16.0

1 year ago

⭐️ New Features

🔨 Optimize

v3.16.3

1 year ago

🔨 Optimize

  • Fix HealthIndicatorProcessor.readinessHealthCheck() and HealthCheckerProcessor.readinessHealthCheck() bugs when parallel healthcheck timeout #1046
  • Refactoring ReadinessCheckListener.aggregateReadinessHealth() output #1046

v3.16.2

1 year ago

⭐️ New Features

  • Add tracer plugins for kafkamq,rabbitmq,rocketmq,springmessage,redis,mongodb #847
  • Add sofarpc connection num feature #1038

🔨 Optimize

  • fix HealthIndicatorProcessor.doHealthCheck() bug when exception occur #1046

v3.16.1

1 year ago

🔨 Optimize

v3.16

1 year ago

⭐️ New Features

🔨 Optimize

v3.15.0

1 year ago

⭐️ New Features

  • Support module application api #1001
  • Update SpringBoot 2.7.3 #1009

🔨 Optimize

  • Optimize log when miss modules depends #10087
  • Add github action for release jar #1010

🐞 Bug fixes

  • Add module self depend on detection #990
  • Adjust priority for AfterBizStartupEventHandler #1002