# Gradle Plugin

## 2026 Release Notes

<table><thead><tr><th width="116.17578125">Version</th><th width="176.2890625">Date</th><th>Changes</th></tr></thead><tbody><tr><td>4.0.1020</td><td>April 1, 2026</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Remediated vulnerable dependencies to address  security risks. </li></ul><p><strong>Resolved Issues:</strong></p><ul><li>Addressed an issue where opening the test stage failed when multiple test tasks were executed within the same subproject.</li><li>Corrected a problem where code scanning could be skipped if the agent JAR file was missing.</li></ul></td></tr><tr><td>4.0.1017</td><td>March 16, 2026</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Added support for emitting heartbeat events from the Gradle Plugin process to improve monitoring and execution visibility.</li></ul></td></tr><tr><td>4.0.1014</td><td>February 24, 2026</td><td><p><strong>Resolved Issues:</strong></p><ul><li>Fixed support for <code>testProjectId</code> — setting the <code>testProjectId</code> header when resolving <code>buildSessionId</code> with <code>labId</code>.</li></ul></td></tr><tr><td>4.0.1013</td><td>February 9, 2026</td><td><p><strong>Resolved Issues:</strong></p><ul><li>Fixed an issue encountered while running the pull request configuration command using the Gradle plugin.</li></ul></td></tr><tr><td>4.0.1011</td><td>February 3, 2026</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Prevented duplicate test listeners when configuring test stages per subproject and test task.</li><li>Added Gradle 9.x compatibility.</li></ul></td></tr></tbody></table>

## 2025 Release Notes

<table><thead><tr><th width="115.25">Version</th><th width="182.77734375">Date</th><th>Changes</th></tr></thead><tbody><tr><td>4.0.998</td><td>November 11, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Added support for configuring a test stage per Gradle subproject and per test task.</li></ul></td></tr><tr><td>4.0.993</td><td>August 26, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Added additional environment-related logs to improve execution visibility. </li></ul></td></tr><tr><td>4.0.991</td><td>August 12, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Removed vulnerable dependencies to address  security risks. </li></ul></td></tr><tr><td>4.0.990</td><td>July 30, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Added support for the <code>buildName</code> and <code>branchName</code> parameters in pull request configuration. </li></ul></td></tr><tr><td>4.0.988</td><td>June 25, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Enhanced resolution of physical paths within buildmaps.</li><li>Implemented a retry mechanism for dispatching the build-end event.</li><li>Added support for the <code>testProjectId</code> parameter.</li></ul></td></tr><tr><td>4.0.985</td><td>May 20, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Added support for using encoded proxy passwords.</li><li>Added support for using encoded JWT tokens.</li></ul></td></tr></tbody></table>

## 2024 Release Notes

<table><thead><tr><th width="115.25">Version</th><th width="182.77734375">Date</th><th>Changes</th></tr></thead><tbody><tr><td>4.0.978</td><td>October 26, 2024</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Upgraded dependent libraries. </li></ul></td></tr><tr><td>4.0.975</td><td>October 16, 2024</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Removed vulnerable dependencies to address security risks.</li></ul></td></tr><tr><td>4.0.969</td><td>October 10, 2024</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Improved Gradle build cache support for multi-module projects. Subprojects containing only integration tests are now fully supported.</li></ul></td></tr><tr><td>4.0.959</td><td>July 30, 2024</td><td><p><strong>Resolved Issues:</strong></p><ul><li>Fixed invalid wrapping of values passed via the <code>testListenerJvmParams</code> parameter.</li></ul></td></tr><tr><td>4.0.954</td><td>June 21, 2024</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Added support for working with the Gradle build cache.</li></ul></td></tr><tr><td>4.0.919</td><td>March 07, 2024</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Removed vulnerable dependencies to address  security risks.</li></ul></td></tr><tr><td>4.0.909</td><td>February 14, 2024</td><td><p><strong>Resolved Issues:</strong></p><ul><li>Removed printing of token and <code>buildSessionId</code> values from the console to prevent sensitive data exposure.</li></ul></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sealights.io/knowledgebase/agent-release-notes/gradle-plugin.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
