Skip to content

Commit df68331

Browse files
chore: merge release into main [skip ci]
2 parents 5d221a2 + 5c95904 commit df68331

2 files changed

Lines changed: 35 additions & 2 deletions

File tree

pom.xml

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

5454
<properties>
55-
<revision>0.1.12-SNAPSHOT</revision>
55+
<revision>0.1.13-SNAPSHOT</revision>
5656
</properties>
5757

5858
<modules>

release-notes.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,37 @@
116116

117117
**Note**: For full details of changes, refer to the individual commits in the repository.
118118

119-
**Full Changelog**: https://github.com/microsphere-projects/microsphere-logging/compare/0.1.10...0.1.11
119+
**Full Changelog**: https://github.com/microsphere-projects/microsphere-logging/compare/0.1.10...0.1.11## v0.1.12
120+
121+
# Release Notes - Version 0.1.12
122+
123+
## New Features
124+
- Introduced `LogEventComparatorTest` to enhance log event sorting functionality.
125+
- Added new tests for `SmartFileAppenderLayout` and `LoggingLevelParameterResolverTest`.
126+
127+
## Bug Fixes
128+
- Fixed redundant code issues and improved exception handling across modules.
129+
- Adjusted `LoggerConfig` to eliminate redundant null checks for cleaner logic.
130+
131+
## Documentation
132+
- Comprehensive rewrite of `README.md` with improved formatting and expanded content.
133+
- Updated maintainer details to reflect Microsphere Projects organization.
134+
135+
## Dependency Updates
136+
- Bumped dependency on `microsphere-java` to version `0.3.4`.
137+
138+
## Test Improvements
139+
- Enhanced test coverage by adding missing branches and scenarios.
140+
- Refactored test logic for consistency and readability.
141+
142+
## Build and Workflow Enhancements
143+
- Integrated `.github` prompt templates for better collaboration.
144+
- Optimized integration with project branches by merging changes from `main` and cleaning up workflows.
145+
146+
## Other Changes
147+
- Refactored code structure to replace `List.of()` with `Lists.ofList()` for better compatibility.
148+
- Rolled back certain changes in `LogbackUtils` and `getLoggerContext()` for stability.
149+
150+
---
151+
152+
**Full Changelog**: https://github.com/microsphere-projects/microsphere-logging/compare/0.1.11...0.1.12

0 commit comments

Comments
 (0)