v1.8.0
v1.8.0 (2019-03-01)
Implemented enhancements:
- Cleaner Swagger-generated schema names (omitting prefixes) #877
- Support swagger annotations for default and required fields #851
- Support go modules #755
Fixed bugs:
- inconsistent identifier capitalization between protoc-gen-go and protoc-gen-grpc-gateway #683
Closed issues:
- Bazel incompatible changes #873
- Swagger has not existed for four years #872
- Improve README with AWS API Gateway findings #868
- swagger error #867
- A question about generating file protoc-gen-grpc-gateway/gengateway/template.go #864
- Repeated field documentation is overwritten by fields comments #863
- Using dep to depend on specific revision of golang/protobuf is causing transative dependency problems for users #829
- Mac OS X - Note about your tutorial #787
- Returning 302 redirect as response #607
Merged pull requests:
- Read only support #882 (hypnoce)
- Add fqn_for_swagger_name option #881 (hypnoce)
- go.mod: update grpc from v1.16.0 to v1.17.0 #880 (klim0v)
- Fix parameter names when using JSON names. #879 (brocaar)
- protoc-gen-grpc-gateway: use context package from stdlib #876 (simonpasquier)
- Run buildifer on WORKSPACE #875 (achew22)
- Upgrade to rules_go 0.17.0 #874 (achew22)
- Switch to go modules #870 (johanbrandhorst)
- 868 improving README with AWS API gateway findings #869 (fahernandez)
- Updated Service, Method, Message Identifiers to be CamelCased #866 (waveywaves)
- 863 adding swagger annotation support for enum and nested objects #865 (fahernandez)
- Update CI badge link in documentation #862 (johanbrandhorst)
- protoc-gen-swagger: add the package name to the tags field of each endpoint if the package name exists in the proto file #860 (zwcn)