|
2 | 2 |
|
3 | 3 | ### Version 1.0.15 – October 9 2015 ([Maven Central](http://search.maven.org/#artifactdetails%7Cio.reactivex%7Crxjava%7C1.0.15%7C)) ###
|
4 | 4 |
|
| 5 | +* [Pull 3455] (https://github.com/ReactiveX/RxJava/pull/3455) OnErrorFailedException fix |
| 6 | +* [Pull 3438] (https://github.com/ReactiveX/RxJava/pull/3438) Better null tolerance in rx.exceptions.*Exception classes. |
| 7 | +* [Pull 3458] (https://github.com/ReactiveX/RxJava/pull/3458) Clarify contracts of CompositeSubscription in its javadoc |
5 | 8 | * [Pull 3448] (https://github.com/ReactiveX/RxJava/pull/3448) Single delay
|
6 | 9 | * [Pull 3429] (https://github.com/ReactiveX/RxJava/pull/3429) Removed the alias BlockingObservable#run
|
7 | 10 | * [Pull 3417] (https://github.com/ReactiveX/RxJava/pull/3417) Add Single.doOnSuccess()
|
8 | 11 | * [Pull 3418] (https://github.com/ReactiveX/RxJava/pull/3418) Add Single.fromCallable()
|
9 | 12 | * [Pull 3419] (https://github.com/ReactiveX/RxJava/pull/3419) Add Single.doOnError()
|
10 | 13 | * [Pull 3423] (https://github.com/ReactiveX/RxJava/pull/3423) Renaming Observable#x to Observable#extend
|
11 |
| -* [Pull 3422] (https://github.com/ReactiveX/RxJava/pull/3422) Update README.md |
12 | 14 | * [Pull 3174] (https://github.com/ReactiveX/RxJava/pull/3174) Blocking subscribe methods for convenience
|
13 | 15 | * [Pull 3351] (https://github.com/ReactiveX/RxJava/pull/3351) Make BlockingOperatorToIterator exert backpressure.
|
14 | 16 | * [Pull 3357] (https://github.com/ReactiveX/RxJava/pull/3357) Eager ConcatMap
|
15 | 17 | * [Pull 3342] (https://github.com/ReactiveX/RxJava/pull/3342) Remove redundant onStart implementation in OperatorGroupBy
|
16 | 18 | * [Pull 3361] (https://github.com/ReactiveX/RxJava/pull/3361) Safer error handling in BlockingOperatorToFuture
|
17 | 19 | * [Pull 3363] (https://github.com/ReactiveX/RxJava/pull/3363) Remove unused private method from CachedObservable and make "state" final
|
18 | 20 | * [Pull 3408] (https://github.com/ReactiveX/RxJava/pull/3408) DoOnEach: report both original exception and callback exception.
|
19 |
| -* [Pull 3386] (https://github.com/ReactiveX/RxJava/pull/3386) 1.1.0 - Changed Observable.doOnRequest(Action1) to `@Experimental` from `@Beta` |
20 |
| -* [Pull 3415] (https://github.com/ReactiveX/RxJava/pull/3415) pull back the Experimental/Beta of the changes until 1.1.x (+1 squashed commit) |
| 21 | +* [Pull 3386] (https://github.com/ReactiveX/RxJava/pull/3386) 1.1.0 - Changed javadoc for Observable.doOnRequest(Action1) |
| 22 | +* [Pull 3415] (https://github.com/ReactiveX/RxJava/pull/3415) Deprecate the Experimental/Beta method that will be deleted until 1.1.x |
21 | 23 | * [Pull 3149] (https://github.com/ReactiveX/RxJava/pull/3149) Scheduler shutdown capability
|
22 | 24 | * [Pull 3384] (https://github.com/ReactiveX/RxJava/pull/3384) Fix for take() reentrancy bug.
|
23 | 25 | * [Pull 3356] (https://github.com/ReactiveX/RxJava/pull/3356) Fix to a bunch of bugs and issues with AsyncOnSubscribe
|
24 | 26 | * [Pull 3362] (https://github.com/ReactiveX/RxJava/pull/3362) Fix synchronization on non-final field in BufferUntilSubscriber
|
25 | 27 | * [Pull 3365] (https://github.com/ReactiveX/RxJava/pull/3365) Make field final and remove unnecessary unboxing in OnSubscribeRedo.RetryWithPredicate
|
26 |
| -* [Pull 3383] (https://github.com/ReactiveX/RxJava/pull/3383) Fix typo in a comment inside Observable.subscribe |
27 | 28 | * [Pull 3370] (https://github.com/ReactiveX/RxJava/pull/3370) Remove unused field updater from SubjectSubscriptionManager
|
28 | 29 | * [Pull 3369] (https://github.com/ReactiveX/RxJava/pull/3369) Lint fixes for unnecessary unboxing
|
29 | 30 | * [Pull 3203] (https://github.com/ReactiveX/RxJava/pull/3203) Implemented the AsyncOnSubscribe
|
|
0 commit comments