Releases: Karewan/KnHttp
Releases · Karewan/KnHttp
4.0.1
4.0.0
- Various fixes and improvements
- Bumped org.jetbrains.kotlin:kotlin-bom to 2.3.20
- BREAKING CHANGES
- Replaced fastjson by fastjson2 for better security and performance
- If you use fastjson in your code, you only need to replace your imports of com.alibaba.fastjson.* with com.alibaba.fastjson2.*
- Replaced fastjson by fastjson2 for better security and performance
3.1.6
- Bumped com.squareup.okhttp3:okhttp to 5.3.2
- Bumped com.squareup.okhttp3:okhttp-brotli to 5.3.2
- Bumped com.squareup.okio:okio to 3.16.4
- Bumped org.jetbrains.kotlin:kotlin-bom to 2.3.10
- Bumped com.android.library to 8.13.2
- Bumped gradle to 8.14.4
3.1.5
- Added charset autodetection from HTTP Headers for the string response type
3.1.4
- Bumped com.squareup.okhttp3:okhttp to 5.1.0
- Bumped com.squareup.okhttp3:okhttp-brotli to 5.1.0
- Bumped com.squareup.okio:okio to 3.16.0
- Bumped org.jetbrains.kotlin:kotlin-bom to 2.2.10
- Bumped com.android.library to 8.13.0
- Bumped gradle to 8.14.3
- Bumped target and compile SDK to 36
- Bumped JDK to 21
3.1.3
- Bumped org.conscrypt:conscrypt-android to 2.5.3
- Bumped androidx.annotation:annotation to 1.9.1
- Bumped org.jetbrains.kotlin:kotlin-bom to 2.2.0
3.1.2
- Bump com.squareup.okhttp3:okhttp to 4.12.0
- Bump com.squareup.okhttp3:okhttp-brotli to 4.12.0
- Bump org.jetbrains.kotlin:kotlin-bom to 1.9.10
- Bump androidx.annotation:annotation to 1.7.0
- Bump com.alibaba:fastjson to 1.1.76.android
- Bump com.squareup.okio:okio to 3.6.0
- Bump com.android.library to 8.1.2
- Bump gradle to 8.0
- Bump jitpack openjdk to 17
3.1.0
- Bump compile and target Android SDK version to 33
- Bump com.squareup.okhttp3:okhttp to 4.11.0
- Bump com.squareup.okhttp3:okhttp-brotli to 4.11.0
- Bump gradle plugin to 7.4.2
- Bump gradle to 7.5
- Add org.jetbrains.kotlin:kotlin-bom:1.8.22 to improve compatibility of Kotlin versions
- Add proguard rules for compatibility of latest versions of Android Studio
- Replace androidx.appcompat:appcompat:1.5.0 by androidx.annotation:annotation:1.6.0
- Remove KnImageView class
- Various improvements
3.0.5
- Bump com.squareup.okio:okio to 3.2.0
- Bump androidx.appcompat:appcompat to 1.5.0
3.0.4
- Updated TLS 1.3 implementation