- New:
stringBased
andbytesBased
have been removed in favor of a singleserializationConverterFactory
function with overloads forStringFormat
andBinaryFormat
instances (likeJSON
andProtoBuf
). For those configuring Retrofit from Java the API is nowKotlinSerializationConverterFactory.create
. - Kotlin updated to 1.3.0
- Serialization updated to 0.9.0
Update to Kotlin 1.3.0-rc-57 and serialization 0.8.0-rc13.
Initial release.