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.2.6 release preparations #6372

Closed
akarnokd opened this issue Jan 16, 2019 · 3 comments
Closed

2.2.6 release preparations #6372

akarnokd opened this issue Jan 16, 2019 · 3 comments

Comments

@akarnokd
Copy link
Member

akarnokd commented Jan 16, 2019

Version 2.2.6 - January 23, 2019 (Maven)

API enhancements

  • Pull 6370: Add interruptible mode via the new Schedulers.from(Executor, boolean) overload.

Bugfixes

  • Pull 6359: Fix the error/race in Observable.repeatWhen due to flooding repeat signal.
  • Pull 6362 : Fix Completable.andThen(Completable) not running on observeOn's Scheduler.
  • Pull 6364: Fix Flowable.publish not requesting upon client change.
  • Pull 6371: Fix bounded replay() memory leak due to bad node retention.
  • Pull 6375: Don't dispose the winner of {Single|Maybe|Completable}.amb().
  • Pull 6380: Fix CompositeException.getRootCause() detecting loops in the cause graph.

Documentation changes

  • Pull 6365: Indicate source disposal in timeout(fallback).

Other changes

  • Pull 6353: Use ignoreElement to convert Single to Completable in the README.md.
@zubchenok
Copy link

zubchenok commented Jan 18, 2019

will it include #6373 ?

@akarnokd
Copy link
Member Author

Please read the linked PRs.

@akarnokd
Copy link
Member Author

Closing via v2.2.6

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

2 participants