# Change Log This file follows [Keepachangelog](https://keepachangelog.com/) format. Please add your entries according to this format. ## Unreleased ### Added ### Fixed ## Version 4.3.0 _(2026-01-10)_ ### Fixed - Fixed share of `curl` when URL contains spaces [#1464] - Remove unused wake lock permission (#1498) ### Dependency Updates - Target and Compile SDK to 36 - OkHTTP to 5.3.0 - Kotlin to 2.3.0 - AGP to 8.13.1 - Material to 1.13.0 ## Version 4.2.0 _(2025-07-12)_ ### Added - Implement support to select multiple request when exporting or saving them [#1351] - Better support for Android 15 and Insets [#1347] - Added Russian translation [#1355] ### Fixed - List and scrollable data does not scroll to above the bottom navigation button bar on Android 15 [#1347] - Fix `IndexOutOfBoundsException` when using the search bar in the body of request/responses [#1335] - Fix `PatternSyntaxException` when typing `{` in the search bar in the body of request/responses [#1342] - Correctly handle RTL in response view [#1357] - Fix issue with large base_64 JSON visualization on request/response [#1411] ### Dependency Updates - Kotlin to 2.2.0 - AGP to 8.11.1 - ConstraintLayout to 2.2.1 - Compile SDK to 35 - AppCompat to 1.7.1 ## Version 4.1.0 _(2024-12-08)_ ### Added - Added _copy_ icon to copy the request/response body on clipboard [#1300] - Added _save as text_ and _save as .har file_ options to save all transactions [#1214] - Added `skipPaths(paths Regex)`, `skipDomains(domains Regex)` and `skipDomains(domains... String)` to skip paths/domains from chucker [#1242] - Added spanish translations [#1281] ### Fixed - Fix Toolbar is not accessible on API level 35 [#1280] - Fix edge-to-edge layout on API level 35 [#1282] - Fixed activity still asking for notification permission when notifications are disabled [#1165] - Fixed Gson issue, when using Chucker with ProGuard [#1183] - Fixed share of `curl` when header values contain quotes [#1211] - Fix Toolbar subtitle getting truncated on some devices [#1218] - Fixed the `skipPaths` method unexpectedly modified the passed arguments [#1237] - Change GSON `TypeToken` creation to allow using Chucker in builds optimized by R8 [#1166] - Fixed bug with scroll to search and navigation bar visibility Fix [#1076] ### Dependency Updates - Kotlin to 2.0.21 - AGP to 8.7.2 - ConstraintLayout to 2.2.0 - Compile SDK to 35 ## Version 4.0.0 _(2023-06-29)_ ### Added - Add `skipPaths` to selectively skip requests from Chucker [#970] - Add syntax highlighting to the request/response body when is JSON [#930] - Decoding of request and response bodies can now be customized. In order to do this a `BinaryDecoder` interface needs to be implemented and installed in the `ChuckerInterceptor` via `ChuckerInterceptor.addBinaryDecoder(decoder)` method. Decoded bodies are then displayed in the Chucker UI. [#555] - Create dynamic shortcut when `ChuckerInterceptor` added. Users can opt out of this feature using `createShortcut(false)` in `ChuckerInterceptor.Builder` [#588] - Brotli compression support [#563] - Added `writeTransactions` method to `ChuckerCollector` to export transactions to a file programmatically [#784] - Added ability to save single transaction as `.har` file. [#696] - Added ability to export list of transactions as `.har` file. [#880] - Added support for Android 13 and notifications permission handling [#887] - GraphQL - Add support for GraphQL [#805] [#884] - Show GraphQL OperationName header to transaction title [#69], [#116] - Allows to filter transactions based on graphqlOperationName [#920] - Added scroll to highlighted text search in response screen [#988] ### Fixed - Fixed a bug showing empty bodies as `encoded or binary` [#569] [#562] - Fixed DiskReadViolation on ChuckerCollector [#975] - Fixed request headers not being redacted in case of failures [#545]. - Fixed wrongful processing of one shot and duplex requests [#544]. - Fixed writing to database on the main thread [#487]. - Fixed RTL issue in payload view [#733] - Fixed StrictMode ThreadPolicy violations [#737] - Fixed Memory Leak with Toasts: Use applicationContext instead of Activity [#810] - Improved error message when trying to save empty bodies [#1038] ### Removed - Removed parametrized `ChuckerInterceptor` constructor in favour of builder pattern. Constructor that accepts only `Context` is still available. - Removed the Throwable reporting feature as well as all the @Deprecated related methods. ### Changed - Updated OkHttp to 4.11.0 - Updated Material to 1.8.0 - Updated AGP to 8.0.2 - Updated Kotlin to 1.8.22 ## Version 3.5.2 _(2021-07-28)_ This release is a re-deployment of 3.5.1, since 3.5.1 `aar` didn't upload properly on Maven Central. ## Version 3.5.1 _(2021-07-19)_ Note: this release wasn't properly uploaded to Maven Central, so update to a newer verion is required. ### Fixed - Fix crash on Android 12 due to missing immutability flags in deprecated error reporting feature [#653]. ## Version 3.5.0 _(2021-06-29)_ Note: this release has issue with Android 12 support, so update to 3.5.2 is highly recommended. ### Added - Android 12 support. ### Fixed - Fix crash on Android 12 due to missing immutability flags [#593]. - Fix not setting request body type correctly [#538]. ## Version 3.4.0 _(2020-11-05)_ ### Added - `ChuckerInterceptor.Builder` for fluent creation of the interceptor. It will also help us with preserving binary compatibility in future releases of `4.x`. [#462] ### Changed - Bumped `targetSDK` and `compileSDK` to 30 (Android 11). ### Removed - `kotlin-android-extensions` plugin for better compatibility with Kotlin 1.4.20. ### Fixed - Fixed memory leak in MainActivity [#465]. - Fixed `GzipSource is not closed` error reported by StrictMode [#472]. - Fixed build failure for projects with new `kotlin-parcelize` plugin [#480]. ### Deprecated - `ChuckerInterceptor` constructor is now deprecated. Unless `Context` is the only parameter that you pass into the constructor you should migrate to builder. ## Version 3.3.0 _(2020-09-30)_ This is a new minor release with multiple fixes and improvements. After this release we are starting to work on a new major release 4.x with minSDK 21. Bumping minSDK to 21 is required to keep up with [newer versions of OkHttp](https://medium.com/square-corner-blog/okhttp-3-13-requires-android-5-818bb78d07ce). Versions 3.x will be supported for 6 months (till March 2021) getting bugfixes and minor improvements. ### Summary of changes - Added a new flag `alwaysReadResponseBody` into Chucker configuration to read the whole response body even if consumer fails to consume it. - Added port numbers as part of the URL. Numbers appear if they are different from default 80 or 443. - Chucker now shows partially read application responses properly. Earlier in 3.2.0 such responses didn't appear in the UI. - Transaction size is defined by actual payload size now, not by `Content-length` header. - Added empty state UI for payloads, so no more guessing if there is some error or the payload is really empty. - Added ability to export list of transactions. - Added ability to save single transaction as file. - Added ability to format URL encoded forms with button to switch between encoded/decoded URLs. - Added generation of contrast background for image payload to distinguish Chucker UI from the image itself. - Switched OkHttp dependency from `implementation` to `api`, since it is available in the public API. - List items are now focusable on Android TV devices. - Further improved test coverage. ### Deprecations - Throwables capturing feature is officially deprecated and will be removed in next releases. More info in [#321]. ### Bugfixes - Fixed [#311] with leaking Closable resource. - Fixed [#314] with overlapping UI on some device. - Fixed [#367] with empty shared text when `Don't keep activities` is turned on. - Fixed [#366] with crash when process dies. - Fixed [#394] with failing requests when FileNotFound error happens. - Fixed [#410] with conflicts when other apps already use generic FileProvider. - Fixed [#422] with IOException. ### Dependency updates - Added Fragment-ktx 1.2.5 - Added Palette-ktx 1.0.0 - Updated Kotlin to 1.4.10 - Updated Android Gradle plugin to 4.0.1 - Updated Coroutine to 1.3.9 - Updated AppCompat to 1.2.0 - Updated ConstraintLayout to 2.0.1 - Updated MaterialComponents to 1.2.1 - Updated Gradle to 6.6.1 ### Credits This release was possible thanks to the contribution of: @adb-shell @cortinico @djrausch @gm-vm @JayNewstrom @MiSikora @vbuberen @psh ## Version 3.2.0 _(2020-04-04)_ This is a new minor release with numerous internal changes. ### Summary of changes - Chucker won't load the whole response into memory anymore, but will mutlicast it with the help of temporary files. It allows to avoid issues with OOM, like in reported in [#218]. This change also allows to avoid problems with Chucker consuming responses, like reported in [#242]. - Added a red open padlock icon to clearly indicate HTTP requests in transactions list. - Added TLS info (version and cipher suite) into `Overview` tab. - Added ability to encode/decode URLs. - Added RTL support. - Switched from AsyncTasks to Kotlin coroutines. - Switched to [ViewBinding](https://developer.android.com/topic/libraries/view-binding). - Bumped targetSDK to 29. - Greatly increased test coverage (we will add exact numbers and reports pretty soon). ### Bugfixes - Fix for [#218] with OOM exceptions on big responses. - Fix for [#242] with Chucker throwing exceptions when used as `networkInterceptor()`. - Fix for [#240] with HttpHeader serialisation exceptions when obfuscation is used. - Fix for [#254] with response body search being case-sensitive. - Fix for [#255] with missing search icon on Response tab. - Fix for [#241] with overlapping texts. ### Dependency updates - Added kotlinx-coroutines-core 1.3.5 - Added kotlinx-coroutines-android 1.3.5 - Updated Kotlin to 1.3.71 - Updated Android Gradle plugin to 3.6.1 - Updated Room to 2.2.5 - Updated OkHttp to 3.12.10 - Updated Detekt to 1.7.3 - Updated Dokka to 0.10.1 - Updated KtLint plugin to 9.2.1 - Updated MaterialComponents to 1.1.0 - Updated Gradle to 6.3 ### Credits This release was possible thanks to the contribution of: @adammasyk @cortinico @CuriousNikhil @hitanshu-dhawan @MiSikora @technoir42 @vbuberen ## Version 3.1.2 _(2020-02-09)_ This is hot-fix release to fix multiple issues introduced in `3.1.0`. ### Summary of Changes - All Chucker screens now have their own `ViewModel`. Due to this change user can now open the transaction in progress and the content will appear as soon as transaction finishes. No need for reopening transaction anymore. ### Bugfixes - Fixed an [issue](https://github.com/ChuckerTeam/chucker/issues/225) introduced in 3.1.0 where image downloading fails if OkHttp was used for image loading in libraries like Glide, Picasso or Coil. - Fixed an [issue](https://github.com/ChuckerTeam/chucker/pull/214) with invalid CURL command generation. - Fixed an [issue](https://github.com/ChuckerTeam/chucker/issues/217) with crashes if ProGuard/R8 minification is applied to Chucker. - Fixed an [issue](https://github.com/ChuckerTeam/chucker/pull/221) with crash when user taps Save in a transaction, which is still in progress. - Fixed an [issue](https://github.com/ChuckerTeam/chucker/pull/222) with crash when user taps Clear from notification shade while the original app is already dead. - Fixed an [issue](https://github.com/ChuckerTeam/chucker/pull/223) with possible NPEs. ### Credits This release was possible thanks to the contribution of: @MiSikora @vbuberen ## Version 3.1.1 _(2020-01-25)_ This is hot-fix release to fix issue introduced in `3.1.0`. ### Summary of Changes - Fixed an [issue](https://github.com/ChuckerTeam/chucker/issues/203) introduced in 3.1.0 where some of response bodies were shown as `null` and their sizes were 0 bytes. ### Credits This release was possible thanks to the contribution of: @cortinico ## Version 3.1.0 _(2020-01-24)_ ### This version shouldn't be used as dependency due to [#203](https://github.com/ChuckerTeam/chucker/issues/203). Use 3.1.1 instead. This is a new minor release of Chucker. Please note that this minor release contains multiple new features (see below) as well as multiple bugfixes. ### Summary of Changes - The library is now fully converted to Kotlin and migrated to AndroidX! - The whole UI has been revamped to support Dark Theme which follows your device theme. - The Response/Request Body is now displayed in a `RecyclerView`, drastically improving performances on big payloads. - HTTP Response/Request Body can now be saved in file. - Notifications for Throwable and HTTP Traffic are now going into separate channels. - A lot of classes inside the `.internal` package have restricted visibility (from public to internal). Also, resources like strings, dimens and drawables from Chucker won't appear in your autocomplete suggestions. ### Bugfixes - Fixed ANRs during big response payloads processing. - Fixed contentType response formatting. - Fixed notifications importance in Android Q. - Fixed date formatting in transaction overview. - Fixed visibility of internal library classes and resources. - Fixed XML formatting crash ### Dependency Updates - Updated Kotlin to 1.3.61 - Updated Retrofit to 2.6.4 - Updated Room to 2.2.3 - Updated OkHttp to 3.12.6 - Updated Gson to 2.8.6 - Updated Dokka to 0.10.0 - Updated KtLint to 9.1.1 - Updated Gradle wrapper to 6.1 - Updated Android Gradle plugin to 3.5.3 #### Credits This release was possible thanks to the contribution of: @christopherniksch @yoavst @psh @kmayoral @vbuberen @dcampogiani @ullas-jain @rakshit444 @olivierperez @p-schneider @Volfor @cortinico @koral-- @redwarp @uOOOO @sprohaszka @PaulWoitaschek ## Version 3.0.1 _(2019-08-16)_ This is a hotfix release for Chucker `3.0.0`. ### Summary of Changes - Fix: [#96] Limit size of binary image to 1 million bytes. ### Credits This release was possible thanks to the contribution of: @redwarp ## Version 3.0.0 _(2019-08-12)_ This is a new major release of Chucker. Please note that this major release contains multiple new features (see below) as well as several breaking changes. Please refer to the [migration guide](/docs/migrating-from-2.0.md) if you need support in migrating from `2.x` -> `3.0.0` or feel free to open an issue. ### Summary of Changes - Chucker DB is now using [Room](https://developer.android.com/topic/libraries/architecture/room) instead of [Cupboard](https://bitbucket.org/littlerobots/cupboard/wiki/Home) as ORM. - The public api of Chucker (classes in `com.chuckerteam.chucker.api`) is now rewritten in Kotlin. - Classes inside the `.internal` package should now not be considered part of the public api and expect them to change without major version bump. - Removed usage of `okhttp3.internal` methods. - General UI update of the library (new using ConstraintLayout) - Added support to render images in Response page. - Added support to search and highlight text in the Http Response body. - We moved the artifact from JCenter to JitPack ### Contributors This release was possible thanks to the contribution of: @alorma @Ashok-Varma @cortinico @koral-- @olivierperez @OlliZi @PaulWoitaschek @psh @redwarp @uOOOO ## Version 2.0.4 _(2019-05-18)_ - Fix: [#27] no-op Chuck#init method is missing ## Version 2.0.3 _(2018-11-28)_ - Fix: [#20] Changed SqLite DB Version Number 3 -> 4 ## Version 2.0.2 _(2018-11-14)_ - Fix: [#5] Empty Content-Encoding are allowed again ## Version 2.0.1 _(2018-11-05)_ - 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. ## Version 1.1.0 _(2017-08-06)_ - Fix: Supports apps targeting Android O (API 26). ## Version 1.0.4 _(2017-02-22)_ - New: Displays uncompressed gzip encoded request/response bodies when used as a network interceptor. ## Version 1.0.3 _(2017-02-14)_ - 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. ## Version 1.0.2 _(2017-02-10)_ - Fix: Added Proguard rule for compat SearchView. - Fix: Null search query displaying invalid results. ## Version 1.0.1 _(2017-02-09)_ - 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. ## Version 1.0.0 _(2017-02-07)_ Initial release. [#4]: https://github.com/ChuckerTeam/chucker/pull/4 [#5]: https://github.com/ChuckerTeam/chucker/pull/5 [#6]: https://github.com/ChuckerTeam/chucker/pull/6 [#10]: https://github.com/ChuckerTeam/chucker/pull/10 [#16]: https://github.com/ChuckerTeam/chucker/pull/16 [#17]: https://github.com/ChuckerTeam/chucker/pull/17 [#20]: https://github.com/ChuckerTeam/chucker/pull/20 [#21]: https://github.com/ChuckerTeam/chucker/pull/21 [#22]: https://github.com/ChuckerTeam/chucker/pull/22 [#23]: https://github.com/ChuckerTeam/chucker/pull/23 [#24]: https://github.com/ChuckerTeam/chucker/pull/24 [#25]: https://github.com/ChuckerTeam/chucker/pull/25 [#27]: https://github.com/ChuckerTeam/chucker/pull/27 [#28]: https://github.com/ChuckerTeam/chucker/pull/28 [#29]: https://github.com/ChuckerTeam/chucker/pull/29 [#33]: https://github.com/ChuckerTeam/chucker/pull/33 [#34]: https://github.com/ChuckerTeam/chucker/pull/34 [#35]: https://github.com/ChuckerTeam/chucker/pull/35 [#36]: https://github.com/ChuckerTeam/chucker/pull/36 [#38]: https://github.com/ChuckerTeam/chucker/pull/38 [#39]: https://github.com/ChuckerTeam/chucker/pull/39 [#40]: https://github.com/ChuckerTeam/chucker/pull/40 [#41]: https://github.com/ChuckerTeam/chucker/pull/41 [#42]: https://github.com/ChuckerTeam/chucker/pull/42 [#44]: https://github.com/ChuckerTeam/chucker/pull/44 [#47]: https://github.com/ChuckerTeam/chucker/pull/47 [#48]: https://github.com/ChuckerTeam/chucker/pull/48 [#49]: https://github.com/ChuckerTeam/chucker/pull/49 [#50]: https://github.com/ChuckerTeam/chucker/pull/50 [#51]: https://github.com/ChuckerTeam/chucker/pull/51 [#53]: https://github.com/ChuckerTeam/chucker/pull/53 [#54]: https://github.com/ChuckerTeam/chucker/pull/54 [#59]: https://github.com/ChuckerTeam/chucker/pull/59 [#62]: https://github.com/ChuckerTeam/chucker/pull/62 [#63]: https://github.com/ChuckerTeam/chucker/pull/63 [#65]: https://github.com/ChuckerTeam/chucker/pull/65 [#66]: https://github.com/ChuckerTeam/chucker/pull/66 [#67]: https://github.com/ChuckerTeam/chucker/pull/67 [#69]: https://github.com/ChuckerTeam/chucker/pull/69 [#71]: https://github.com/ChuckerTeam/chucker/pull/71 [#72]: https://github.com/ChuckerTeam/chucker/pull/72 [#75]: https://github.com/ChuckerTeam/chucker/pull/75 [#77]: https://github.com/ChuckerTeam/chucker/pull/77 [#81]: https://github.com/ChuckerTeam/chucker/pull/81 [#86]: https://github.com/ChuckerTeam/chucker/pull/86 [#87]: https://github.com/ChuckerTeam/chucker/pull/87 [#96]: https://github.com/ChuckerTeam/chucker/pull/96 [#85]: https://github.com/ChuckerTeam/chucker/pull/85 [#90]: https://github.com/ChuckerTeam/chucker/pull/90 [#98]: https://github.com/ChuckerTeam/chucker/pull/98 [#99]: https://github.com/ChuckerTeam/chucker/pull/99 [#101]: https://github.com/ChuckerTeam/chucker/pull/101 [#103]: https://github.com/ChuckerTeam/chucker/pull/103 [#104]: https://github.com/ChuckerTeam/chucker/pull/104 [#107]: https://github.com/ChuckerTeam/chucker/pull/107 [#108]: https://github.com/ChuckerTeam/chucker/pull/108 [#109]: https://github.com/ChuckerTeam/chucker/pull/109 [#111]: https://github.com/ChuckerTeam/chucker/pull/111 [#112]: https://github.com/ChuckerTeam/chucker/pull/112 [#114]: https://github.com/ChuckerTeam/chucker/pull/114 [#116]: https://github.com/ChuckerTeam/chucker/pull/116 [#118]: https://github.com/ChuckerTeam/chucker/pull/118 [#119]: https://github.com/ChuckerTeam/chucker/pull/119 [#120]: https://github.com/ChuckerTeam/chucker/pull/120 [#121]: https://github.com/ChuckerTeam/chucker/pull/121 [#122]: https://github.com/ChuckerTeam/chucker/pull/122 [#123]: https://github.com/ChuckerTeam/chucker/pull/123 [#125]: https://github.com/ChuckerTeam/chucker/pull/125 [#126]: https://github.com/ChuckerTeam/chucker/pull/126 [#127]: https://github.com/ChuckerTeam/chucker/pull/127 [#130]: https://github.com/ChuckerTeam/chucker/pull/130 [#131]: https://github.com/ChuckerTeam/chucker/pull/131 [#132]: https://github.com/ChuckerTeam/chucker/pull/132 [#133]: https://github.com/ChuckerTeam/chucker/pull/133 [#135]: https://github.com/ChuckerTeam/chucker/pull/135 [#136]: https://github.com/ChuckerTeam/chucker/pull/136 [#137]: https://github.com/ChuckerTeam/chucker/pull/137 [#138]: https://github.com/ChuckerTeam/chucker/pull/138 [#139]: https://github.com/ChuckerTeam/chucker/pull/139 [#142]: https://github.com/ChuckerTeam/chucker/pull/142 [#143]: https://github.com/ChuckerTeam/chucker/pull/143 [#144]: https://github.com/ChuckerTeam/chucker/pull/144 [#145]: https://github.com/ChuckerTeam/chucker/pull/145 [#146]: https://github.com/ChuckerTeam/chucker/pull/146 [#147]: https://github.com/ChuckerTeam/chucker/pull/147 [#148]: https://github.com/ChuckerTeam/chucker/pull/148 [#149]: https://github.com/ChuckerTeam/chucker/pull/149 [#150]: https://github.com/ChuckerTeam/chucker/pull/150 [#153]: https://github.com/ChuckerTeam/chucker/pull/153 [#156]: https://github.com/ChuckerTeam/chucker/pull/156 [#160]: https://github.com/ChuckerTeam/chucker/pull/160 [#162]: https://github.com/ChuckerTeam/chucker/pull/162 [#165]: https://github.com/ChuckerTeam/chucker/pull/165 [#167]: https://github.com/ChuckerTeam/chucker/pull/167 [#169]: https://github.com/ChuckerTeam/chucker/pull/169 [#170]: https://github.com/ChuckerTeam/chucker/pull/170 [#171]: https://github.com/ChuckerTeam/chucker/pull/171 [#172]: https://github.com/ChuckerTeam/chucker/pull/172 [#173]: https://github.com/ChuckerTeam/chucker/pull/173 [#174]: https://github.com/ChuckerTeam/chucker/pull/174 [#175]: https://github.com/ChuckerTeam/chucker/pull/175 [#176]: https://github.com/ChuckerTeam/chucker/pull/176 [#180]: https://github.com/ChuckerTeam/chucker/pull/180 [#181]: https://github.com/ChuckerTeam/chucker/pull/181 [#182]: https://github.com/ChuckerTeam/chucker/pull/182 [#183]: https://github.com/ChuckerTeam/chucker/pull/183 [#185]: https://github.com/ChuckerTeam/chucker/pull/185 [#186]: https://github.com/ChuckerTeam/chucker/pull/186 [#188]: https://github.com/ChuckerTeam/chucker/pull/188 [#189]: https://github.com/ChuckerTeam/chucker/pull/189 [#190]: https://github.com/ChuckerTeam/chucker/pull/190 [#191]: https://github.com/ChuckerTeam/chucker/pull/191 [#193]: https://github.com/ChuckerTeam/chucker/pull/193 [#196]: https://github.com/ChuckerTeam/chucker/pull/196 [#198]: https://github.com/ChuckerTeam/chucker/pull/198 [#201]: https://github.com/ChuckerTeam/chucker/pull/201 [#218]: https://github.com/ChuckerTeam/chucker/issues/218 [#240]: https://github.com/ChuckerTeam/chucker/pull/240 [#241]: https://github.com/ChuckerTeam/chucker/issues/241 [#242]: https://github.com/ChuckerTeam/chucker/issues/242 [#254]: https://github.com/ChuckerTeam/chucker/issues/254 [#255]: https://github.com/ChuckerTeam/chucker/issues/255 [#311]: https://github.com/ChuckerTeam/chucker/issues/311 [#314]: https://github.com/ChuckerTeam/chucker/issues/314 [#321]: https://github.com/ChuckerTeam/chucker/issues/321 [#366]: https://github.com/ChuckerTeam/chucker/issues/366 [#367]: https://github.com/ChuckerTeam/chucker/issues/367 [#388]: https://github.com/ChuckerTeam/chucker/issues/388 [#394]: https://github.com/ChuckerTeam/chucker/issues/394 [#410]: https://github.com/ChuckerTeam/chucker/issues/410 [#422]: https://github.com/ChuckerTeam/chucker/issues/422 [#465]: https://github.com/ChuckerTeam/chucker/issues/465 [#472]: https://github.com/ChuckerTeam/chucker/issues/472 [#480]: https://github.com/ChuckerTeam/chucker/issues/480 [#487]: https://github.com/ChuckerTeam/chucker/issues/487 [#538]: https://github.com/ChuckerTeam/chucker/issues/538 [#544]: https://github.com/ChuckerTeam/chucker/issues/544 [#545]: https://github.com/ChuckerTeam/chucker/issues/545 [#555]: https://github.com/ChuckerTeam/chucker/pull/555 [#562]: https://github.com/ChuckerTeam/chucker/pull/562 [#563]: https://github.com/ChuckerTeam/chucker/pull/563 [#569]: https://github.com/ChuckerTeam/chucker/pull/569 [#588]: https://github.com/ChuckerTeam/chucker/pull/588 [#593]: https://github.com/ChuckerTeam/chucker/issues/593 [#653]: https://github.com/ChuckerTeam/chucker/pull/653 [#696]: https://github.com/ChuckerTeam/chucker/pull/696 [#733]: https://github.com/ChuckerTeam/chucker/pull/733 [#737]: https://github.com/ChuckerTeam/chucker/issues/737 [#784]: https://github.com/ChuckerTeam/chucker/pull/784 [#805]: https://github.com/ChuckerTeam/chucker/pull/805 [#810]: https://github.com/ChuckerTeam/chucker/pull/810 [#880]: https://github.com/ChuckerTeam/chucker/pull/880 [#884]: https://github.com/ChuckerTeam/chucker/pull/884 [#887]: https://github.com/ChuckerTeam/chucker/pull/887 [#920]: https://github.com/ChuckerTeam/chucker/pull/920 [#930]: https://github.com/ChuckerTeam/chucker/pull/930 [#970]: https://github.com/ChuckerTeam/chucker/pull/970 [#975]: https://github.com/ChuckerTeam/chucker/pull/975 [#988]: https://github.com/ChuckerTeam/chucker/pull/988 [#1038]: https://github.com/ChuckerTeam/chucker/pull/1038 [#1076]: https://github.com/ChuckerTeam/chucker/pull/1076 [#1165]: https://github.com/ChuckerTeam/chucker/pull/1165 [#1166]: https://github.com/ChuckerTeam/chucker/pull/1166 [#1183]: https://github.com/ChuckerTeam/chucker/pull/1183 [#1211]: https://github.com/ChuckerTeam/chucker/pull/1211 [#1214]: https://github.com/ChuckerTeam/chucker/pull/1214 [#1218]: https://github.com/ChuckerTeam/chucker/pull/1218 [#1237]: https://github.com/ChuckerTeam/chucker/pull/1237 [#1242]: https://github.com/ChuckerTeam/chucker/pull/1242 [#1280]: https://github.com/ChuckerTeam/chucker/pull/1280 [#1281]: https://github.com/ChuckerTeam/chucker/pull/1281 [#1282]: https://github.com/ChuckerTeam/chucker/pull/1282 [#1300]: https://github.com/ChuckerTeam/chucker/pull/1300 [#1351]: https://github.com/ChuckerTeam/chucker/pull/1351 [#1347]: https://github.com/ChuckerTeam/chucker/pull/1347 [#1355]: https://github.com/ChuckerTeam/chucker/pull/1355 [#1347]: https://github.com/ChuckerTeam/chucker/pull/1347 [#1335]: https://github.com/ChuckerTeam/chucker/pull/1335 [#1342]: https://github.com/ChuckerTeam/chucker/pull/1342 [#1357]: https://github.com/ChuckerTeam/chucker/pull/1357 [#1411]: https://github.com/ChuckerTeam/chucker/pull/1411