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
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.
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
2018-01-09
- use Thrifty 0.4.3
- add support for Thrift JSON Protocol
2017-07-18
Initial release.