Releases: cezarypiatek/GRPC-Mock-Server
Releases · cezarypiatek/GRPC-Mock-Server
2.3.0
2.2.0
What's new:
- Migrate to dotnet 8
- Add missing usings to fix issues when ImplicitUsings not set
2.1.0
2.0.0
What's new:
- BREAKING CHANGES: Perform port-forward for kubernetes deployment only if specified
1.23.0
What's new:
- Add missing using in generated attributes
1.22.0
What's new:
- Implement support for duplex streaming
1.21.0
What's new:
- Add source generator for mock helpers
- Update readme
1.20.0
What's new:
- Fix WireMock port
1.19.0
What's new:
- Downgrade source generator dependencies to support dotnet6
1.18.0
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