- Update gRPC dependency(
2.23.0
) both server and Unity- braking changes, removed
System.Interactive.Async
dependency
- braking changes, removed
- Improve Filter APIs, support DI etc. #187
- breaking changes, Filter API changed to
public override async ValueTask Invoke(ServiceContext context, Func<ServiceContext, Task> next)
- breaking changes, Filter API changed to
- Improve Options configuration. #182
- Add
RequestContext.SetRequestMutator/SetResponseMutator