Skip to content

Ver 2.4.0

Compare
Choose a tag to compare
@neuecc neuecc released this 09 Sep 12:30
  • Update gRPC dependency(2.23.0) both server and Unity
    • braking changes, removed System.Interactive.Async dependency
  • Improve Filter APIs, support DI etc. #187
    • breaking changes, Filter API changed to public override async ValueTask Invoke(ServiceContext context, Func<ServiceContext, Task> next)
  • Improve Options configuration. #182
  • Add RequestContext.SetRequestMutator/SetResponseMutator