Skip to content

Version 3.0

Choose a tag to compare

@haroldadmin haroldadmin released this 14 Sep 18:53
· 79 commits to master since this release

This release adds a big new feature to this library: Support for suspending functions in Retrofit's service interfaces!

New:

  • Support for suspending functions
  • Kotlin 1.3.50
  • Coroutines 1.3 stable

Changes:

  • Deprecate CoroutinesNetworkResponseAdapter and CoroutinesNetworkResponseAdapterFactory classes. Replaced with NetworkResponseAdapter and NetworkResponseAdapterFactory. Quickfix suggestion should be available within the IDE.

Huge thanks to @JavierSegoviaCordoba for helping out with this release.