File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 1
1
# RxJava Releases #
2
2
3
+ ### Version 1.0.16 – November 11 2015 ([ Maven Central] ( http://search.maven.org/#artifactdetails%7Cio.reactivex%7Crxjava%7C1.0.16%7C ) ) ###
4
+ * [ Pull 3169] (https://github.com/ReactiveX/RxJava/pull/3169 ) Merge can now operate in horizontally unbounded mode
5
+ * [ Pull 3286] (https://github.com/ReactiveX/RxJava/pull/3286 ) Implements BlockingSingle
6
+ * [ Pull 3433] (https://github.com/ReactiveX/RxJava/pull/3433 ) Add Single.defer()
7
+ * [ Pull 3468] (https://github.com/ReactiveX/RxJava/pull/3468 ) Fix other places that may swallow OnErrorFailedException
8
+ * [ Pull 3485] (https://github.com/ReactiveX/RxJava/pull/3485 ) fix scan() not accepting a null initial value
9
+ * [ Pull 3488] (https://github.com/ReactiveX/RxJava/pull/3488 ) Replace all instances of Atomic* FieldUpdater with direct Atomic* instances
10
+ * [ Pull 3493] (https://github.com/ReactiveX/RxJava/pull/3493 ) fix for zip(Obs<Obs<T >>) backpressure problem
11
+ * [ Pull 3510] (https://github.com/ReactiveX/RxJava/pull/3510 ) eager concatMap to choose safe or unsafe queue based on platform
12
+ * [ Pull 3512] (https://github.com/ReactiveX/RxJava/pull/3512 ) fix SafeSubscriber documentation regarding unsubscribe
13
+
3
14
### Version 1.0.15 – October 9 2015 ([ Maven Central] ( http://search.maven.org/#artifactdetails%7Cio.reactivex%7Crxjava%7C1.0.15%7C ) ) ###
4
15
5
16
* [ Pull 3438] (https://github.com/ReactiveX/RxJava/pull/3438 ) Better null tolerance in rx.exceptions.* Exception classes
You can’t perform that action at this time.
0 commit comments