Releases: max-ieremenko/ServiceModel.Grpc
Releases · max-ieremenko/ServiceModel.Grpc
Version 1.4.8
Version 1.4.7
fixes
update dependencies
internal changes
Version 1.4.6
Version 1.4.5
Version 1.4.4
improvements
- #73 handling of file scoped namespaces in C# source code generator
Version 1.4.3
improvements
- #70 shared interface (contract): example, service and operation bindings
Version 1.4.2
improvements
- #65 sync over async: example, unary operation
- #66 fix swagger UI request content type when operation contract has no input
update references
- Grpc.AspNetCore.Server 2.41.0 => 2.42.0
Version 1.4.1
improvements
- support CancellationToken? and CallOptions? as context parameters #60
update references
- Grpc.Core 2.42.0 => 2.43.0
- Grpc.AspNetCore.Server 2.40.0 => 2.41.0
internal changes
Version 1.4.0
Version 1.3.2
fix #50 client call implementation attempts to marshal the continuation back to the original captured SynchronizationContext