v2.0.0
The grpc-gateway maintainers are pleased to announce the long anticipated release of v2.0.0
v2.0.0 includes ground-up rewrites of many parts of the runtime and generators to be compatible with the Go APIv2 Protobuf release. To help transition users to v2, we've put together a migration guide. Among the notable changes in v2 are:
- Support the Go APIv2 Protobuf stack
- Many changes to make the grpc-gateway behaviour more consistent with Protobuf JSON conventions
- Rename protoc-gen-swagger to protoc-gen-openapiv2
- Minimize the public API
- Consolidation of error handling configuration
- Enable HTTPBodyMarshaler by default
- Use the gRPC status JSON representation for errors
- Much more!
For a complete list of all the changes, please see the full changelog.