File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 1
1
# RxJava Releases #
2
2
3
+ ### Version 0.16.1 ([ Maven Central] ( http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.netflix.rxjava%22%20AND%20v%3A%220.16.1%22 ) ) ###
4
+
5
+ * [ Pull 730] ( https://github.com/Netflix/RxJava/pull/730 ) Improve Error Handling and Stacktraces When Unsubscribe Fails
6
+ * [ Pull 720] ( https://github.com/Netflix/RxJava/pull/720 ) Added ` Observable.timeout ` wrappers to scala adapter
7
+ * [ Pull 731] ( https://github.com/Netflix/RxJava/pull/731 ) Fix non-deterministic unit test
8
+ * [ Pull 742] ( https://github.com/Netflix/RxJava/pull/742 ) Build with Gradle 1.10
9
+ * [ Pull 718] ( https://github.com/Netflix/RxJava/pull/718 ) Merge overloads
10
+ * [ Pull 733] ( https://github.com/Netflix/RxJava/pull/733 ) Buffer with Observable boundary
11
+ * [ Pull 734] ( https://github.com/Netflix/RxJava/pull/734 ) Delay with subscription and item delaying observables
12
+ * [ Pull 735] ( https://github.com/Netflix/RxJava/pull/735 ) Window with Observable boundary
13
+ * [ Pull 736] ( https://github.com/Netflix/RxJava/pull/736 ) MergeMap with Iterable and resultSelector overloads
14
+ * [ Pull 738] ( https://github.com/Netflix/RxJava/pull/738 ) Publish and PublishLast overloads
15
+ * [ Pull 739] ( https://github.com/Netflix/RxJava/pull/739 ) Debounce with selector
16
+ * [ Pull 740] ( https://github.com/Netflix/RxJava/pull/740 ) Timeout with selector overloads
17
+ * [ Pull 745] ( https://github.com/Netflix/RxJava/pull/745 ) Fixed ` switch ` bug
18
+ * [ Pull 741] ( https://github.com/Netflix/RxJava/pull/741 ) Zip with iterable, removed old aggregator version and updated tests
19
+ * [ Pull 749] ( https://github.com/Netflix/RxJava/pull/749 ) Separated Android test code from source
20
+
21
+
3
22
### Version 0.16.0 ([ Maven Central] ( http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.netflix.rxjava%22%20AND%20v%3A%220.16.0%22 ) ) ###
4
23
5
24
You can’t perform that action at this time.
0 commit comments