Skip to content

Commit efc0834

Browse files
chore: bump version to next patch after publishing 0.1.25
1 parent fc73c88 commit efc0834

2 files changed

Lines changed: 37 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
</scm>
5252

5353
<properties>
54-
<revision>0.1.25-SNAPSHOT</revision>
54+
<revision>0.1.26-SNAPSHOT</revision>
5555
</properties>
5656

5757
<modules>

release-notes.md

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)