Skip to content

v2.2.0

Compare
Choose a tag to compare
@utrack utrack released this 05 Jul 13:38
· 252 commits to master since this release
  • Generated ServiceDesc now supports options passed via desc.Apply(opts) and implements transport.ConfigurableServiceDesc

  • Now executing gRPC middlewares for HTTP calls
    For execution, pass your interceptor via desc.Apply(transport.WithUnaryInterceptor(ic))
    clay/server does that automatically when using WithGRPCUnaryMiddlewares() option.