Chucker v3.4.0
This is a new minor release with multiple fixes and one serious improvement which made us do a minor update instead of just patch - builder pattern for ChuckerInterceptor
class. Previous constructor with multiple parameters is deprecated and will be removed in 4.x
release.
Also, starting with this release we are switching to Keepachangelog format for our changelogs.
Added
ChuckerInterceptor.Builder
for fluent creation of the interceptor. It will also help us with preserving binary compatibility in future releases of4.x
. #462
Changed
- Bumped
targetSDK
andcompileSDK
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. UnlessContext
is the only parameter that you pass into the constructor you should migrate to builder.