Skip to content

Releases: max-ieremenko/ServiceModel.Grpc

Version 1.4.8

29 May 13:44
d0f5795
Compare
Choose a tag to compare

fixes

  • #90: ServiceModel.Grpc.DesignTime generates public Message contracts (#91)

Version 1.4.7

21 May 10:29
f77e25e
Compare
Choose a tag to compare

fixes

  • #87: fix #86 "WriteClientStream hangs after the client streaming call completes"

update dependencies

  • #84: Grpc.Core 2.45.0 => 2.46.1
  • #84: Grpc.AspNetCore.Server 2.44.0 => 2.46.0

internal changes

  • #83: update ThirdPartyLibraries to powershell version 3.1.0
  • #85: add test coverage for Grpc.Net.Client channel

Version 1.4.6

03 Apr 14:48
5c2d54d
Compare
Choose a tag to compare

enhancements

  • DesignTime: #80 always reference types via global namespace alias in generated code, related to #79.

Version 1.4.5

26 Mar 11:29
5258b07
Compare
Choose a tag to compare

enhancements

  • DesignTime: #76 Switch to Roslyn component versioning, use 3.8 assemblies for .NET SDK prior to 6.0, use 4.0 for 6.0 and newer

dependencies

  • #77 Grpc.Core 2.43.0 => 2.45.0
  • #77 Grpc.AspNetCore.Server 2.42.0 => 2.44.0

Version 1.4.4

12 Mar 11:36
7a83bd5
Compare
Choose a tag to compare

improvements

  • #73 handling of file scoped namespaces in C# source code generator

Version 1.4.3

05 Feb 16:38
ee20cb6
Compare
Choose a tag to compare

improvements

Version 1.4.2

22 Jan 12:45
a955d97
Compare
Choose a tag to compare

improvements

update references

  • Grpc.AspNetCore.Server 2.41.0 => 2.42.0

Version 1.4.1

08 Jan 13:38
aeb1cfc
Compare
Choose a tag to compare

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

  • replace psake in CI build with Invoke-Build #57
  • unify server and client call handlers #59
  • streaming corner cases "*StopReading" #61

Version 1.4.0

26 Nov 00:23
Compare
Choose a tag to compare

enhancement
#53: server filters, docs, example

update references

  • Grpc.Core 2.41.0 => 2.42.0
  • Swashbuckle.AspNetCore 6.1.4 => 6.2.3
  • NSwag.AspNetCore 13.12.1 => 13.14.7
  • MessagePack 2.3.75 => 2.3.85

Version 1.3.2

06 Nov 10:22
29dc685
Compare
Choose a tag to compare

fix #50 client call implementation attempts to marshal the continuation back to the original captured SynchronizationContext