Skip to content

0.28.0-dev.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Mar 10:26
· 2 commits to master since this release

Feedback on this change appreciated as this is a dev release before 0.28.0 stable!

Changed

  • Breaking: Rename ForkJoinStream.combine2..combine9 to ForkJoinStream.join2..join9.
  • Breaking: Rx.using/UsingStream
    • Convert all required positional parameters to required named parameters.
    • The disposer is now called after the future returned from StreamSubscription.cancel completes.