Aspnetcore.docs: SignalR 3.0 Milestone Doc Checklist

Created on 11 Feb 2019  路  2Comments  路  Source: dotnet/AspNetCore.Docs

Doc issues we will need to satisfy prior to our 3.0 launch. The work items immediately below a ready for the preview 3 docathon.

  • [x] Add client feature matrix for SignalR clients

    • Issue #14378 (P1 3.0)

  • [x] Add All Java Options to Config Page(@mikaelm12)

    • Issue: #11125 (P2 3.0)

  • [x] Java Streaming Support (@mikaelm12)
  • [x] Java Upload Streaming Support
  • [x] Client to server streaming .NET and TS clients (@BrennanConroy)

    • Issue: #10630 (P0 3.0)

  • [ ] C++ Client (@BrennanConroy)

    • Issue: #10888 (P0 3.0)

  • [x] TypeScript Client's keepAliveInterval (@mikaelm12)

    • Issue: #10783 (P2 3.0)

  • [x] Don't indicate HubConnectionBuilder.build() starts the connection (@mikaelm12)

    • Issue: #11106 (P2 3.0)

  • [x] Add Java Doc for SignalR Java Client TransportEnum (@mikaelm12)

    • Issue: #11134 (P2 3.0)

  • [ ] Endpoint routing (@halter73)
  • [x] IAsyncEnumerable Hub Method Return (@halter73)

    • Issue: #11129 (P1 3.0)

    • Implementation PR: aspnet/AspNetCore#6791

    • Doc PR: #11140

  • [x] Automatic Reconnection (@halter73)

    • Issue: #11093 (P0 3.0)

  • [ ] Connection lifecycle (@halter73)

    • Issue #9280 (P1 3.0)

  • [x] Validate Auth Policy Doc (@bradygaster)

    • Issue #13050

The following are reminder issues for 3.0 RTM wrap-up to help ensure we don't forget to document client API changes. These have nothing actionable yet for the preview 3 docathon.

  • [x] TypeScript client updates (@tdykstra)

    • Issue: #10485 (P2 3.0)

    • Update to @microsoft/signalr

  • [x] JavaScript client updates (@tdykstra)

    • Issue: #10484 (P2 3.0)

    • Update to @microsoft/signalr

P1 SignalR doc-bug

All 2 comments

@muratg @BrennanConroy @halter73 @mikaelm12 @davidfowl FYI

We'll need to introduce the new endpoint routing wire up.

Was this page helpful?
0 / 5 - 0 ratings