---
title: "CA Layer7"
slug: "calayer7rn25"
updated: 2025-01-24T06:43:41Z
published: 2025-01-24T06:43:41Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://traceabledocs.document360.io/llms.txt
> Use this file to discover all available pages before exploring further.

# CA Layer7

## 0.2.1 — 17th 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 — 7th 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.
