Skip to content

3.0.0-RC6

Compare
Choose a tag to compare
@akarnokd akarnokd released this 06 Dec 08:01
· 511 commits to 3.x since this release
1e29958

Maven
Javadocs

This is an early release for 3.0.0 to allow preparations for the breaking API changes and cleanups.

Please check out the wiki page What's different in 3.0 from time to time for the details and migration guide.

Behavior changes

  • Change Flowable.groupBy to signal MissingBackpressureException instead of possibly hanging. (#6740)

API changes

  • Add fair mode overload to Schedulers.from(Executor) (#6744)
  • Make DisposableContainer public API (#6745)

Bugfixes

  • Fix parallel() on grouped Flowable not replenishing properly. (#6719)

Documentation enhancements

  • observeOn and Schedulers.from eagerness javadoc updates. (#6723)
  • Fix self-see references, some comments. (#6729)
  • Update Single.zip marble diagrams (4 cases). (#6732)
  • Add Maybe marble diagrams (14 cases). (#6730)