- Retrofit 2.5.0
- kotlinx.coroutines 1.1.1
- Compiled against Kotlin 1.3.21
- Fixed javadoc and source code jars. Thanks to @erikhuizinga for contribution #47
- kotlinx.coroutines 1.0.1
- Compiled against Kotlin 1.3.11
- kotlinx.coroutines 0.30.2-eap13
- Compiled against Kotlin 1.3.0-rc-146
- kotlinx.coroutines 0.30.2
- Compiled against Kotlin 1.2.71
First version of kotlin-coroutines-retrofit based on stable coroutines API from Kotlin 1.3 Compiled against Kotlin 1.3-M1 and kotlinx.coroutines 0.24.0-eap13 (also based on stable API)
- kotlinx.coroutines 0.24.0
- Compiled against Kotlin 1.2.60
- kotlinx.coroutines 0.23.1
- Compiled against Kotlin 1.2.41
Thanks to Thomas Schmidt for contribution
- Retrofit 2.4.0
- kotlinx.coroutines 0.22.5
- Compiled against Kotlin 1.2.40
- Migration of build.gradle to kotlin-dsl
- Gradle 4.7
- Published proper javadoc
- kotlinx.coroutines 0.20
- Compiled against Kotlin 1.2.10
- Fixed Kotlin stdlib dependency version in pom.xml
- kotlinx.coroutines 0.19
- Compiled against Kotlin 1.1.51
The previous version was accidentally released with kotlinx.coroutines 0.16 instead 0.17 Thanks to @rciurkot for PR #25 that fixes that.
- Compiled against Kotlin 1.1.3-2
Notice: This release backward incompatible with previous versions:
.await()
and.awaitResult()
can be used now only with non-nullable types of result and throw NullPointerException in case of null body. See [examples in Readme](README.md#Nullable body)- #13
.toString()
forResult
classes
- Retrofit 2.3.0
- kotlinx.coroutines 0.16
- Compiled against Kotlin 1.1.3
- kotlinx.coroutines 0.14
- Compiled against Kotlin 1.1.1
- Kotlin 1.1
- kotlinx.coroutines 0.12
- Retrofit 2.2.0. Also it is minimum supported version
- kotlinx.coroutines 0.11-rc
- Custom HttpError class replaced with HttpException from Retrofit 2.2
- Depends on Retrofit 2.1.0
- Result classes now implement one or two of interfaces: ResponseResult and ResponseError. It allows simplify access to results in some cases
- Moved to the separate repo
- Kotlin 1.1.0-rc-91
- kotlinx.coroutines 0.10-rc
- JCenter and Maven publish configs
- Updated examples in readme