The grpc-gateway v1 is in maintenance mode, you are encouraged to migrate to v2.
See #1223 for more information and check out our v2 migration guide.
v1.14.7 (2020-08-12)
Fixed bugs:
- Flaky Timeout test #1258
Closed issues:
- CVE-2020-14001: Unintended read access in kramdown gem #1579
- [v2] expose defaultHTTPErrorHandler (and perhaps defaultStreamErrorHandler) #1576
- protoc-gen-swagger: Add prefix to all paths #1567
- Generate Swagger description using proto comments. #1552
- incorrect field mask generated for deeply nested struct #1549
- connection error occurs if the grpc server restarts #1547
- Log spam during attempt to append remote address to the XFF header when the transport is a unix domain socket #1538
- Can not use evans cli or other grpc gui tool when using http annotations #1535
- reverse gateway file not getting generated (.pb.gw.go) not getting generated no error just warning #1530
- does this support grpc-node? #1525
- With v2 we should be able to detect real NotFound responses from gRPC service NotFound responses #1513
- runtime.MarshalerForRequest: Content-Type should have been parsed before querying mimeMap #1505
- Invalid test cases for runtime.Marshaler #1501
- Need help in enabling log in grpc-gateway application #1495
- WithForwardResponseOption can't cast proto.Message when response_body is defined on the rpc method #1493
- should it support jsonp? #1480
- Any option to set per route middleware instead of using the global route/handler/mux middleware? #1473
- How to JSON Transcode Protos With Naming Equal to Generated Typescript Repeated Fields #1465
- Boolean type should not have a format (OAS) #1463
- Performance implications of using the grpc-gateway for a REST API #1458
- Trying to generate properties using the camelCase from underscores #1426
- question: tensorflow serving #1425
- Documentation: clarify RegisterXXXHandlerServer compromises #1398
- errors when building with bazel #1392
- Enums from other packages as path parameters is missing package name in front of enumValMap. #1203
- Reference not imported properly #1190
- Merging swagger specs fails to use rpc comments #664
Merged pull requests:
- chore(deps): update golang docker tag to v1.15.0 (master) #1585 (renovate[bot])
- Update github-pages #1581 (johanbrandhorst)
- chore(deps): update golang docker tag to v1.14.7 (master) #1571 (renovate[bot])
- Only canonicalize header key once in each iteration #1564 (ziyi-yan)
- chore(deps): update module google.golang.org/grpc to v1.31.0 (master) #1561 (renovate[bot])
- fix slice appendings in generating field mask paths #1555 (houz42)
- chore(deps): update dependency com_github_bazelbuild_buildtools to v3.4.0 (master) #1544 (renovate[bot])
- Eliminate log messages resulting from requests being sent over a Unix Domain Socket #1543 (janzantinge)
- docs: fix broken screenshot paths #1540 (dufcrule)
- Update golang Docker tag to v1.14.6 (master) #1531 (renovate[bot])
- Adds fqn_for_swagger_name to bazel defs #1528 (chriserickson)
- Update golang Docker tag to v1.14.5 (master) #1521 (renovate[bot])
- protoc-gen-swagger: add example similar to AIP-133 #1514 (jonathaningram)
- Parse media type for inbound marshaler #1506 (movsb)
- Corrects an invalid test #1502 (yugui)
- forward trailers on error only if client send TE header #1499 (strobil)
- docs: fix broken season of docs links #1497 (dufcrule)
- docs: clean up cygwin instructions #1490 (dufcrule)
- Add
descriptor
todeps
ofgo\_gen\_grpc\_gateway
. #1487 (bartle-stripe) - Update dependency com_github_bazelbuild_buildtools to v3.3.0 (master) #1481 (renovate[bot])
- Standardize way GitHub is written in CONTRIBUTING.md #1479 (dufcrule)
- Update module google.golang.org/grpc to v1.30.0 (master) #1476 (renovate[bot])
- protoc-gen-swagger: Update internal mapping for boolean type #1466 (ozraza)
- Update dependency com_github_bazelbuild_buildtools to v3.2.1 (master) #1460 (renovate[bot])
- Fix for referenced enums in field params #1453 (sgtsquiggs)
- fix rpc comment generation against allow_merge #1445 (kentdotn)
- protoc-gen-swagger: Fix message recursion detection #1437 (doylezdead)
- chore(deps): update dependency com_github_bazelbuild_buildtools to v3.2.0 (master) #1434 (renovate[bot])
- chore(deps): update golang docker tag to v1.14.4 (master) #1430 (renovate[bot])
- Add openapi protobuf documentation examples #1427 (bvwells)
- Enable auto merge and automate updates #1416 (johanbrandhorst)
- added issue template of various forms #1411 (iamrajiv)
- fix documentation error introduced by #1399 #1402 (joesonw)
- Add module generator option #1400 (Humpheh)
- Fixes 1398: deprecate Regiter_XXX_HandlerServer #1399 (joesonw)
- Adding docs about controlling http response status codes #1391 (zhughes3)