Skip to content

Releases: protobuf-net/protobuf-net.Grpc

1.2.2

14 Oct 11:34
1416650
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.1...1.2.2

1.1.1

02 Feb 15:44
Compare
Choose a tag to compare
  • update library references
  • drop net461 (moving to net462 as lower bound); drop netcoreapp3.1 and net5.0 (moving to net6.0/netstandard2.1 as lower bound)
  • improve handling of IDisposable and delegates in services (#199 by lanfeust69)

1.0.177

02 Feb 15:45
Compare
Choose a tag to compare
  • support sub[SubService] (imports one interface inside another top-level service interface) (#206 via meirkr; also protobuf-net #859)
  • automatically resolve Google.Protobuf IMessage types used in APIs

1.0.171

02 Feb 15:46
e4487ee
Compare
Choose a tag to compare
  • try to improve blazor linker support (i.e. avoid removal of necessary APIs)

1.0.147

02 Feb 15:49
Compare
Choose a tag to compare
  • fix race condition in cancellation cleanup (#144)
  • fix ordering of descriptors in reflection respone (#143, #153)
  • add support for custom metadata lookup in service-binder (#121, #138)

1.0.136

02 Feb 15:47
Compare
Choose a tag to compare
  • add .NET 5 target
  • update gRPC etc dependencies
  • add CallContext.ResponseHeadersAsync() (now preferred) to allow async await for headers
  • allow CreateGrpcService to be used as an extension method from CallInvoker
  • WCF migration samples added (#135 via mholo65)