File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ ## [ 0.8.7-alpha] - 2024-08-14
6+
7+ ### Fixed
8+ - ** Critical Build Performance Issue** : Fixed incremental build caching that was broken in previous versions
9+ - Removed ` task.outputs.upToDateWhen { false } ` logic that forced recompilation on every build
10+ - This particularly affected the ` compileTestKotlin ` task, causing it to always recompile
11+ - Build performance improvement: Tasks now properly marked as ` UP-TO-DATE ` on subsequent builds
12+ - Significantly reduces build times for projects using the inspektor plugin
13+
14+ ### Changed
15+ - Simplified compilation task configuration to not interfere with Gradle's caching mechanism
16+ - Improved directory creation logic to work without breaking incremental builds
17+
18+ ## [ 0.8.6-alpha] - Previous version
19+
20+ - Initial alpha release with OpenAPI generation support
You can’t perform that action at this time.
0 commit comments