CA Layer7

Prev Next

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.