Skip to content

Releases: utrack/clay

v2.1.0

28 Jun 16:17
Compare
Choose a tag to compare

Minimal supported version of go is now v1.9.7/v1.10.3 - support of
vgo-style imports is required.

  • Now supporting vgo-style imports (clay/v2)
  • Now forwarding HTTP headers to grpc/metadata.MD (#15)
  • Now supporting partial body syntax (#9)
  • Moved default server to standalone package
  • Fixed HTTP registration for stdlib http.ServeMux
  • Misc fixes for generated code
  • Transformation of unmarshaler errors is now possible via
    httpruntime.TransformUnmarshalerError().