Skip to content

Tags: ysq5202121/grpc-gateway

Tags

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

v2.8.0

Toggle v2.8.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: remove path parameters from body parameters (gr…

…pc-ecosystem#2553)

* Upgrade Bazel to support compiling protoc on macOS 12. See protocolbuffers/protobuf#8884

* Fix 404 error for rules_proto

* Remove path parameters from body parameters. Fixes grpc-ecosystem#1670

* Updated generated files

* Update protoc-gen-openapiv2/internal/genopenapi/template.go

Co-authored-by: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>

* Update protoc-gen-openapiv2/internal/genopenapi/template.go

Co-authored-by: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>

* fix(deps): update google.golang.org/genproto commit hash to 43724f9

* fix(deps): update golang.org/x/oauth2 commit hash to ee48083

* -Use location when looking up message for field.
-Align tests with new behaviour.

* Add new generated files.

* - Return errors instead of panic()
- Use field comments instead of message when available

* Generated files without re-formatting.

* -Fix missing reference to schema for body field (regression in this PR)
-Started in fixing generated "required" containing "snake_case"

* -Fix documentation
-Update generated files

* -Fix description
-Update generated files
-Use JsonName where available
-Added test for subPathParams

* Fix test

* Fix linter error.

* Paragraph deliminator as a constant.

Co-authored-by: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>

v2.7.3

Toggle v2.7.3's commit message
fix(deps): update module github.com/google/go-cmp to v0.5.7

v2.7.2

Toggle v2.7.2's commit message
fix(deps): update module google.golang.org/grpc to v1.43.0

v2.7.1

Toggle v2.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert "support grpc.ClientConnInterface in RegisterXXXHandler (grpc-…

…ecosystem#2398)" (grpc-ecosystem#2444)

This reverts commit 8857147.

v2.7.0

Toggle v2.7.0's commit message
fix(deps): update google.golang.org/genproto commit hash to 81c1377

v2.6.0

Toggle v2.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add www-Authenticate header (grpc-ecosystem#2314)

* add www authenticate header

* Update examples/internal/proto/examplepb/echo_service.proto

Co-authored-by: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>

* implement add www-authenticate header

* regenerate

Co-authored-by: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>

v2.5.0

Toggle v2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add http path defined in proto to annotated context (grpc-ecosystem#2195

)

* fix: http path option in annotator

* fix: generated

* fix: template test

* fix: name WithPattern to WithHTTPPathPattern

* refactor: descriptions

* refactor: mutate context directly

v2.4.0

Toggle v2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove the changelog, simplify releases (grpc-ecosystem#2111)