Skip to content

Release v1.1.9

Choose a tag to compare

@kevwan kevwan released this 03 Aug 08:11
· 2184 commits to master since this release
c8428a7

Framework:

  1. httpx.Parse(...) now parses http header as well
  2. exits on port already in use
  3. minor bug fixes and improvements

goctl:

  1. add flag --go_opt for goctl proto to be compatible with github.com/golang/protobuf/protoc-gen-go@v1.4.0
  2. replace sql-parser with ddl-parser
  3. support gRPC stream code generation
  4. support postgresql model generation
  5. support mysql data type blob
  6. add flag --home to specify the directory to save the goctl templates