@@ -337,4 +337,39 @@ For more details on the changes, refer to the commit history.
337337
338338** Note** : Upgrade recommended to leverage new features and improvements.
339339
340- ** Full Changelog** : https://github.com/microsphere-projects/microsphere-spring-boot/compare/0.1.23...0.1.24
340+ ** Full Changelog** : https://github.com/microsphere-projects/microsphere-spring-boot/compare/0.1.23...0.1.24## v0.1.25
341+
342+ # Release Notes for v0.1.25
343+
344+ ## Bug Fixes
345+ - Fixed issues with bound property checks and bean property copying. ([ cc1a735] ( # ) )
346+ - Resolved missing property assignments during bind updates. ([ dda90ed] ( # ) )
347+ - Guarded against unresolved configuration properties. ([ 52fd585] ( # ) )
348+ - Ensured safe parent lookup for configuration names. ([ 9abd8cd] ( # ) )
349+ - Fixed bind constructor handling across Spring Boot versions. ([ 0696e48] ( # ) )
350+
351+ ## Enhancements
352+ - Simplified boolean checks and finalized static map handling. ([ 16b709c] ( # ) )
353+ - Improved ` getPrefix ` to handle source names correctly. ([ 337b6b0] ( # ) )
354+ - Made property events optional during updates. ([ ccaeb56] ( # ) )
355+ - Refactored configuration property change binding flow. ([ 332f040] ( # ) )
356+
357+ ## Test Improvements
358+ - Added null-case tests for bean context creation. ([ 3b42ffc] ( # ) )
359+ - Expanded test coverage for bean context validation. ([ 1f2e67f] ( # ) )
360+ - Refined ` BindUtils ` constructor binding and assertion tests. ([ f199d13] ( # ) , [ 33a0ebd] ( # ) )
361+
362+ ## Performance and Reliability
363+ - Captured bean property values in bind contexts for consistency. ([ 5f5bb85] ( # ) )
364+ - Used assignable checks for reliable property updates. ([ 6c10c85] ( # ) )
365+ - Cloned mutable configuration values before publishing for safety. ([ f4fedd2] ( # ) )
366+
367+ ## Build and Workflow Enhancements
368+ - Merged ` release-1.x ` into ` dev-1.x ` and prepared for future development.
369+ ([ fc73c88] ( # ) , [ 651b8c5] ( # ) , [ 2c63fb9] ( # ) )
370+
371+ ---
372+
373+ ** Note:** This release focused primarily on improving bean binding behavior, configuration property handling, and increasing test robustness.
374+
375+ ** Full Changelog** : https://github.com/microsphere-projects/microsphere-spring-boot/compare/0.1.24...0.1.25
0 commit comments