Skip to content

1.0.16

Compare
Choose a tag to compare
@stealthcode stealthcode released this 11 Nov 21:02
· 561 commits to 1.x since this release
  • Pull 3169 Merge can now operate in horizontally unbounded mode
  • Pull 3286 Implements BlockingSingle
  • Pull 3433 Add Single.defer()
  • Pull 3468 Fix other places that may swallow OnErrorFailedException
  • Pull 3485 fix scan() not accepting a null initial value
  • Pull 3488 Replace all instances of Atomic_FieldUpdater with direct Atomic_ instances
  • Pull 3493 fix for zip(Obs<Obs>) backpressure problem
  • Pull 3510 eager concatMap to choose safe or unsafe queue based on platform
  • Pull 3512 fix SafeSubscriber documentation regarding unsubscribe