> For the complete documentation index, see [llms.txt](https://developer.harness.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.harness.io/release-notes/waap-release-notes/2025/agent-release-notes-2025/ca-layer7.md).

# CA Layer7

## 0.2.1 — 17<sup>th</sup> January

0.2.1 release provides the following:

### Update

* **Removal of Payload Body Size Threshold Check**

  The `attachment.diskThreshold` check introduced in version 0.2.0 has been removed. Instead, exception handling (try-catch) has been added to handle errors gracefully. With this change, payloads exceeding the previous threshold can now be captured if the required permissions are available.

***

## 0.2.0 — 7<sup>th</sup> January

The 0.2.0 release provides the following:

### Update

**Payload Body Capture Threshold**

* Bodies are now captured only if their size is less than the configured `attachment.diskThreshold` (default: 1MB).
* Layer7 will drop the body capture (request and response) if the payload exceeds this threshold.
