Skip to content

0.7.0: Merge pull request #51 from devimteam/develop

Choose a tag to compare

@vetcher vetcher released this 30 Jan 10:02
· 67 commits to master since this release
c5c574c
  • Verbose levels for logs
  • Refactor HTTP client and server generation:
    • Change HTTP method by using // @http-method tag (it generates POST by default)
    • Server side uses Gorilla mux
    • For GET method use params as url variables (http://localhost.com/count/{text}/{symbol})
    • Some changes in decoders and encoders
  • Update logging middleware
    • Separate request and response
  • Use wrappers.StringValue for grpc transport exchange type if method have one *string argument (result), except context.Context (error)
  • Error-Logging middleware: logs only errors if they not nil
  • Fix #44