Skip to content

Release v1.1.8

Compare
Choose a tag to compare
@kevwan kevwan released this 28 Jun 09:21
· 1817 commits to master since this release
9ccb997

framework:

  1. upgrade gRPC to v1.38.0
  2. upgrade etcd to v3.5.0
  3. add more functions in fx package
  4. support unmarshaling multi-dim slices in mapping package
  5. more clear errors on wrong routes for rest routes
  6. detail sql statements in sql logs
  7. minor bug fixes and improvements

goctl:

  1. replace cache key with colon
  2. parse comments and documents in .api files to api.Spec
  3. replace new line with empty string for column comment
  4. minor bug fixes and improvements