- Fix: #5 Empty Content-Encoding are allowed again
- New: Adds a class ChuckCollector that can be used out of ChuckInterceptor.
- New: Chucker can now collect throwables.
- New: Adds a notification for throwables.
- New: Adds screens for throwables.
- New: Transaction class offers a fluent writing.
- New: Adds Chuck.registerDefaultCrashHanlder for debugging purpose only.
- Breaking: Chuck.getLaunchIntent needs one more parameter.
- Breaking: Built with Android plugin 3.1.x.
- Breaking: Target SDK version 27.
- Breaking: Support library 27.1.1.
- Breaking: API classes are now in package
api
. - Misc: Move some internal classes.
- Fix: Supports apps targeting Android O (API 26).
- New: Displays uncompressed gzip encoded request/response bodies when used as a network interceptor.
- 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.
- Fix: Added Proguard rule for compat SearchView.
- Fix: Null search query displaying invalid results.
- 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.
Initial release.