ReactiveNetwork
ReactiveNetwork copied to clipboard
Release 4.0.0-rx3
Release notes:
-
migrated library to RxJava3.x on RxJava3.x branch and released it as
reactivenetwork-rx3
artifact - the
onError
method inNetworkObservingStrategy
now requires aThrowable
instead of anException
. - updated project dependencies
- update gradle version
Things to do:
TBD.
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!
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
Thanks Piotr.
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.
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!
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 .
👋🏻 Any news about this release? Thank you for your great work!
Any updates
Published RxJava3.x branch version from my Maven Central account. If anyone needs it:
dependencies {
implementation("io.github.softartdev:reactivenetwork-rx3:4.0.0")
}
Any updates on that?
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