Skip to content

Releases: cezarypiatek/GRPC-Mock-Server

1.19.0

05 Jun 11:58

Choose a tag to compare

What's new:

  • Downgrade source generator dependencies to support dotnet6

1.18.0

04 Jun 20:55

Choose a tag to compare

What's new:

  • Merge everything into a single solution
  • Add GrpcMockServerForAutoDiscoveredSourceServices attribute
  • Automatically include required attribute
  • List all discovered services to mock at startup time
  • Add generator for explicitly listed services
  • Refactor proxy builder
  • Change source generator to output everything in a single file
  • Relay on symbols while generating proxy

1.17.0

02 Jun 09:34

Choose a tag to compare

What's new:

  • Fix stopping GrpcMockServer

1.16.0

02 Jun 07:25

Choose a tag to compare

What's new:

  • Remove redundant code

1.15.0

02 Jun 06:59

Choose a tag to compare

What's new:

  • Fix stopping GrpcMockServer

1.14.0

01 Jun 20:40

Choose a tag to compare

What's new:

  • Add factory method for GrpcMockClient
  • Update README.md

1.13.0

01 Jun 20:18

Choose a tag to compare

What's new:

  • Generate complete GrpcMockServer with source generator

1.12.0

31 May 19:55

Choose a tag to compare

What's new:

  • Return info about exposed endpoints from Install method

1.11.0

31 May 15:51
6f37100

Choose a tag to compare

What's new:

  • Update dockerfile
  • Update doc

1.10.0

31 May 15:32
e58a516

Choose a tag to compare

What's new:

  • Add missing permissions for docker script