Skip to content

Releases: Karewan/KnHttp

4.0.1

19 Mar 08:38
dcb5ff7

Choose a tag to compare

  • Added an option to accept invalid TLS certificates

4.0.0

19 Mar 07:01
e3a2cef

Choose a tag to compare

  • 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.*

3.1.6

16 Feb 07:02
91021aa

Choose a tag to compare

  • 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

15 Sep 08:51
5fb8690

Choose a tag to compare

  • Added charset autodetection from HTTP Headers for the string response type

3.1.4

08 Sep 11:54
41d1d9e

Choose a tag to compare

  • 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

29 Jul 14:00
d79f36e

Choose a tag to compare

  • 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

20 Oct 18:00

Choose a tag to compare

  • 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

06 Jul 09:20

Choose a tag to compare

  • 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

24 Aug 12:06

Choose a tag to compare

  • Bump com.squareup.okio:okio to 3.2.0
  • Bump androidx.appcompat:appcompat to 1.5.0

3.0.4

17 Jun 06:44

Choose a tag to compare

  • Updated TLS 1.3 implementation