Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.0.9 release preparations #5290

Closed
akarnokd opened this issue Apr 17, 2017 · 1 comment
Closed

2.0.9 release preparations #5290

akarnokd opened this issue Apr 17, 2017 · 1 comment

Comments

@akarnokd
Copy link
Member

akarnokd commented Apr 17, 2017

Version 2.0.9 - April 21, 2017 (Maven)

API enhancements

Bugfixes

  • Pull 5247: Fix Flowable.toList() onNext/cancel race.
  • Pull 5256: Fix flatMapIterable appearing to be empty when fused.
  • Pull 5277: Fix Single.subscribe(BiConsumer) to be consistent with isDisposed.
  • Pull 5281: Fix BehaviorProcessor & BehaviorSubject terminate-subscribe race.
  • Pull 5287: Fix Flowable.flatMapMaybe/Flowable.flatMapSingle maxConcurrency not requesting more.

Documentation

  • Pull 5271: enable link to external JDK, fix Schedulers style.
  • Pull 5286: Cleanup for text and Javadoc 04/15.
  • Commit 7c95808: Fix DisposableX copy-paste error in Javadoc.
  • Pull 5296: Improve doOnDispose JavaDoc.
  • Pull 5297: Fix JavaDoc image for Single.flatMapObservable().
  • Pull 5304: Correct documented return type of Single.flatMapObservable()'s function argument.

Other

  • Pull 5255: Add NullPointerException comments and ObjectHelper test code.
  • Pull 5251: More nullability annotations.
  • Pull 5257: Remove @NonNull annotations from BiConsumer.
  • Pull 5268: Remove commented out code from IoScheduler.
  • Pull 5301: More detailed no-multi-subscribe error message with the standard consumer types (such as DisposableObserver).
@akarnokd akarnokd added this to the 2.0 backlog milestone Apr 17, 2017
@akarnokd
Copy link
Member Author

Closing via 2.0.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant