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

ASP.NET Core gRPC for WCF Developers Changelog

Vaishali Raval edited this page Dec 17, 2021 · 3 revisions

eBook - ASP.NET Core gRPC for WCF Developers

Release 6.0 (2021-12-17)

Reference commits : f805f52, d5cf5ae, d6e93d3, ecaf5e5, 42c3e17, 297bffb, 6a0c76e

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

    • ASP.NET Core gRPC for WCF Developers
    • Migrate a WCF solution to gRPC
    • Create a new ASP.NET Core gRPC project
    • Migrate a WCF request-reply service to a gRPC unary RPC
    • Migrate WCF duplex services to gRPC
    • Application Performance Management
    • Add authentication and authorization to the server
    • gRPC in production
    • Create Docker images
    • Run services on Kubernetes

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