Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@ZacSweers ZacSweers released this 10 Dec 17:55
· 1 commit to main since this release
  • Migrate to Kotlin Multiplatform. Structurally, the core EitherNet APIs now live in common code and are implemented by integration modules.
  • Move Retrofit/OkHttp integration to separate eithernet-integration-retrofit artifact.
  • Move test fixtures to new eithernet-test-fixtures artifact. Most of its implementation is still JVM-only for now.
  • Remove deprecated APIs.
  • Add out variance to ApiResult.Failure generic type.
  • Update Okio to 3.9.0.
  • Update Kotlin to 2.1.0.

What's Changed

New Contributors

Full Changelog: 1.9.0...2.0.0