File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 1
1
# RxJava Releases #
2
2
3
+ ### Version 0.13.0 ([ Maven Central] ( http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.netflix.rxjava%22%20AND%20v%3A%220.13.0%22 ) ) ###
4
+
5
+ This release has some minor changes related to varargs that could break backwards compatibility
6
+ if directly passing arrays but for most this release should not be breaking.
7
+
8
+ * [ Pull 354] ( https://github.com/Netflix/RxJava/pull/354 ) Operators: Count, Sum, Average
9
+ * [ Pull 355] ( https://github.com/Netflix/RxJava/pull/355 ) Operators: skipWhile and skipWhileWithIndex
10
+ * [ Pull 356] ( https://github.com/Netflix/RxJava/pull/356 ) Operator: Interval
11
+ * [ Pull 357] ( https://github.com/Netflix/RxJava/pull/357 ) Operators: first and firstOrDefault
12
+ * [ Pull 368] ( https://github.com/Netflix/RxJava/pull/368 ) Operators: Throttle and Debounce
13
+ * [ Pull 371] ( https://github.com/Netflix/RxJava/pull/371 ) Operator: Retry
14
+ * [ Pull 370] ( https://github.com/Netflix/RxJava/pull/370 ) Change zip method signature from Collection to Iterable
15
+ * [ Pull 369] ( https://github.com/Netflix/RxJava/pull/369 ) Generics Improvements: co/contra-variance
16
+ * [ Pull 361] ( https://github.com/Netflix/RxJava/pull/361 ) Remove use of varargs from API
17
+
3
18
### Version 0.12.2 ([ Maven Central] ( http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.netflix.rxjava%22%20AND%20v%3A%220.12.2%22 ) ) ###
4
19
5
20
* [ Pull 352] ( https://github.com/Netflix/RxJava/pull/352 ) Groovy Language Adaptor: Add Func5-9 and N to the wrapper
You can’t perform that action at this time.
0 commit comments