Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 20 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

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

### Changed

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

### Removed

- **Cache Files**: Removed Maven cache files that were not useful for daily development work (#44)

### Fixed

- **Maven Plugins**: Improved cursor rules for Maven plugins with better examples and guidance (#54, #56)
- **Logging**: Removed unnecessary MDC behavior (#89)

## [0.6.0] 30/5/2025

Expand Down