What’s New

RxJava v4.0.0-alpha-18

v4.0.0-alpha-18
Added
  • Streamable API with range, fromArray, take, error, defer operators
  • Streamable API with fromIterable, fromStream, hide, never operators
  • Streamable API with map, filter, flatMap implementations
  • Streamable operators doOnNext, intercept, lift, to
  • Streamable API with timer and interval operators
  • Streamable API with takeWhile, toObservable, and toStreamable conversion methods
  • Streamable API with takeUntil and groupBy operators
  • Streamable API with delay, timeout, zip, onErrorResumeNext operators
  • DispatchStreamProcessor and other Streamable improvements
  • Streamable operators doOnError and forEach(StreamSink)
  • VirtualSchedulerTests extending AbstractSchedulerConcurrencyTests
Changed
  • Streamable and Streamer API redesign, dropping next and finish arguments
  • Convert test suite from JUnit 4 to JUnit 6
Fixed
  • SchedulerToExecutorService invokeAll and invokeAny implementation
Removed
  • Pioneer-RetryTest
API
Test
Fixes
Cleanup
Dependabot
Documentation

Full Changelog: https://github.com/ReactiveX/RxJava/compare/v4.0.0-alpha-17...v4.0.0-alpha-18

View original