Skip to content

Releases: spotify/mobius

v2.1.1

Choose a tag to compare

@togi togi released this 12 Dec 09:04
a629cd8

What's Changed

  • Convert default workers to providers by @r-gurzkowski in #181
  • Rewrote FireAtLeastOnceObserver to ensure stronger ordering guarantees. by @togi in #182

Full Changelog: v2.1.0...v2.1.1

v2.1.0

Choose a tag to compare

@togi togi released this 29 Nov 16:18

What's Changed

Full Changelog: v2.0.3...v2.1.0

v2.0.3

Choose a tag to compare

@togi togi released this 13 Sep 07:43
aba58ea

Fix for race condition when disposing RxJava-converted Connectables in mobius-rx2 and mobius-rx3 as well as Flows wrapped into EventSources in mobius-coroutines #178

Updated license headers in mobius-coroutines #179

v2.0.2

Choose a tag to compare

@togi togi released this 06 May 14:18
1eff557

Changed the implementation to not rely on Java8 classes, for better compatibility with old android versions.

v2.0.0

Choose a tag to compare

@togi togi released this 02 Feb 08:41
89ac538

Add ExecutionPolicy to SubtypeEffectHandler #176

Major release bump because of API breaking change in mobius-coroutine:
CoroutinesSubtypeEffectHandlerBuilder.addEffectHandler has changed signature

v1.5.13

Choose a tag to compare

@nathan3d nathan3d released this 11 Dec 13:11
fb556b2

Add Coroutines utilities to use alongside Mobius
Add LiveQueue method to enable ignoring of paused effects entirely
Update Gradle to 7.5
Update Android Gradle Plugin to 7.4.2

v1.5.12

Choose a tag to compare

@aleksandrn-spotify aleksandrn-spotify released this 12 May 11:48
ee428ff

Fixed race condition leading to crash via #166

v1.5.11

Choose a tag to compare

@aleksandrn-spotify aleksandrn-spotify released this 06 Apr 09:58

Fixed race condition leading to crash via #165

v1.5.9

Choose a tag to compare

@aleksandrn-spotify aleksandrn-spotify released this 17 Aug 12:10

Fixed race condition leading to crash via #156

v1.5.8

Choose a tag to compare

@pettermahlen pettermahlen released this 20 Jan 08:22

Fixes minor logging bug via #150 .