File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 11# RxJava Releases #
22
3+ ### Version 1.1.0 – December 2 2015 ([ Maven Central] ( http://search.maven.org/#artifactdetails%7Cio.reactivex%7Crxjava%7C1.1.0%7C ) ) ###
4+
5+ * [ Pull 3550] (https://github.com/ReactiveX/RxJava/pull/3550 ) Public API changes for 1.1.0 release
6+
7+ #### Promotions to Public API
8+
9+ * Subscriptions.unsubscribed
10+ * Subscribers.wrap
11+ * 2 RxJavaErrorHandler methods
12+ * Single + SingleSubscriber
13+ * Exceptions.throwIfAny
14+ * Observable.switchIfEmpty with Observable
15+ * BackpressureDrainManager
16+ * Observable.onBackpressureLatest
17+ * Observable.onBackpressureDrop with action
18+ * Observable.onBackpressureBuffer overloads
19+ * 2 Observable.merge overloads for maxConcurrent
20+ * TestSubscriber methods
21+ * Observable.takeUntil with predicate
22+
23+ #### Promotions to BETA
24+
25+ * ConnectableObservable.autoConnect
26+ * Stateful Subject methods on ReplaySubject, PublishSubject, BehaviorSubject, and AsyncSubject
27+
28+ #### Removals from Public API
29+
30+ * Observable.onBackpressureBlock
31+ * rx.observables.AbstractOnSubscribe
32+ * Removal of stateful methods from the generic rx.subjects.Subject abstract class
33+
334### Version 1.0.17 – December 1 2015 ([ Maven Central] ( http://search.maven.org/#artifactdetails%7Cio.reactivex%7Crxjava%7C1.0.17%7C ) ) ###
435
536* [ Pull 3491] (https://github.com/ReactiveX/RxJava/pull/3491 ) Make scan's delayed Producer independent of event serialization
You can’t perform that action at this time.
0 commit comments