Skip to content

Releases: spotify/mobius

v2.1.1

12 Dec 09:04
a629cd8

Choose a tag to compare

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

29 Nov 16:18

Choose a tag to compare

What's Changed

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

v2.0.3

13 Sep 07:43
aba58ea

Choose a tag to compare

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

06 May 14:18
1eff557

Choose a tag to compare

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

v2.0.0

02 Feb 08:41
89ac538

Choose a tag to compare

Add ExecutionPolicy to SubtypeEffectHandler #176

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

v1.5.13

11 Dec 13:11
fb556b2

Choose a tag to compare

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

12 May 11:48
ee428ff

Choose a tag to compare

Fixed race condition leading to crash via #166

v1.5.11

06 Apr 09:58

Choose a tag to compare

Fixed race condition leading to crash via #165

v1.5.9

17 Aug 12:10

Choose a tag to compare

Fixed race condition leading to crash via #156

v1.5.8

20 Jan 08:22

Choose a tag to compare

Fixes minor logging bug via #150 .