SignalR Java Client updated to RxJava3 #457
Labels
6.0.0
Announcement
Breaking change
Documented
The breaking change has been published to the .NET Core docs
SignalR Java Client updated to RxJava3
RxJava2 had it's end-of-life in February 2021. We are updating the SignalR Java Client to the newer RxJava3.
Version introduced
6.0.0-preview4
Old behavior
The RxJava package reference in the library was RxJava2.
New behavior
The RxJava package reference in the library is now RxJava3.
You can read https://github.com/ReactiveX/RxJava/wiki/What's-different-in-3.0 for what changed in RxJava3.
Reason for change
The old dependency (RxJava2) is no longer maintained.
Recommended action
If you were using RxJava2 in your app/library you might need to update to RxJava3. See https://github.com/ReactiveX/RxJava/wiki/What's-different-in-3.0 for help.
Category
ASP.NET
Affected APIs
"Not detectable via API analysis"
Discussion issue for this announcement: dotnet/aspnetcore#31450
Issue metadata
The text was updated successfully, but these errors were encountered: