Skip to content

Commit ea03452

Browse files
authored
Updated changelog (#93)
1 parent 9eee1fd commit ea03452

1 file changed

Lines changed: 20 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
- **Java Profiling Support**: Added comprehensive profiling cursor rules (#81, #88, #91)
13+
- `@151-java-profiling-detect` for detecting performance issues
14+
- `@152-java-profiling-analyze` for analyzing profiling results
15+
- `@154-java-profiling-compare` for comparing profiling data
1216
- **Java Checklist Guide**: Added `@100-java-checklist-guide` cursor rule to help developers use cursor rules effectively (#59)
1317
- **Maven Documentation**: Added `@112-java-maven-documentation` cursor rule to generate README-DEV.md from existing pom.xml files
1418
- **Maven Dependencies & Plugins**: Added `@111-java-maven-deps-and-plugins` cursor rule for better Maven dependency management
15-
- **Template System**: Added multiple template files to support cursor rule generation
16-
- **Example Project**: Added complete Maven demo project (`example/maven-demo/`) to test the new features
19+
- **Cloud Examples**: Added serverless examples
20+
- AWS Lambda Hello World example with native image support
21+
- Azure Function Hello World example with GraalVM configuration
22+
- **Performance Examples**: Added specialized demo projects (#82, #86)
23+
- Spring Boot Memory Leak Demo with profiling tools
24+
- Spring Boot Performance Bottleneck Demo with CPU profiling
25+
- **Template System**: Added comprehensive template files to support cursor rule generation
26+
- Java checklist templates
27+
- Maven dependencies and plugins templates
28+
- **DevOps Integration**: Added modern development tooling (#63, #64, #76)
29+
- Dependabot configuration for automatic dependency updates
30+
- CODEOWNERS file for code review assignments
31+
- GitHub Sponsors funding configuration
1732

1833
### Changed
1934

2035
- **Rule Organization**: Reorganized cursor rule numbering system for better categorization
36+
- **Documentation**: Significantly improved README and development guides (#74, #90)
37+
- **Maven Plugins**: Improved cursor rules for Maven plugins with better examples and guidance (#54, #56)
2138

2239
### Removed
2340

2441
- **Cache Files**: Removed Maven cache files that were not useful for daily development work (#44)
25-
26-
### Fixed
27-
28-
- **Maven Plugins**: Improved cursor rules for Maven plugins with better examples and guidance (#54, #56)
42+
- **Logging**: Removed unnecessary MDC behavior (#89)
2943

3044
## [0.6.0] 30/5/2025
3145

0 commit comments

Comments
 (0)