-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Closed
Labels
Description
Version 1.1.3 - April 8, 2016 (Maven)
API enhancements
- Pull 3780:
SyncOnSubscribehas been promoted to@BetaAPI. - Pull 3799: Added
Completable.andThen(Single)operator - Pull 3777: Added
observeOnoverload to configure the prefetch/buffer size - Pull 3790: Make
Single.liftpublic and@Experimental - Pull 3818:
fromCallablepromotion to@Beta - Pull 3842: improve
ExecutorSchedulerworker unsubscription
API deprecations
- Pull 3762: Deprecate
CompositeExceptionconstructor with message prefix
General enhancements
- Pull 3828:
AsyncSubjectnow supports backpressure - Pull 3829: Added
rx.unsafe-disablesystem property to disable use ofsun.misc.Unsafeeven if it is available - Pull 3757: Warning: behavior change! Operator
sampleemits last sampled value before termination
Performance enhancements
- Pull 3795:
observeOnnow replenishes with constant rate
Bugfixes
- Pull 3809: fix
merge/flatMapcrash when the inner source wasjust(null) - Pull 3789: Prevent
Single.zip()of zeroSingles - Pull 3787: fix
groupBydelaying group completion till all groups were emitted - Pull 3823: fix
DoAfterTerminatehandle if action throws - Pull 3822: make defensive copy of the properties in
RxJavaPlugins - Pull 3836: fix
switchMap/switchOnNextproducer retention and backpressure - Pull 3840: fix
concatMapscalar/empty source behavior - Pull 3839: fix
takeLast()backpressure - Pull 3845: fix delaySubscription(Observable) unsubscription before triggered
artem-zinnatullin and vanniktech