Release v1.1.8
framework:
- upgrade gRPC to v1.38.0
- upgrade etcd to v3.5.0
- add more functions in fx package
- support unmarshaling multi-dim slices in mapping package
- more clear errors on wrong routes for rest routes
- detail sql statements in sql logs
- minor bug fixes and improvements
goctl:
- replace cache key with colon
- parse comments and documents in .api files to api.Spec
- replace new line with empty string for column comment
- minor bug fixes and improvements