@@ -190,4 +190,42 @@ For a detailed list of changes, view the [Full Changelog](https://github.com/mic
190190
191191---
192192
193- ** Full Changelog** : https://github.com/microsphere-projects/microsphere-spring-boot/compare/0.2.18...0.2.19
193+ ** Full Changelog** : https://github.com/microsphere-projects/microsphere-spring-boot/compare/0.2.18...0.2.19## v0.2.20
194+
195+ # Release Notes - Version 0.2.20
196+
197+ ## New Features
198+ - Added ` microsphere-spring-boot-webmvc ` module. ([ 62249a7] ( # ) )
199+ - Introduced WebFlux auto-configuration module. ([ 9c4b382] ( # ) )
200+ - Enabled reversed proxy handler mapping. ([ 2345783] ( # ) )
201+ - Added support for Spring Boot 4 in ` WebMvcAutoConfiguration ` . ([ 9542a50] ( # ) )
202+
203+ ## Bug Fixes
204+ - Fixed test property keys for ` EnableWebFluxExtension ` . ([ 3af57ab] ( # ) )
205+ - Fixed typo in ` WebMvcAutoConfiguration ` comment. ([ c079456] ( # ) )
206+
207+ ## Dependency Updates
208+ - Upgraded ` microsphere-spring ` to version ` 0.2.25 ` . ([ 506e76c] ( # ) )
209+ - Updated ` microsphere-build ` parent to version ` 0.3.3 ` . ([ 884e9fb] ( # ) )
210+
211+ ## Test Improvements
212+ - Unified WebMVC tests to call ` super.test() ` . ([ 66f6aca] ( # ) )
213+ - Refactored ` WebMvcAutoConfiguration ` tests and added base test. ([ 16729ff] ( # ) )
214+ - Enhanced WebMvc auto-config tests with additional coverage. ([ 4817f56] ( # ) )
215+ - Simplified tests to invoke specific cases in ` WebMvcAutoConfigurationTest ` . ([ 3a4dbe9] ( # ) )
216+ - Refactored tests to call ` testWebEndpoints() ` . ([ 5bd6dc9] ( # ) )
217+
218+ ## Build and Workflow Enhancements
219+ - Removed ` jackson-databind ` test dependency. ([ d6d8fa7] ( # ) )
220+ - Updated README to ensure the latest version documentation. ([ 90ab736] ( # ) )
221+
222+ ## Other Changes
223+ - Broadened ` @ConditionalOnClass ` checks for Web MVC compatibility. ([ e806646] ( # ) )
224+ - Replaced ` test ` scope for Jackson dependency; relaxed negotiation test. ([ 097d841] ( # ) )
225+ - Improved ` OnPropertyPrefixCondition ` annotation handling for ` ANNOTATION_TYPE ` . ([ 810220e] ( # ) )
226+ - Removed redundant ` PropertyConstants ` test file. ([ bb64a67] ( # ) )
227+ - Added specific handler and interceptor conditions for WebMVC. ([ 3b70727] ( # ) )
228+
229+ For a complete list of changes, please see the [ full changelog] ( # ) .
230+
231+ ** Full Changelog** : https://github.com/microsphere-projects/microsphere-spring-boot/compare/0.2.19...0.2.20
0 commit comments