Skip to content

1.0.12

Compare
Choose a tag to compare
@benjchristensen benjchristensen released this 09 Jun 20:09
· 830 commits to 1.x since this release
  • Pull 2963 Set of standard producers and updated queue implementations
  • Pull 2961 fix Amb backpressure bug
  • Pull 2960 fix OperatorConcat race condition where request lost
  • Pull 2985 improve OperatorSerializeTest.testMultiThreadedWithNPEinMiddle
  • Pull 2986 OperatorAll - implement backpressure & include last value in exception cause
  • Pull 2987 fix skip() race condition and request overflow
  • Pull 2988 Operator exists() - implement backpressure & include last value in exception cause
  • Pull 2989 prevent take() from requesting more than needed
  • Pull 2991 takeUntil(predicate) - include last value in error cause
  • Pull 2992 Fix value rendering in error last cause for primitive types
  • Pull 2993 takeWhile(predicate) - include last value in error cause
  • Pull 2996 switchIfEmpty - fix backpressure bug and lost requests
  • Pull 2999 Fix a wrong assertion in assertError
  • Pull 3000 Replace the Java 7 AssertionError(message, cause) with initCause
  • Pull 3001 use Subscribers.from()
  • Pull 3009 Observable.from(iterable) - ensure it.hasNext() is not called unnecessarily

Artifacts: Maven Central