-
Notifications
You must be signed in to change notification settings - Fork 7.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.1.5 release preparation #5635
Comments
FYI: RC4 finally managed to release to maven central without errors: https://travis-ci.org/ReactiveX/RxJava/builds/282648040 |
cc Netflix team: RC-4 doesn't have <properties>
<nebula_Manifest_Version>1.0</nebula_Manifest_Version>
<nebula_Implementation_Title>io.reactivex.rxjava2#rxjava;2.1.4</nebula_Implementation_Title>
<nebula_Implementation_Version>2.1.4</nebula_Implementation_Version>
<nebula_Built_Status>integration</nebula_Built_Status>
<nebula_Built_By>travis</nebula_Built_By>
<nebula_Built_OS>Linux</nebula_Built_OS>
<nebula_Build_Date>2017-09-22_09:03:52</nebula_Build_Date>
<nebula_Gradle_Version>2.14</nebula_Gradle_Version>
<nebula_Module_Owner>[email protected]</nebula_Module_Owner>
<nebula_Module_Email>[email protected]</nebula_Module_Email>
<nebula_Module_Source></nebula_Module_Source>
<nebula_Module_Origin>https://github.com/ReactiveX/RxJava.git</nebula_Module_Origin>
<nebula_Change>3e33000</nebula_Change>
<nebula_Branch>3e3300049dff23b15fa7f6639c844615a0b76f81</nebula_Branch>
<nebula_Build_Host>testing-gce-49a1561b-b1d2-4225-9e33-fb4d4835d959</nebula_Build_Host>
<nebula_Build_Job>LOCAL</nebula_Build_Job>
<nebula_Build_Number>LOCAL</nebula_Build_Number>
<nebula_Build_Id>LOCAL</nebula_Build_Id>
<nebula_Created_By>1.8.0_144-b01 (Oracle Corporation)</nebula_Created_By>
<nebula_Build_Java_Version>1.8.0_144</nebula_Build_Java_Version>
<nebula_X_Compile_Target_JDK>1.6</nebula_X_Compile_Target_JDK>
<nebula_X_Compile_Source_JDK>1.6</nebula_X_Compile_Source_JDK>
</properties> I don't think someone consumes them though. Another difference is that RC4 doesn't have Manifest-Version=1.0
Implementation-Title=io.reactivex.rxjava2#rxjava;2.1.4
Implementation-Version=2.1.4
Built-Status=integration
Built-By=travis
Built-OS=Linux
Build-Date=2017-09-22_09:03:52
Gradle-Version=2.14
Module-Owner[email protected]
Module-Email[email protected]
Module-Source=
Module-Origin=https://github.com/ReactiveX/RxJava.git
Change=3e33000
Branch=3e3300049dff23b15fa7f6639c844615a0b76f81
Build-Host=testing-gce-49a1561b-b1d2-4225-9e33-fb4d4835d959
Build-Job=LOCAL
Build-Number=LOCAL
Build-Id=LOCAL
Created-By=1.8.0_144-b01 (Oracle Corporation)
Build-Java-Version=1.8.0_144
X-Compile-Target-JDK=1.6
X-Compile-Source-JDK=1.6 And final noticeable difference I see is that
Plus it misses meta info like You can download files from maven central to make own comparison. |
I don't know about the nebula properties, but we no longer use nebula. The The manifest is controlled by this part of the build. |
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.
Version 2.1.5 - October 5, 2017 (Maven)
API changes
Single.delay
overload that delays errors.onTerminateDetach
toSingle
andCompletable
.Documentation changes
Observable.delay
&Flowable.delay
javadoc.fromPublisher()
.Bugfixes
Other
SubscriptionHelper.setOnce
The text was updated successfully, but these errors were encountered: