Skip to content

Commit f282048

Browse files
Version 0.15.0
1 parent 589d4fa commit f282048

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGES.md

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

3+
### Version 0.15.0 ([Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.netflix.rxjava%22%20AND%20v%3A%220.15.0%22)) ###
4+
5+
This release contains a refactor of the Scala Bindings by @headinthebox that results in some breaking changes.
6+
The previous solution ended up not working well in all cases for idiomatic Scala usage. Java/Scala interop has been changed and is no longer transparent so as to optimize for native Scala usage.
7+
Read the [rxjava-scala README](https://github.com/Netflix/RxJava/tree/master/language-adaptors/rxjava-scala) for more information.
8+
9+
* [Pull 503](https://github.com/Netflix/RxJava/pull/503) New Scala Bindings
10+
* [Pull 502](https://github.com/Netflix/RxJava/pull/502) Fix ObserveOn and add ParallelMerge Scheduler overload
11+
* [Pull 499](https://github.com/Netflix/RxJava/pull/499) ObserveOn Refactor
12+
* [Pull 492](https://github.com/Netflix/RxJava/pull/492) Implement the scheduler overloads for Range, From, StartWith
13+
* [Pull 496](https://github.com/Netflix/RxJava/pull/496) Add contravariant for min and max
14+
315
### Version 0.14.11 ([Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.netflix.rxjava%22%20AND%20v%3A%220.14.11%22)) ###
416

517
* [Pull 486](https://github.com/Netflix/RxJava/pull/486) BugFix: AsyncSubject

0 commit comments

Comments
 (0)