Skip to content

Commit 4bda940

Browse files
Version 0.13.0
1 parent 2c63ffb commit 4bda940

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGES.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# RxJava Releases #
22

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+
318
### 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)) ###
419

520
* [Pull 352](https://github.com/Netflix/RxJava/pull/352) Groovy Language Adaptor: Add Func5-9 and N to the wrapper

0 commit comments

Comments
 (0)