Skip to content

Releases: cezarypiatek/GRPC-Mock-Server

2.3.0

26 Nov 17:59
Compare
Choose a tag to compare

What's new:

  • Add support for mocking grpc services with json transcoding related annotations

2.2.0

14 Nov 20:53
Compare
Choose a tag to compare

What's new:

  • Migrate to dotnet 8
  • Add missing usings to fix issues when ImplicitUsings not set

2.1.0

09 Oct 21:03
Compare
Choose a tag to compare

What's new:

  • Bump up SmoothSailing package
  • #8: Handle service name clash when there are two services with same name under different namespace

2.0.0

25 Jul 19:46
Compare
Choose a tag to compare

What's new:

  • BREAKING CHANGES: Perform port-forward for kubernetes deployment only if specified

1.23.0

14 Jul 15:58
09e33dd
Compare
Choose a tag to compare

What's new:

  • Add missing using in generated attributes

1.22.0

17 Jun 14:12
Compare
Choose a tag to compare

What's new:

  • Implement support for duplex streaming

1.21.0

08 Jun 11:59
Compare
Choose a tag to compare

What's new:

  • Add source generator for mock helpers
  • Update readme

1.20.0

05 Jun 15:15
0dc0e1b
Compare
Choose a tag to compare

What's new:

  • Fix WireMock port

1.19.0

05 Jun 11:58
Compare
Choose a tag to compare

What's new:

  • Downgrade source generator dependencies to support dotnet6

1.18.0

04 Jun 20:55
Compare
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