Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.1 KB

CHANGELOG.md

File metadata and controls

42 lines (26 loc) · 1.1 KB

Changelog

Version 3.0.0

2021-03-11

  • use Thrifty 2.1.2
  • use Okio 2.10.0, OkHttp 4.9.1, Kotlin 1.4.30
  • migrate deployment to Maven Central
  • change group id co.infinum -> com.infinum
  • change package name co.infinum -> com.infinum

Version 2.0.0

2020-06-01

  • use Thrifty 2.0.1
  • use Okio 2.6.0, OkHttp 4.7.2, Retrofit 2.9.0, Kotlin 1.3.71

Note that OkHttp raised the Android minSDK to API 21 with version 3.13. If you need an older version than is referenced by this library excluding the transitive dependency and including your own okhttp dependency should work just fine.

Version 1.0.0

2019-05-31

  • use Thrifty 1.0.0
  • use Okio 2.2.2, OkHttp 3.14.2, Retrofit 2.5.0
  • add Thrifty Kotlin runtime, along with tests for Kotlin (de)serialization

Version 0.9.1

2018-01-09

  • use Thrifty 0.4.3
  • add support for Thrift JSON Protocol

Version 0.9.0

2017-07-18

Initial release.