ReactiveNetwork icon indicating copy to clipboard operation
ReactiveNetwork copied to clipboard

Release 4.0.0-rx3

Open pwittchen opened this issue 4 years ago • 11 comments

Release notes:

  • migrated library to RxJava3.x on RxJava3.x branch and released it as reactivenetwork-rx3 artifact
  • the onError method in NetworkObservingStrategy now requires a Throwable instead of an Exception.
  • updated project dependencies
  • update gradle version

Things to do:

TBD.

pwittchen avatar Jun 03 '20 18:06 pwittchen

Hey! I have been using the library and loving it. We recently updated our rx stack to 3.x. Is there anything here I can help to move this along? Thank you!

ergindogan avatar Jul 29 '20 22:07 ergindogan

Hi,

Thank you for the message. It's my side project and I have limited amount of time for such stuff these days due to daily work and other things. I'll try to release it soon.

Regards, Piotr

pwittchen avatar Jul 29 '20 22:07 pwittchen

Thanks Piotr.

devsparkles avatar Oct 18 '20 09:10 devsparkles

I had to build the library from the RxJava3.x branch and include the aar-file manually. It works completely. For use in production, it remains to wait for the release of the library.

softartdev avatar Dec 21 '20 17:12 softartdev

It's been almost 6 months that the repo hasn't been maintained, let us know if we can help to get this release rolling!

ivannarino avatar Dec 24 '20 14:12 ivannarino

Sorry guys. I've been busy at daily work and doing other stuff. I have some free time in the nearest days, so I'll try to push some updates.

-- Piotr Wittchen, http://wittchen.io

czw., 24 gru 2020, 15:22 użytkownik Ivan Nariño Del Castillo < [email protected]> napisał:

It's been almost 6 months that the repo hasn't been maintained, let us know if we can help to get this release rolling!

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/pwittchen/ReactiveNetwork/issues/442#issuecomment-750896411, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFJYFZKPFEXTEOIW4A6RQLSWNFD3ANCNFSM4NR5XZIA .

pwittchen avatar Dec 24 '20 20:12 pwittchen

👋🏻 Any news about this release? Thank you for your great work!

rickytribbia avatar Feb 25 '21 15:02 rickytribbia

Any updates

arsalanfakhar avatar Mar 16 '21 08:03 arsalanfakhar

Published RxJava3.x branch version from my Maven Central account. If anyone needs it:

dependencies {
    implementation("io.github.softartdev:reactivenetwork-rx3:4.0.0")
}

softartdev avatar Apr 15 '21 02:04 softartdev

Any updates on that?

AleksanderMielczarek avatar Jul 20 '21 10:07 AleksanderMielczarek

Temporarily published RxJava3.x branch version from my Maven Central account. If anyone needs it:

dependencies {
    implementation("io.github.softartdev:reactivenetwork-rx3:4.0.0")
}

Thanks so much, you rock! @softartdev

ivancarras avatar Jul 04 '22 10:07 ivancarras