Skip to content

Releases: doctorseus/grpc-dotnet-unity

Version 1.2.0

09 Feb 21:29
Compare
Choose a tag to compare
  • Fixed handling of metadata and trailing headers. [https://github.com//issues/5]
  • Dependencies:
    • grpc.core.api.2.51.0 (netstandard2.1)
    • grpc.net.client.2.51.0 (netstandard2.1) [note: https://github.com//issues/2]
    • grpc.net.common.2.51.0 (netstandard2.1)
    • google.protobuf.3.21.9 (netstandard2.0)
    • system.runtime.compilerservices.unsafe.4.5.2 (netstandard2.0)
    • microsoft.extensions.logging.abstractions.3.0.3 (netstandard2.0)
    • system.diagnostics.diagnosticsource.4.5.1 (netstandard1.3)

Version 1.1.0

05 Feb 13:57
Compare
Choose a tag to compare
  • Updated gRPC to version 2.51.0
  • Improved handling of server disconnects / unreachable servers.
  • Added support for trailer-only responses (gRPC error handling).
  • Added gRPC call cancellation support.
  • Dependencies:
    • grpc.core.api.2.51.0 (netstandard2.1)
    • grpc.net.client.2.51.0 (netstandard2.1) [note: https://github.com//issues/2]
    • grpc.net.common.2.51.0 (netstandard2.1)
    • google.protobuf.3.21.9 (netstandard2.0)
    • system.runtime.compilerservices.unsafe.4.5.2 (netstandard2.0)
    • microsoft.extensions.logging.abstractions.3.0.3 (netstandard2.0)
    • system.diagnostics.diagnosticsource.4.5.1 (netstandard1.3)