From 8ed257be1597fcdabe589766f828a4c38c85e730 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Antonio=20Bre=C3=B1a=20Moral?= Date: Sat, 28 Jun 2025 02:09:00 +0200 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48dc5388..a3e82b49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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