Skip to content

Commit 3809219

Browse files
committed
Add CHANGELOG documenting the incremental build fix
1 parent b6bb9b6 commit 3809219

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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

0 commit comments

Comments
 (0)