Skip to content

Tags: hariso/grpc-gateway

Tags

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 <johan.brandhorst@gmail.com>

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] <support@github.com>

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] <support@github.com>

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

v2.9.0

Toggle v2.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove duplicated endraw statement for documentation generation (grpc…

…-ecosystem#2589)

* Remove duplicated endraw statement for documentation generation

This was accidentally copy pasted in my last PR, breaking documentation generation.

grpc-ecosystem#2578

* Remove proto3 reference for code block

* Fix code block format

* proto -> protobuf