File tree 1 file changed +26
-0
lines changed
1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
The changelog of version 1.x can be found at https://github.com/ReactiveX/RxJava/blob/1.x/CHANGES.md
4
4
5
+ Note that there might be a couple of 2.1.5-RCx tags before this release in order to iron out the nebula-plugin free release process.
6
+
7
+ ### Version 2.1.5 - October 5, 2017 ([ Maven] ( http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.1.5%7C ) )
8
+
9
+ #### API changes
10
+
11
+ - [ Pull 5616] ( https://github.com/ReactiveX/RxJava/pull/5616 ) : Add ` Single.delay ` overload that delays errors.
12
+ - [ Pull 5624] ( https://github.com/ReactiveX/RxJava/pull/5624 ) : add ` onTerminateDetach ` to ` Single ` and ` Completable ` .
13
+
14
+ #### Documentation changes
15
+
16
+ - [ Pull 5617] ( https://github.com/ReactiveX/RxJava/pull/5617 ) : Fix ` Observable.delay ` & ` Flowable.delay ` javadoc.
17
+ - [ Pull 5637] ( https://github.com/ReactiveX/RxJava/pull/5637 ) : Fixing JavaDoc warnings.
18
+ - [ Pull 5640] ( https://github.com/ReactiveX/RxJava/pull/5640 ) : Additional warnings for ` fromPublisher() ` .
19
+
20
+ #### Bugfixes
21
+
22
+ - No bugs were reported.
23
+
24
+ #### Other
25
+
26
+ - [ Pull 5615] ( https://github.com/ReactiveX/RxJava/pull/5615 ) : Add missing license headers.
27
+ - [ Pull 5623] ( https://github.com/ReactiveX/RxJava/pull/5623 ) : Fix incorrect error message in ` SubscriptionHelper.setOnce `
28
+ - [ Pull 5633] ( https://github.com/ReactiveX/RxJava/pull/5633 ) : Upgrade to Gradle 4.2.1, remove nebula plugin, replace it with custom release logic.
29
+
30
+
5
31
### Version 2.1.4 - September 22, 2017 ([ Maven] ( http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.1.4%7C ) )
6
32
7
33
#### API changes
You can’t perform that action at this time.
0 commit comments