File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 1
1
# RxJava Releases #
2
2
3
+ ### Version 1.3.1 - September 10, 2017 ([ Maven] ( http://search.maven.org/#artifactdetails%7Cio.reactivex%7Crxjava%7C1.3.1%7C ) )
4
+
5
+ #### API changes
6
+ * Remark: submitted & merged before the feature freeze of June 1st.*
7
+
8
+ - [ Pull 5332] ( https://github.com/ReactiveX/RxJava/pull/5332 ) : Add the ` cast ` operator to ` Single ` .
9
+
10
+ #### Bugfixes
11
+
12
+ - [ Pull 5430] ( https://github.com/ReactiveX/RxJava/pull/5430 ) : Fix premature cleanup in ` AsyncOnSubscribe ` when the last ` Observable ` is still running.
13
+ - [ Pull 5437] ( https://github.com/ReactiveX/RxJava/pull/5437 ) : ` TestSubscriber::assertValuesAndClear ` should reset ` valueCount ` .
14
+ - [ Pull 5470] ( https://github.com/ReactiveX/RxJava/pull/5470 ) : Fix eager call to ` RxJavHooks.onError ` in ` SafeCompletableSuscriber ` .
15
+
3
16
### Version 1.3.0 - May 5, 2017 ([ Maven] ( http://search.maven.org/#artifactdetails%7Cio.reactivex%7Crxjava%7C1.3.0%7C ) )
4
17
5
18
#### Summary
You can’t perform that action at this time.
0 commit comments