File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 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 0.9.1 ([ Maven Central] ( http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.netflix.rxjava%22%20AND%20v%3A%220.9.1%22 ) ) ###
4
+
5
+ * [ Pull 303] ( https://github.com/Netflix/RxJava/pull/303 ) CombineLatest
6
+ * [ Pull 290] ( https://github.com/Netflix/RxJava/pull/290 ) Zip overload with FuncN
7
+ * [ Pull 302] ( https://github.com/Netflix/RxJava/pull/302 ) NPE fix when no package on class
8
+ * [ Pull 284] ( https://github.com/Netflix/RxJava/pull/284 ) GroupBy fixes (items still [ oustanding] ( https://github.com/Netflix/RxJava/issues/282 ) )
9
+ * [ Pull 288] ( https://github.com/Netflix/RxJava/pull/288 ) PublishSubject concurrent modification fixes
10
+ * [ Issue 198] ( https://github.com/Netflix/RxJava/issues/198 ) Throw if no onError handler specified
11
+ * [ Issue 278] ( https://github.com/Netflix/RxJava/issues/278 ) Subscribe argument validation
12
+ * Javadoc improvements and many new marble diagrams
13
+
3
14
### Version 0.9.0 ([ Maven Central] ( http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.netflix.rxjava%22%20AND%20v%3A%220.9.0%22 ) ) ###
4
15
5
16
This release includes breaking changes that move all blocking operators (such as ` single ` , ` last ` , ` forEach ` ) to ` BlockingObservable ` .
You can’t perform that action at this time.
0 commit comments