From 1ee87af1544c80ef2df0c1e07c4aec61df19644d Mon Sep 17 00:00:00 2001 From: Johan Brandhorst-Satzkorn Date: Mon, 10 Aug 2020 11:19:07 +0100 Subject: [PATCH] Generate changelog for beta.4 (#1577) --- CHANGELOG.md | 157 +++++++++++++++++++++++++++++++++++++++++++++++++-- Makefile | 2 +- 2 files changed, 154 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70bbfa935a8..67e3ffae29c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,163 @@ # Change Log -## [v2.0.0-beta.2](https://github.com/grpc-ecosystem/grpc-gateway/tree/v2.0.0-beta.2) (2020-05-25) -[Full Changelog](https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.0.0-beta.1...v2.0.0-beta.2) +## [v2.0.0-beta.4](https://github.com/grpc-ecosystem/grpc-gateway/tree/v2.0.0-beta.4) (2020-08-10) +[Full Changelog](https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.0.0-beta.3...v2.0.0-beta.4) + +**Fixed bugs:** + +- Flaky Timeout test [\#1258](https://github.com/grpc-ecosystem/grpc-gateway/issues/1258) + +**Closed issues:** + +- \[v2\] expose defaultHTTPErrorHandler \(and perhaps defaultStreamErrorHandler\) [\#1576](https://github.com/grpc-ecosystem/grpc-gateway/issues/1576) +- protoc-gen-swagger: Add prefix to all paths [\#1567](https://github.com/grpc-ecosystem/grpc-gateway/issues/1567) +- Generate Swagger description using proto comments. [\#1552](https://github.com/grpc-ecosystem/grpc-gateway/issues/1552) +- incorrect field mask generated for deeply nested struct [\#1549](https://github.com/grpc-ecosystem/grpc-gateway/issues/1549) +- connection error occurs if the grpc server restarts [\#1547](https://github.com/grpc-ecosystem/grpc-gateway/issues/1547) +- Log spam during attempt to append remote address to the XFF header when the transport is a unix domain socket [\#1538](https://github.com/grpc-ecosystem/grpc-gateway/issues/1538) +- Can not use evans cli or other grpc gui tool when using http annotations [\#1535](https://github.com/grpc-ecosystem/grpc-gateway/issues/1535) +- reverse gateway file not getting generated \(.pb.gw.go\) not getting generated no error just warning [\#1530](https://github.com/grpc-ecosystem/grpc-gateway/issues/1530) +- does this support grpc-node? [\#1525](https://github.com/grpc-ecosystem/grpc-gateway/issues/1525) +- With v2 we should be able to detect real NotFound responses from gRPC service NotFound responses [\#1513](https://github.com/grpc-ecosystem/grpc-gateway/issues/1513) +- runtime.MarshalerForRequest: Content-Type should have been parsed before querying mimeMap [\#1505](https://github.com/grpc-ecosystem/grpc-gateway/issues/1505) +- Invalid test cases for runtime.Marshaler [\#1501](https://github.com/grpc-ecosystem/grpc-gateway/issues/1501) +- Need help in enabling log in grpc-gateway application [\#1495](https://github.com/grpc-ecosystem/grpc-gateway/issues/1495) +- WithForwardResponseOption can't cast proto.Message when response\_body is defined on the rpc method [\#1493](https://github.com/grpc-ecosystem/grpc-gateway/issues/1493) +- should it support jsonp? [\#1480](https://github.com/grpc-ecosystem/grpc-gateway/issues/1480) +- Any option to set per route middleware instead of using the global route/handler/mux middleware? [\#1473](https://github.com/grpc-ecosystem/grpc-gateway/issues/1473) +- How to JSON Transcode Protos With Naming Equal to Generated Typescript Repeated Fields [\#1465](https://github.com/grpc-ecosystem/grpc-gateway/issues/1465) +- Boolean type should not have a format \(OAS\) [\#1463](https://github.com/grpc-ecosystem/grpc-gateway/issues/1463) +- Performance implications of using the grpc-gateway for a REST API [\#1458](https://github.com/grpc-ecosystem/grpc-gateway/issues/1458) +- Trying to generate properties using the camelCase from underscores [\#1426](https://github.com/grpc-ecosystem/grpc-gateway/issues/1426) +- question: tensorflow serving [\#1425](https://github.com/grpc-ecosystem/grpc-gateway/issues/1425) +- Documentation: clarify RegisterXXXHandlerServer compromises [\#1398](https://github.com/grpc-ecosystem/grpc-gateway/issues/1398) +- errors when building with bazel [\#1392](https://github.com/grpc-ecosystem/grpc-gateway/issues/1392) +- Enums from other packages as path parameters is missing package name in front of enumValMap. [\#1203](https://github.com/grpc-ecosystem/grpc-gateway/issues/1203) +- Reference not imported properly [\#1190](https://github.com/grpc-ecosystem/grpc-gateway/issues/1190) +- Merging swagger specs fails to use rpc comments [\#664](https://github.com/grpc-ecosystem/grpc-gateway/issues/664) **Merged pull requests:** +- chore\(deps\): update google.golang.org/genproto commit hash to a062522 \(v2\) [\#1574](https://github.com/grpc-ecosystem/grpc-gateway/pull/1574) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update golang docker tag to v1.14.7 \(v2\) [\#1573](https://github.com/grpc-ecosystem/grpc-gateway/pull/1573) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update dependency io\_bazel\_rules\_go to v0.23.7 \(v2\) [\#1572](https://github.com/grpc-ecosystem/grpc-gateway/pull/1572) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update google.golang.org/genproto commit hash to 86f49bd \(v2\) [\#1569](https://github.com/grpc-ecosystem/grpc-gateway/pull/1569) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update google.golang.org/genproto commit hash to 45615f5 \(v2\) [\#1568](https://github.com/grpc-ecosystem/grpc-gateway/pull/1568) ([renovate[bot]](https://github.com/apps/renovate)) +- Only canonicalize header key once in each iteration [\#1565](https://github.com/grpc-ecosystem/grpc-gateway/pull/1565) ([ziyi-yan](https://github.com/ziyi-yan)) +- chore\(deps\): update google.golang.org/genproto commit hash to 8145dea \(v2\) [\#1563](https://github.com/grpc-ecosystem/grpc-gateway/pull/1563) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update module google.golang.org/grpc to v1.31.0 \(v2\) [\#1562](https://github.com/grpc-ecosystem/grpc-gateway/pull/1562) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update google.golang.org/genproto commit hash to 007c33d \(v2\) [\#1560](https://github.com/grpc-ecosystem/grpc-gateway/pull/1560) ([renovate[bot]](https://github.com/apps/renovate)) +- protoc-gen-openapiv2: Fix so that FieldMasks descriptions are correctly generated [\#1558](https://github.com/grpc-ecosystem/grpc-gateway/pull/1558) ([krosen040](https://github.com/krosen040)) +- chore\(deps\): update google.golang.org/genproto commit hash to 053ba62 \(v2\) [\#1557](https://github.com/grpc-ecosystem/grpc-gateway/pull/1557) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update google.golang.org/genproto commit hash to 3dc8dca \(v2\) [\#1554](https://github.com/grpc-ecosystem/grpc-gateway/pull/1554) ([renovate[bot]](https://github.com/apps/renovate)) +- fix slice appending in generating field mask paths [\#1553](https://github.com/grpc-ecosystem/grpc-gateway/pull/1553) ([houz42](https://github.com/houz42)) +- chore\(deps\): update google.golang.org/genproto commit hash to da3ae01 \(v2\) [\#1551](https://github.com/grpc-ecosystem/grpc-gateway/pull/1551) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update google.golang.org/genproto commit hash to 43cab47 \(v2\) [\#1550](https://github.com/grpc-ecosystem/grpc-gateway/pull/1550) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update dependency io\_bazel\_rules\_go to v0.23.6 \(v2\) [\#1548](https://github.com/grpc-ecosystem/grpc-gateway/pull/1548) ([renovate[bot]](https://github.com/apps/renovate)) +- Removed the "invalid remote addr" log \(\#1543\) [\#1546](https://github.com/grpc-ecosystem/grpc-gateway/pull/1546) ([janzantinge](https://github.com/janzantinge)) +- chore\(deps\): update dependency com\_github\_bazelbuild\_buildtools to v3.4.0 \(v2\) [\#1545](https://github.com/grpc-ecosystem/grpc-gateway/pull/1545) ([renovate[bot]](https://github.com/apps/renovate)) +- docs: change back name of file to OpenAPI [\#1542](https://github.com/grpc-ecosystem/grpc-gateway/pull/1542) ([dufcrule](https://github.com/dufcrule)) +- docs: fix broken screenshot paths [\#1541](https://github.com/grpc-ecosystem/grpc-gateway/pull/1541) ([dufcrule](https://github.com/dufcrule)) +- Update google.golang.org/genproto commit hash to 88e3419 \(v2\) [\#1539](https://github.com/grpc-ecosystem/grpc-gateway/pull/1539) ([renovate[bot]](https://github.com/apps/renovate)) +- Update module google/go-cmp to v0.5.1 \(v2\) [\#1537](https://github.com/grpc-ecosystem/grpc-gateway/pull/1537) ([renovate[bot]](https://github.com/apps/renovate)) +- Update google.golang.org/genproto commit hash to 5044d0e \(v2\) [\#1536](https://github.com/grpc-ecosystem/grpc-gateway/pull/1536) ([renovate[bot]](https://github.com/apps/renovate)) +- Update google.golang.org/genproto commit hash to 1244ee2 \(v2\) [\#1534](https://github.com/grpc-ecosystem/grpc-gateway/pull/1534) ([renovate[bot]](https://github.com/apps/renovate)) +- Update dependency io\_bazel\_rules\_go to v0.23.5 \(v2\) [\#1533](https://github.com/grpc-ecosystem/grpc-gateway/pull/1533) ([renovate[bot]](https://github.com/apps/renovate)) +- Update golang Docker tag to v1.14.6 \(v2\) [\#1532](https://github.com/grpc-ecosystem/grpc-gateway/pull/1532) ([renovate[bot]](https://github.com/apps/renovate)) +- Adds fqn\_for\_swagger\_name to bazel defs [\#1529](https://github.com/grpc-ecosystem/grpc-gateway/pull/1529) ([chriserickson](https://github.com/chriserickson)) +- Update google.golang.org/genproto commit hash to 11fb19a \(v2\) [\#1526](https://github.com/grpc-ecosystem/grpc-gateway/pull/1526) ([renovate[bot]](https://github.com/apps/renovate)) +- protoc-gen-openapiv2: add example for AIP-133 [\#1524](https://github.com/grpc-ecosystem/grpc-gateway/pull/1524) ([jonathaningram](https://github.com/jonathaningram)) +- Update golang Docker tag to v1.14.5 \(v2\) [\#1523](https://github.com/grpc-ecosystem/grpc-gateway/pull/1523) ([renovate[bot]](https://github.com/apps/renovate)) +- Update dependency io\_bazel\_rules\_go to v0.23.4 \(v2\) [\#1522](https://github.com/grpc-ecosystem/grpc-gateway/pull/1522) ([renovate[bot]](https://github.com/apps/renovate)) +- Update google.golang.org/genproto commit hash to f631a03 \(v2\) [\#1520](https://github.com/grpc-ecosystem/grpc-gateway/pull/1520) ([renovate[bot]](https://github.com/apps/renovate)) +- Add http routing errors handler [\#1517](https://github.com/grpc-ecosystem/grpc-gateway/pull/1517) ([octo47](https://github.com/octo47)) +- Update google.golang.org/genproto commit hash to 8698661 \(v2\) [\#1516](https://github.com/grpc-ecosystem/grpc-gateway/pull/1516) ([renovate[bot]](https://github.com/apps/renovate)) +- Update google.golang.org/genproto commit hash to 20a17af \(v2\) [\#1515](https://github.com/grpc-ecosystem/grpc-gateway/pull/1515) ([renovate[bot]](https://github.com/apps/renovate)) +- Update google.golang.org/genproto commit hash to 7a2ca40 \(v2\) [\#1512](https://github.com/grpc-ecosystem/grpc-gateway/pull/1512) ([renovate[bot]](https://github.com/apps/renovate)) +- Update google.golang.org/genproto commit hash to 1803610 \(v2\) [\#1511](https://github.com/grpc-ecosystem/grpc-gateway/pull/1511) ([renovate[bot]](https://github.com/apps/renovate)) +- Cherrypick \#1506 [\#1510](https://github.com/grpc-ecosystem/grpc-gateway/pull/1510) ([movsb](https://github.com/movsb)) +- Cherrypick \#1502 [\#1509](https://github.com/grpc-ecosystem/grpc-gateway/pull/1509) ([yugui](https://github.com/yugui)) +- chore\(deps\): update google.golang.org/genproto commit hash to 8e8330b \(v2\) [\#1508](https://github.com/grpc-ecosystem/grpc-gateway/pull/1508) ([renovate[bot]](https://github.com/apps/renovate)) +- cherry-pick \#1499 from master [\#1507](https://github.com/grpc-ecosystem/grpc-gateway/pull/1507) ([strobil](https://github.com/strobil)) +- feat: make default error handlers public [\#1504](https://github.com/grpc-ecosystem/grpc-gateway/pull/1504) ([odsod](https://github.com/odsod)) +- chore\(deps\): update google.golang.org/genproto commit hash to 5779274 \(v2\) [\#1503](https://github.com/grpc-ecosystem/grpc-gateway/pull/1503) ([renovate[bot]](https://github.com/apps/renovate)) +- docs: fix broken season of docs links \(\#1497\) [\#1498](https://github.com/grpc-ecosystem/grpc-gateway/pull/1498) ([dufcrule](https://github.com/dufcrule)) +- chore\(deps\): update google.golang.org/genproto commit hash to 0750642 \(v2\) [\#1496](https://github.com/grpc-ecosystem/grpc-gateway/pull/1496) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update google.golang.org/genproto commit hash to 0939c59 \(v2\) [\#1494](https://github.com/grpc-ecosystem/grpc-gateway/pull/1494) ([renovate[bot]](https://github.com/apps/renovate)) +- docs: clean up cygwin instructions \(\#1490\) [\#1491](https://github.com/grpc-ecosystem/grpc-gateway/pull/1491) ([dufcrule](https://github.com/dufcrule)) +- Update google.golang.org/genproto commit hash to ee7919e \(v2\) [\#1489](https://github.com/grpc-ecosystem/grpc-gateway/pull/1489) ([renovate[bot]](https://github.com/apps/renovate)) +- Standardize way GitHub is written in CONTRIBUTING.md \(\#1479\) [\#1485](https://github.com/grpc-ecosystem/grpc-gateway/pull/1485) ([dufcrule](https://github.com/dufcrule)) +- Update module google.golang.org/protobuf to v1.25.0 \(v2\) [\#1484](https://github.com/grpc-ecosystem/grpc-gateway/pull/1484) ([renovate[bot]](https://github.com/apps/renovate)) +- Update google.golang.org/genproto commit hash to 64a14ca \(v2\) [\#1483](https://github.com/grpc-ecosystem/grpc-gateway/pull/1483) ([renovate[bot]](https://github.com/apps/renovate)) +- Update dependency com\_github\_bazelbuild\_buildtools to v3.3.0 \(v2\) [\#1482](https://github.com/grpc-ecosystem/grpc-gateway/pull/1482) ([renovate[bot]](https://github.com/apps/renovate)) +- Update google.golang.org/genproto commit hash to fbb79ea \(v2\) [\#1478](https://github.com/grpc-ecosystem/grpc-gateway/pull/1478) ([renovate[bot]](https://github.com/apps/renovate)) +- Update module google.golang.org/grpc to v1.30.0 \(v2\) [\#1477](https://github.com/grpc-ecosystem/grpc-gateway/pull/1477) ([renovate[bot]](https://github.com/apps/renovate)) +- Update google.golang.org/genproto commit hash to d0ee0c3 \(v2\) [\#1475](https://github.com/grpc-ecosystem/grpc-gateway/pull/1475) ([renovate[bot]](https://github.com/apps/renovate)) +- Update google.golang.org/genproto commit hash to bd6e046 \(v2\) [\#1472](https://github.com/grpc-ecosystem/grpc-gateway/pull/1472) ([renovate[bot]](https://github.com/apps/renovate)) +- Update google.golang.org/genproto commit hash to 3e7fca5 \(v2\) [\#1471](https://github.com/grpc-ecosystem/grpc-gateway/pull/1471) ([renovate[bot]](https://github.com/apps/renovate)) +- protoc-gen-swagger: Update internal mapping for boolean type \(\#1466\) [\#1470](https://github.com/grpc-ecosystem/grpc-gateway/pull/1470) ([ozraza](https://github.com/ozraza)) +- Update google.golang.org/genproto commit hash to b414f8b \(v2\) [\#1469](https://github.com/grpc-ecosystem/grpc-gateway/pull/1469) ([renovate[bot]](https://github.com/apps/renovate)) +- Update module google/go-cmp to v0.5.0 \(v2\) [\#1468](https://github.com/grpc-ecosystem/grpc-gateway/pull/1468) ([renovate[bot]](https://github.com/apps/renovate)) +- Update google.golang.org/genproto commit hash to f1bdc90 \(v2\) [\#1467](https://github.com/grpc-ecosystem/grpc-gateway/pull/1467) ([renovate[bot]](https://github.com/apps/renovate)) +- Update google.golang.org/genproto commit hash to fc83d8c \(v2\) [\#1464](https://github.com/grpc-ecosystem/grpc-gateway/pull/1464) ([renovate[bot]](https://github.com/apps/renovate)) +- Update google.golang.org/genproto commit hash to fd031ea \(v2\) [\#1462](https://github.com/grpc-ecosystem/grpc-gateway/pull/1462) ([renovate[bot]](https://github.com/apps/renovate)) +- Update dependency com\_github\_bazelbuild\_buildtools to v3.2.1 \(v2\) [\#1461](https://github.com/grpc-ecosystem/grpc-gateway/pull/1461) ([renovate[bot]](https://github.com/apps/renovate)) +- Update google.golang.org/genproto commit hash to 7676ae0 \(v2\) [\#1457](https://github.com/grpc-ecosystem/grpc-gateway/pull/1457) ([renovate[bot]](https://github.com/apps/renovate)) +- Create healthcheck.md [\#1456](https://github.com/grpc-ecosystem/grpc-gateway/pull/1456) ([erikperttu](https://github.com/erikperttu)) +- Create tracing.md [\#1455](https://github.com/grpc-ecosystem/grpc-gateway/pull/1455) ([erikperttu](https://github.com/erikperttu)) +- Update google.golang.org/genproto commit hash to 44ba362 \(v2\) [\#1454](https://github.com/grpc-ecosystem/grpc-gateway/pull/1454) ([renovate[bot]](https://github.com/apps/renovate)) +- Update google.golang.org/genproto commit hash to df9b449 \(v2\) [\#1452](https://github.com/grpc-ecosystem/grpc-gateway/pull/1452) ([renovate[bot]](https://github.com/apps/renovate)) +- Update google.golang.org/genproto commit hash to a5b850b \(v2\) [\#1451](https://github.com/grpc-ecosystem/grpc-gateway/pull/1451) ([renovate[bot]](https://github.com/apps/renovate)) +- add mux.HandlePath method \(v2\) [\#1449](https://github.com/grpc-ecosystem/grpc-gateway/pull/1449) ([ti](https://github.com/ti)) +- Update google.golang.org/genproto commit hash to 7c474a2 \(v2\) [\#1447](https://github.com/grpc-ecosystem/grpc-gateway/pull/1447) ([renovate[bot]](https://github.com/apps/renovate)) +- fix rpc comment generation against allow\_merge \(v2\) [\#1446](https://github.com/grpc-ecosystem/grpc-gateway/pull/1446) ([kentdotn](https://github.com/kentdotn)) +- protoc-gen-grpc-gateway: fix bazel deps [\#1443](https://github.com/grpc-ecosystem/grpc-gateway/pull/1443) ([johanbrandhorst](https://github.com/johanbrandhorst)) +- chore\(deps\): update google.golang.org/genproto commit hash to 12044bf \(v2\) [\#1442](https://github.com/grpc-ecosystem/grpc-gateway/pull/1442) ([renovate[bot]](https://github.com/apps/renovate)) +- protoc-gen-openapiv2: Fix message recursion detection \(v2\) [\#1439](https://github.com/grpc-ecosystem/grpc-gateway/pull/1439) ([doylezdead](https://github.com/doylezdead)) +- chore\(deps\): update google.golang.org/genproto commit hash to 0b04860 \(v2\) [\#1438](https://github.com/grpc-ecosystem/grpc-gateway/pull/1438) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update google.golang.org/genproto commit hash to e855014 \(v2\) [\#1436](https://github.com/grpc-ecosystem/grpc-gateway/pull/1436) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update dependency com\_github\_bazelbuild\_buildtools to v3.2.0 \(v2\) [\#1435](https://github.com/grpc-ecosystem/grpc-gateway/pull/1435) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update dependency io\_bazel\_rules\_go to v0.23.3 \(v2\) [\#1433](https://github.com/grpc-ecosystem/grpc-gateway/pull/1433) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update google.golang.org/genproto commit hash to 2bb8d61 \(v2\) [\#1432](https://github.com/grpc-ecosystem/grpc-gateway/pull/1432) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update golang docker tag to v1.14.4 \(v2\) [\#1431](https://github.com/grpc-ecosystem/grpc-gateway/pull/1431) ([renovate[bot]](https://github.com/apps/renovate)) +- Add openapi protobuf documentation examples [\#1429](https://github.com/grpc-ecosystem/grpc-gateway/pull/1429) ([bvwells](https://github.com/bvwells)) +- chore\(deps\): update google.golang.org/genproto commit hash to 0f60399 \(v2\) [\#1428](https://github.com/grpc-ecosystem/grpc-gateway/pull/1428) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update dependency io\_bazel\_rules\_go to v0.23.2 \(v2\) [\#1424](https://github.com/grpc-ecosystem/grpc-gateway/pull/1424) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update dependency bazel\_gazelle to v0.21.1 \(v2\) [\#1423](https://github.com/grpc-ecosystem/grpc-gateway/pull/1423) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update google.golang.org/genproto commit hash to 705c0b3 \(v2\) [\#1422](https://github.com/grpc-ecosystem/grpc-gateway/pull/1422) ([renovate[bot]](https://github.com/apps/renovate)) +- cherry-pick \#1411 from master [\#1421](https://github.com/grpc-ecosystem/grpc-gateway/pull/1421) ([iamrajiv](https://github.com/iamrajiv)) +- Switch to new Go protobuf generators [\#1419](https://github.com/grpc-ecosystem/grpc-gateway/pull/1419) ([johanbrandhorst](https://github.com/johanbrandhorst)) +- chore\(deps\): update google.golang.org/genproto commit hash to 3d3490e \(v2\) [\#1418](https://github.com/grpc-ecosystem/grpc-gateway/pull/1418) ([renovate[bot]](https://github.com/apps/renovate)) +- ci: enable glog [\#1417](https://github.com/grpc-ecosystem/grpc-gateway/pull/1417) ([johanbrandhorst](https://github.com/johanbrandhorst)) +- chore\(deps\): update google.golang.org/genproto commit hash to 8367513 \(v2\) [\#1415](https://github.com/grpc-ecosystem/grpc-gateway/pull/1415) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update google.golang.org/genproto commit hash to 430c106 \(v2\) [\#1414](https://github.com/grpc-ecosystem/grpc-gateway/pull/1414) ([renovate[bot]](https://github.com/apps/renovate)) +- Replace golint with staticcheck [\#1412](https://github.com/grpc-ecosystem/grpc-gateway/pull/1412) ([johanbrandhorst](https://github.com/johanbrandhorst)) +- Automate more updates [\#1410](https://github.com/grpc-ecosystem/grpc-gateway/pull/1410) ([johanbrandhorst](https://github.com/johanbrandhorst)) +- Add module generator option [\#1409](https://github.com/grpc-ecosystem/grpc-gateway/pull/1409) ([Humpheh](https://github.com/Humpheh)) +- ci: be explicit about branch and user [\#1408](https://github.com/grpc-ecosystem/grpc-gateway/pull/1408) ([johanbrandhorst](https://github.com/johanbrandhorst)) +- ci: automate regeneration of repositories.bzl [\#1407](https://github.com/grpc-ecosystem/grpc-gateway/pull/1407) ([johanbrandhorst](https://github.com/johanbrandhorst)) +- chore\(deps\): update module google.golang.org/protobuf to v1.24.0 \(v2\) [\#1406](https://github.com/grpc-ecosystem/grpc-gateway/pull/1406) ([renovate[bot]](https://github.com/apps/renovate)) +- Update google.golang.org/genproto commit hash to 9bb8953 \(v2\) [\#1404](https://github.com/grpc-ecosystem/grpc-gateway/pull/1404) ([renovate[bot]](https://github.com/apps/renovate)) +- docs: use default marshaler in examples [\#1403](https://github.com/grpc-ecosystem/grpc-gateway/pull/1403) ([johanbrandhorst](https://github.com/johanbrandhorst)) +- cherry-pick \#1399 from master [\#1401](https://github.com/grpc-ecosystem/grpc-gateway/pull/1401) ([joesonw](https://github.com/joesonw)) +- Adding docs about controlling http response status codes \(\#1391\) [\#1397](https://github.com/grpc-ecosystem/grpc-gateway/pull/1397) ([zhughes3](https://github.com/zhughes3)) + +## [v2.0.0-beta.3](https://github.com/grpc-ecosystem/grpc-gateway/tree/v2.0.0-beta.3) (2020-05-25) +[Full Changelog](https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.0.0-beta.2...v2.0.0-beta.3) + +**Merged pull requests:** + +- Generate changelog for v2.0.0-beta.2 [\#1396](https://github.com/grpc-ecosystem/grpc-gateway/pull/1396) ([johanbrandhorst](https://github.com/johanbrandhorst)) - utilities: move package to public API [\#1395](https://github.com/grpc-ecosystem/grpc-gateway/pull/1395) ([johanbrandhorst](https://github.com/johanbrandhorst)) +## [v2.0.0-beta.2](https://github.com/grpc-ecosystem/grpc-gateway/tree/v2.0.0-beta.2) (2020-05-25) +[Full Changelog](https://github.com/grpc-ecosystem/grpc-gateway/compare/v1.14.6...v2.0.0-beta.2) + +## [v1.14.6](https://github.com/grpc-ecosystem/grpc-gateway/tree/v1.14.6) (2020-05-25) +[Full Changelog](https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.0.0-beta.1...v1.14.6) + ## [v2.0.0-beta.1](https://github.com/grpc-ecosystem/grpc-gateway/tree/v2.0.0-beta.1) (2020-05-25) -[Full Changelog](https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.0.0-alpha.2...v2.0.0-beta.1) +[Full Changelog](https://github.com/grpc-ecosystem/grpc-gateway/compare/v1.14.5...v2.0.0-beta.1) **Implemented enhancements:** @@ -927,4 +1076,4 @@ -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file diff --git a/Makefile b/Makefile index 00a0c00cf7d..d25de4a959c 100644 --- a/Makefile +++ b/Makefile @@ -238,7 +238,7 @@ changelog: --github-site=https://github.com \ --unreleased-label "**Next release**" \ --release-branch=v2 \ - --future-release=v2.0.0-beta.2 + --future-release=v2.0.0-beta.4 clean: rm -f $(GATEWAY_PLUGIN) $(OPENAPI_PLUGIN)