|
1 | 1 | # RxJava Releases #
|
2 | 2 |
|
| 3 | +### Version 1.0.15 – October 9 2015 ([Maven Central](http://search.maven.org/#artifactdetails%7Cio.reactivex%7Crxjava%7C1.0.15%7C)) ### |
| 4 | + |
| 5 | +* [Pull 3448] (https://github.com/ReactiveX/RxJava/pull/3448) Single delay |
| 6 | +* [Pull 3429] (https://github.com/ReactiveX/RxJava/pull/3429) Removed the alias BlockingObservable#run |
| 7 | +* [Pull 3417] (https://github.com/ReactiveX/RxJava/pull/3417) Add Single.doOnSuccess() |
| 8 | +* [Pull 3418] (https://github.com/ReactiveX/RxJava/pull/3418) Add Single.fromCallable() |
| 9 | +* [Pull 3419] (https://github.com/ReactiveX/RxJava/pull/3419) Add Single.doOnError() |
| 10 | +* [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 | +* [Pull 3174] (https://github.com/ReactiveX/RxJava/pull/3174) Blocking subscribe methods for convenience |
| 13 | +* [Pull 3351] (https://github.com/ReactiveX/RxJava/pull/3351) Make BlockingOperatorToIterator exert backpressure. |
| 14 | +* [Pull 3357] (https://github.com/ReactiveX/RxJava/pull/3357) Eager ConcatMap |
| 15 | +* [Pull 3342] (https://github.com/ReactiveX/RxJava/pull/3342) Remove redundant onStart implementation in OperatorGroupBy |
| 16 | +* [Pull 3361] (https://github.com/ReactiveX/RxJava/pull/3361) Safer error handling in BlockingOperatorToFuture |
| 17 | +* [Pull 3363] (https://github.com/ReactiveX/RxJava/pull/3363) Remove unused private method from CachedObservable and make "state" final |
| 18 | +* [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 3149] (https://github.com/ReactiveX/RxJava/pull/3149) Scheduler shutdown capability |
| 22 | +* [Pull 3384] (https://github.com/ReactiveX/RxJava/pull/3384) Fix for take() reentrancy bug. |
| 23 | +* [Pull 3356] (https://github.com/ReactiveX/RxJava/pull/3356) Fix to a bunch of bugs and issues with AsyncOnSubscribe |
| 24 | +* [Pull 3362] (https://github.com/ReactiveX/RxJava/pull/3362) Fix synchronization on non-final field in BufferUntilSubscriber |
| 25 | +* [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 | +* [Pull 3370] (https://github.com/ReactiveX/RxJava/pull/3370) Remove unused field updater from SubjectSubscriptionManager |
| 28 | +* [Pull 3369] (https://github.com/ReactiveX/RxJava/pull/3369) Lint fixes for unnecessary unboxing |
| 29 | +* [Pull 3203] (https://github.com/ReactiveX/RxJava/pull/3203) Implemented the AsyncOnSubscribe |
| 30 | +* [Pull 3340] (https://github.com/ReactiveX/RxJava/pull/3340) test/subjects: Use statically imported never() methods |
| 31 | +* [Pull 3154] (https://github.com/ReactiveX/RxJava/pull/3154) Add Observable.fromCallable() as a companion for Observable.defer() |
| 32 | +* [Pull 3285] (https://github.com/ReactiveX/RxJava/pull/3285) Added latch to async SyncOnSubscrbeTest |
| 33 | +* [Pull 3118] (https://github.com/ReactiveX/RxJava/pull/3118) Implementing the SyncOnSubscribe |
| 34 | +* [Pull 3183] (https://github.com/ReactiveX/RxJava/pull/3183) Refactored exception reporting of most operators. |
| 35 | +* [Pull 3214] (https://github.com/ReactiveX/RxJava/pull/3214) Fix to Notification equals method. |
| 36 | +* [Pull 3171] (https://github.com/ReactiveX/RxJava/pull/3171) Scan backpressure and first emission fix |
| 37 | +* [Pull 3181] (https://github.com/ReactiveX/RxJava/pull/3181) MapNotification producer NPE fix |
| 38 | +* [Pull 3167] (https://github.com/ReactiveX/RxJava/pull/3167) Fixed negative request due to unsubscription of a large requester |
| 39 | +* [Pull 3177] (https://github.com/ReactiveX/RxJava/pull/3177) BackpressureUtils capped add/multiply methods + tests |
| 40 | +* [Pull 3155] (https://github.com/ReactiveX/RxJava/pull/3155) SafeSubscriber - report onCompleted unsubscribe error to RxJavaPlugin |
| 41 | + |
3 | 42 | ### Version 1.0.14 – August 12th 2015 ([Maven Central](http://search.maven.org/#artifactdetails%7Cio.reactivex%7Crxjava%7C1.0.14%7C)) ###
|
4 | 43 |
|
5 | 44 | * [Pull 2963] (https://github.com/ReactiveX/RxJava/pull/2963) Set of standard producers and updated queue implementations
|
|
0 commit comments