Releases: jgilfelt/chuck
Releases · jgilfelt/chuck
v1.0.4
- New: Displays uncompressed gzip encoded request/response bodies when used as a network interceptor.
v1.0.3
- New: Adds a maximum content length threshold, beyond which bodies are truncated.
- New: Adds a data retention length property and cleanup task.
- New: Adds a clear action to the notification.
- Fix: Mitigates against CursorWindow blowout when transactions are large.
v1.0.2
- Fix: Added Proguard rule for compat SearchView.
- Fix: Null search query displaying invalid results.
v1.0.1
- New: Adds a search action which filters on request path or response code.
- New: Adds a transaction count to the notification.
- Fix: Limits the size of the static transaction buffer correctly.