# Maven Plugin

## 2026 Release Notes

<table><thead><tr><th width="116.48828125">Version</th><th width="175.75390625">Date</th><th>Changes</th></tr></thead><tbody><tr><td>4.0.1170</td><td>March 17, 2026</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Added support for emitting heartbeat events from the Maven Plugin process to improve monitoring and execution visibility.</li></ul></td></tr><tr><td>4.0.1169</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.1168</td><td>February 9, 2026</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Added <code>sl.prId</code> for Maven execution.</li><li>Changed Maven-related logs prefix from <code>[Sealights Maven Plugin]</code> to <code>[SL] [maven]</code>.</li></ul><p><strong>Resolved Issues:</strong></p><ul><li>Fixed an issue encountered while running the pull request configuration command using the Maven plugin.</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.1161</td><td>October 10, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Added environment-related logs to improve visibility during execution. </li><li>Removed usage of selected external libraries to streamline the plugin.</li><li>Improved compatibility and execution when used the Pitest Maven plugin.</li></ul></td></tr><tr><td>4.0.1142</td><td>August 12, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Removed vulnerable dependencies to address reported security risks.</li></ul></td></tr><tr><td>4.0.1139</td><td>July 31, 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.1138</td><td>June 26, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Enhanced the resolution of physical paths for better build traceability.</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.1135</td><td>May 20, 2025</td><td><p> <strong>New Features and Updates:</strong></p><ul><li>Added support for using an encoded JWT token for improved security and integration flexibility.</li></ul></td></tr><tr><td>4.0.1134</td><td>May 11, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Added support for using encoded proxy passwords in Maven configuration.</li></ul></td></tr><tr><td>4.0.1133</td><td>April 10, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Improved build tagging (internal API) to enhance integrations with external systems.</li></ul></td></tr><tr><td>4.0.1132</td><td>March 25, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Added support for marking test runs as calibration runs using the parameter <code>sl.calibrationLearning=true</code> or the environment variable <code>SL_CALIBRATION_LEARNING=true</code>.</li><li>Added automatic build tagging as part of build scan process. The plugin now reads build tags fromt he <code>&#x3C;properties></code> section of pom.xml and from environment variables. Each build tag includes a <code>categoryName</code> and a <code>value</code>.</li></ul></td></tr><tr><td>4.0.1131</td><td>February 9, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Removed vulnerable dependencies to improve security.</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.1125</td><td>October 26, 2024</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Upgraded dependent libraries and removed vulnerabilities.</li></ul></td></tr><tr><td>4.0.1122</td><td>October 16, 2024</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Upgraded dependent libraries and removed vulnerabilities.</li></ul></td></tr><tr><td>4.0.1070</td><td>February 20, 2024</td><td><p><strong>Resolved Issues:</strong></p><ul><li>Removed printing of the partial token value in logs.</li></ul></td></tr><tr><td>4.0.1066</td><td>February 14, 2024</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Improved log sanitization.</li></ul></td></tr><tr><td>4.0.1064</td><td>February 7, 2024</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Added mTLS support for the Maven Plugin. </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/maven-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.
