Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

ASP.NET Core gRPC for WCF Developers Changelog

Sumit Ghosh edited this page Jul 12, 2021 · 3 revisions

eBook - ASP.NET Core gRPC for WCF Developers

Release 1.0.2 (2021-07-12)

Reference commits : 4cb0a9e, eb05af3,c16301d, db0a68a

Contains following changes:

  • Fixes build warnings.
  • Updates client library.
  • Updates channel credential.
  • Fixes typo.

Contributions :

We’d like to acknowledge and thank the following community members for their valuable contributions !

@Gimly, @Youssef1313, @stebet

Release 1.0.1 (2021-01-06)

Reference commits : 60aa2d5, ab5b64c, 8f6efd1, b6e478b, 00ac734, 08404c6, d859546

  • Updates .NET 5 related content in the following pages :

    • SimpleStockTickerSample\grpc\SimpleStockTicker
    • TraderSys.SimpleStockTickerServer.csproj project related updates
      • Updates project file.
      • Updates Grpc.AspNetCore package version to 2.34.0-pre1
      • Updates Grpc.Tools package to version 2.34.0
    • TraderSys.SimpleStockTickerServer.Client.csproj project related updates
      • Updates project file.
      • Updates Google.Protobuf package version to 3.14.0
      • Updates Grpc.Net.ClientFactory package version to 2.34.0-pre1
      • Updates Grpc.Tools package version to 2.34.0
    • TraderSys.SimpleStockTickerServer.ClientConsole.csproj project related udpates
      • Updates project file.
      • Updates Grpc.Net.Common package version to 2.34.0-pre1
  • FullStockTickerSample\grpc\FullStockTicker

    • TraderSys.FullStockTicker.Client.csproj project related updates
      • Updates project file.
      • Updates Google.Protobuf package version to 3.14.0
      • Updates Grpc.Auth package version to 2.34.0
      • Updates Grpc.Net.ClientFactory package version to 2.34.0-pre1
      • Updates Grpc.Net.Common package version to 2.34.0-pre1
      • Updates Grpc.Tools package version to 2.34.0
    • TraderSys.FullStockTickerClientApp.csproj project related updates
      • Updates project file.
      • Updates Microsoft.Extensions.DependencyInjection package version to 5.0.0
    • TraderSys.FullStockTickerServer.csproj project related updates
      • Updates project file.
      • Updates Grpc.AspNetCore package version to 2.34.0-pre1
      • Updates Grpc.Net.Common package version to 2.34.0-pre1
      • Updates Grpc.Tools package version to 2.34.0
      • Updates Microsoft.AspNetCore.Authentication.Certificate package version to 5.0.0
  • FullStockTickerSample\grpc\FullStockTickerAuth - specific updates

    • TraderSys.FullStockTicker.Client.csproj project related updates
      • Updates project file.
      • Updates Google.Protobuf package version to 3.14.0
      • Updates Grpc.Auth package version to 2.34.0
      • Updates Grpc.Net.ClientFactory package version to 2.34.0-pre1
      • Updates Grpc.Net.Common package version to 2.34.0-pre1
      • Updates Grpc.Tools package version to 2.34.0
  • PortfoliosSample\grpc\TraderSys project related updates

    • TraderSys.Portfolios.csproj project related updates
      • Updates project file.
      • Updates Grpc.AspNetCore package version to 2.32.0
      • Updates Grpc.Tools package version to 2.34.0
      • Updates Microsoft.AspNetCore.Authentication.JwtBearer package version to 5.0.0
    • TraderSys.Portfolios.ClientConsole.csproj project related updates
      • Updates project file.
      • Updates Google.Protobuf package version to 3.14.0
      • Updates Grpc.Net.ClientFactory package version to 2.34.0-pre1
      • Updates Grpc.Tools package version to 2.34.0
  • PortfoliosSample\grpc\TraderSysAuth project related updates

    • TraderSys.Portfolios.csproj project related updates
      • Updates project file.
      • Updates Grpc.AspNetCore package version to 2.32.0
      • Updates Grpc.Tools package version to 2.34.0
      • Updates Microsoft.AspNetCore.Authentication.JwtBearer package version to 5.0.0
    • TraderSys.Portfolios.Client.csproj project related updates
      • Updates project file.
      • Updates Google.Protobuf package version to 3.14.0
      • Updates Grpc.Net.ClientFactory package version to 2.34.0-pre1
      • Updates Grpc.Tools package version to 2.34.0
    • TraderSys.Portfolios.ClientConsole.csproj project related updates
      • Updates project file.
      • Updates Google.Protobuf package version to 3.14.0
      • Updates Grpc.Net.ClientFactory package version to 2.34.0-pre1
      • Updates Grpc.Tools package version to 2.34.0
  • KubernetesSample

    • StockData.csproj project related updates
      • Updates project file.
      • Updates Grpc.AspNetCore package version to 2.34.0-pre1
      • Updates Dockerfile
      • Corrects StockData API address
    • StockWeb.csproj project related updates
      • Updates project file.
      • Updates Google.Protobuf to version 3.14.0
      • Updates Grpc.Net.ClientFactory package to version 2.34.0-pre1
      • Updates Grpc.Tools package to version 2.34.0
      • Updates Dockerfile

ASP.NET Core gRPC for WCF Developers

Clone this wiki locally