Skip to content

Releases: nstdio/http-client-ext

v2.1.0

03 Apr 15:18
Compare
Choose a tag to compare

v2.1.0

⭐ Features

  • Optional encryption for disk cache. (3a1af2d)
  • Disk cache supports Gson as well. (5f26718)

♻️ Improvements

  • perf Optimize header value splitting. (e1873c7)
  • doc Add changelog. (9ae5bcf)
  • doc Polish Javadoc. (fbf12cc)
  • test Add test for asserting exception in JdkCompressionFactory. (4498f0d)
  • build Update Gradle 7.4.1 -> 7.4.2. (260419d)
  • test Even more tests for HttpHeadersBuilder. (ec66e86)
  • test More tests for HttpHeadersBuilder. (125560b)
  • build Fix warning for unaligned target compatibility. (8b743c3)
  • test Convert Java -> Kotlin. (fa342ae)
  • doc Change Maven central badge (740de64)

v2.0.0

03 Apr 15:06
Compare
Choose a tag to compare

v2.0.0

⭐ Features

  • Add complex type support for JSON mappings. (1617f77)
  • SPI for JSON mapping. (70b8e0f)
  • Proper JSON handlers and subscribers. (25f1e2a)

♻️ Improvements

  • doc Update README.md (63a7a35)
  • ci Execute build on '2.x' branches (8ab69c3)
  • Replace abstract provider class with interface. (ce70b61)
  • Reuse same JSON mapping instances. (ec0ca6d)
  • Reformat code. (6dda31e)

v1.5.1

03 Apr 15:04
Compare
Choose a tag to compare

v1.5.1

🐞 Bug Fixes

  • build Escape Kotlin string interpolation. (1366d26)

v1.5.0

03 Apr 15:03
57b88a6
Compare
Choose a tag to compare

v1.5.0

⭐ Features

  • cache Cache statistics. (3ad0d64)

🐞 Bug Fixes

  • build Remove sourcesJar and javadocJar tasks from publishing. (3d6d30e)
  • Use byte arrays instead of InputStream for JSON subscribers. (6eeeda6)

♻️ Improvements