Skip to content

Tags: peterwillis/grpc-gateway

Tags

v2.13.0

Toggle v2.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(deps): update golang docker tag to v1.19.3 (grpc-ecosystem#2985)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v2.12.0

Toggle v2.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make registry load packages deterministically (grpc-ecosystem#2945)

v2.11.3

Toggle v2.11.3's commit message
chore(deps): update dependency bazel to v5.3.0

v2.11.2

Toggle v2.11.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(deps): update module go to 1.17 (grpc-ecosystem#2831)

* chore(deps): update module go to 1.19

* Move to only supporting 1.17+

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Johan Brandhorst-Satzkorn <[email protected]>

v2.11.1

Toggle v2.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
build(deps): bump tzinfo from 1.2.9 to 1.2.10 in /docs (grpc-ecosyste…

…m#2810)

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.9 to 1.2.10.
- [Release notes](https://github.com/tzinfo/tzinfo/releases)
- [Changelog](https://github.com/tzinfo/tzinfo/blob/master/CHANGES.md)
- [Commits](tzinfo/tzinfo@v1.2.9...v1.2.10)

---
updated-dependencies:
- dependency-name: tzinfo
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v2.11.0

Toggle v2.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
build(deps): bump golangci/golangci-lint-action from 2 to 3 (grpc-eco…

…system#2794)

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 2 to 3.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](golangci/golangci-lint-action@v2...v3)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v2.10.3

Toggle v2.10.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(deps): bump yaml to v3 and remove sigs.k8s.io/yaml (grpc-ecosyste…

…m#2729)

v2.10.2

Toggle v2.10.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
openapiv2: fix comment (grpc-ecosystem#2701)

v2.10.1

Toggle v2.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Document and warn about path parameters containing "/". (grpc-ecosyst…

…em#2697)

v2.10.0

Toggle v2.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
protoc-gen-openapiv2: support overriding path parameter names (grpc-e…

…cosystem#2562)

* Support overriding path parameter names.

* Support overriding path parameter names.

* Revert using annotations in `message.proto`

* Moved path_param_name to inner message as it is not defined in OpenAPIv2

* Added documentation for path_param_name

* Moved pathParamName to FieldConfiguration struct to follow same pattern as in JSONSchema.

* Fix tests.

* Remove fieldConfiguration from openapiSchemaObject