Skip to content

v1.2.0 Gold Monkey

Compare
Choose a tag to compare
@petomalina petomalina released this 02 Oct 08:57
· 16 commits to master since this release

GRPC Handler

  • the GRPCHandler now accepts http.Handler instead of *grpcServer as its first argument. This is not a breaking change, as the *grpc.Server fulfills the http.Handler interface. commit
func GRPCHandler(server http.Handler, selectors ...Selector) Handler { }

Multiplexer

  • Added HandlerFactory type that is used by all handler creators. Creators can thus be passed separately and built from services in projects (docs needed) commit