Skip to content

Commit a880ab3

Browse files
committed
add three new PRs
remove documentation PRs renamed two PRs
1 parent 4c7fc1d commit a880ab3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CHANGES.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,29 @@
22

33
### Version 1.0.15 – October 9 2015 ([Maven Central](http://search.maven.org/#artifactdetails%7Cio.reactivex%7Crxjava%7C1.0.15%7C)) ###
44

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
58
* [Pull 3448] (https://github.com/ReactiveX/RxJava/pull/3448) Single delay
69
* [Pull 3429] (https://github.com/ReactiveX/RxJava/pull/3429) Removed the alias BlockingObservable#run
710
* [Pull 3417] (https://github.com/ReactiveX/RxJava/pull/3417) Add Single.doOnSuccess()
811
* [Pull 3418] (https://github.com/ReactiveX/RxJava/pull/3418) Add Single.fromCallable()
912
* [Pull 3419] (https://github.com/ReactiveX/RxJava/pull/3419) Add Single.doOnError()
1013
* [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
1214
* [Pull 3174] (https://github.com/ReactiveX/RxJava/pull/3174) Blocking subscribe methods for convenience
1315
* [Pull 3351] (https://github.com/ReactiveX/RxJava/pull/3351) Make BlockingOperatorToIterator exert backpressure.
1416
* [Pull 3357] (https://github.com/ReactiveX/RxJava/pull/3357) Eager ConcatMap
1517
* [Pull 3342] (https://github.com/ReactiveX/RxJava/pull/3342) Remove redundant onStart implementation in OperatorGroupBy
1618
* [Pull 3361] (https://github.com/ReactiveX/RxJava/pull/3361) Safer error handling in BlockingOperatorToFuture
1719
* [Pull 3363] (https://github.com/ReactiveX/RxJava/pull/3363) Remove unused private method from CachedObservable and make "state" final
1820
* [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
2123
* [Pull 3149] (https://github.com/ReactiveX/RxJava/pull/3149) Scheduler shutdown capability
2224
* [Pull 3384] (https://github.com/ReactiveX/RxJava/pull/3384) Fix for take() reentrancy bug.
2325
* [Pull 3356] (https://github.com/ReactiveX/RxJava/pull/3356) Fix to a bunch of bugs and issues with AsyncOnSubscribe
2426
* [Pull 3362] (https://github.com/ReactiveX/RxJava/pull/3362) Fix synchronization on non-final field in BufferUntilSubscriber
2527
* [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
2728
* [Pull 3370] (https://github.com/ReactiveX/RxJava/pull/3370) Remove unused field updater from SubjectSubscriptionManager
2829
* [Pull 3369] (https://github.com/ReactiveX/RxJava/pull/3369) Lint fixes for unnecessary unboxing
2930
* [Pull 3203] (https://github.com/ReactiveX/RxJava/pull/3203) Implemented the AsyncOnSubscribe

0 commit comments

Comments
 (0)