Skip to content

Commit

Permalink
Regenerate changelog for 1.15.0 (#1675)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbrandhorst authored Sep 18, 2020
1 parent 9b1ed6b commit 96e0d89
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Change Log

## [v1.15.0](https:/grpc-ecosystem/grpc-gateway/tree/v1.15.0) (2020-09-18)
[Full Changelog](https:/grpc-ecosystem/grpc-gateway/compare/v1.14.8...v1.15.0)

**Closed issues:**

- Empty json array is passed as nil [\#1673](https:/grpc-ecosystem/grpc-gateway/issues/1673)
- Lightweight support for custom protobuf annotations on RPCs [\#1666](https:/grpc-ecosystem/grpc-gateway/issues/1666)
- undefined: runtime.ServerTransportStream [\#1664](https:/grpc-ecosystem/grpc-gateway/issues/1664)
- Merge swagger definitions generated by swaggo/swag init and protoc --swagger\_out command [\#1651](https:/grpc-ecosystem/grpc-gateway/issues/1651)
- Add base\_path as constant in generated gateway files [\#1650](https:/grpc-ecosystem/grpc-gateway/issues/1650)
- Support service definitions without any annotations. [\#1649](https:/grpc-ecosystem/grpc-gateway/issues/1649)
- proto directory names preclude using protos in python code [\#1647](https:/grpc-ecosystem/grpc-gateway/issues/1647)

**Merged pull requests:**

- Regenerate files [\#1676](https:/grpc-ecosystem/grpc-gateway/pull/1676) ([johanbrandhorst](https:/johanbrandhorst))
- End default response desc with period [\#1663](https:/grpc-ecosystem/grpc-gateway/pull/1663) ([rubda](https:/rubda))
- Update golang Docker tag to v1.15.2 \(master\) [\#1657](https:/grpc-ecosystem/grpc-gateway/pull/1657) ([renovate[bot]](https:/apps/renovate))
- Update module google.golang.org/grpc to v1.32.0 \(master\) [\#1653](https:/grpc-ecosystem/grpc-gateway/pull/1653) ([renovate[bot]](https:/apps/renovate))
- Generate unbound methods [\#1652](https:/grpc-ecosystem/grpc-gateway/pull/1652) ([plaflamme](https:/plaflamme))
- Deprecate example field [\#1637](https:/grpc-ecosystem/grpc-gateway/pull/1637) ([johanbrandhorst](https:/johanbrandhorst))

## [v1.14.8](https:/grpc-ecosystem/grpc-gateway/tree/v1.14.8) (2020-09-03)
[Full Changelog](https:/grpc-ecosystem/grpc-gateway/compare/v1.14.7...v1.14.8)

Expand All @@ -20,6 +42,7 @@

**Merged pull requests:**

- Generate changelog for 1.14.8 [\#1646](https:/grpc-ecosystem/grpc-gateway/pull/1646) ([johanbrandhorst](https:/johanbrandhorst))
- Add ignore for golang.org/x/oauth2 [\#1644](https:/grpc-ecosystem/grpc-gateway/pull/1644) ([johanbrandhorst](https:/johanbrandhorst))
- fix SendHeader/SetTrailer when use grpc-gateway standalone server \(master\) [\#1639](https:/grpc-ecosystem/grpc-gateway/pull/1639) ([ghostiam](https:/ghostiam))
- Update golang Docker tag to v1.15.1 \(master\) [\#1634](https:/grpc-ecosystem/grpc-gateway/pull/1634) ([renovate[bot]](https:/apps/renovate))
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ changelog:
--github-site=https: \
--unreleased-label "**Next release**" \
--release-branch=master \
--future-release=v1.14.8
--future-release=v1.15.0
lint:
golint --set_exit_status ./runtime
golint --set_exit_status ./utilities/...
Expand Down

0 comments on commit 96e0d89

Please sign in to comment.