# C++ Agent

## 2026 Release Notes

<table><thead><tr><th width="79.265625">Version</th><th width="179.1640625">Date</th><th>Change</th></tr></thead><tbody><tr><td>0.5.4.1</td><td>May 1, 2026</td><td><p></p><p><strong>Resolved Issues:</strong></p><ul><li>Fixed a platform-specific linkage issue affecting atomic utilities on arm64 systems.</li></ul></td></tr><tr><td>0.5.3.1</td><td>March 24, 2026</td><td><p><strong>Resolved Issues:</strong></p><ul><li>Fixed an issue with incorrect timestamps in the build map and footprints.</li><li>Fixed an issue where the execution ID was missing for FPv6.</li></ul></td></tr><tr><td>0.5.2.1</td><td>March 9, 2026</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Added support for Clang compiler.</li><li>Added batching for scanner component.</li></ul><p><strong>Resolved Issues:</strong></p><ul><li>Fixed issue with printing to standard output in tracer.</li></ul></td></tr><tr><td>0.5.1.1</td><td>February 23, 2026</td><td><p><strong>Resolved Issues:</strong></p><ul><li>Fixed issue with crash on scan during scanning system STL methods.</li></ul></td></tr><tr><td>0.5.0.1</td><td>February 13, 2026</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Added support for musl-x64, musl-armv7, and musl-arm64 architectures.</li></ul><p><strong>Resolved Issues:</strong></p><ul><li>Fixed scanner for GCC v13.1, 13.2, 13.3.</li></ul></td></tr></tbody></table>

## 2025 Release Notes

<table><thead><tr><th width="78.51953125">Version</th><th width="179.34765625">Date</th><th>Change</th></tr></thead><tbody><tr><td>0.4.0.1</td><td>October 22, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Added support for x86 and arm64 architectures for glibc.</li></ul></td></tr><tr><td>0.3.0.1</td><td>September 15, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Replaced libbfd with libbacktrace due to security concerns.</li><li>Added support for GCC/GCNO 13.</li></ul><p><strong>Resolved Issues:</strong></p><ul><li>Fixes to method hashing.</li></ul></td></tr><tr><td>0.2.0.1</td><td>July 7, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Added armv7 architecture support.</li></ul><p><strong>Resolved Issues:</strong></p><ul><li>Fixed relative path recognition on scan.</li></ul></td></tr></tbody></table>

## 2024 Release Notes

<table><thead><tr><th width="80.609375">Version</th><th width="178.640625">Date</th><th>Changes</th></tr></thead><tbody><tr><td>0.1.0.1</td><td>February 25, 2024</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Beta release of C++ Agent for Linux/GCC.</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/c++-agent/c++-agent.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.
