protoc-gen-typescript-http
protoc-gen-typescript-http copied to clipboard
Generate types and service clients from protobuf definitions annotated with http rules.
Bumps [go.einride.tech/sage](https://github.com/einride/sage) from 0.182.0 to 0.191.0. Release notes Sourced from go.einride.tech/sage's releases. v0.191.0 0.191.0 (2022-12-05) Feature sglogger: add namespace prefix to logger (83ad25b8) v0.190.2 0.190.2 (2022-12-02) Bug Fixes gha-actions: evaluate...
Bumps [go-semantic-release/action](https://github.com/go-semantic-release/action) from 1.18 to 1.19. Release notes Sourced from go-semantic-release/action's releases. v1.19.0 1.19.0 (2022-11-04) Feature update dependencies (c78b6ee1) Documentation clarify which go-semantic-release version is used (bc71199f) Commits bc71199 docs:...
BodyStringify: Requests are controlled by Content-type
In `protobuf` definition (https://developers.google.com/protocol-buffers/docs/proto3#json), 64 bits numeric types should be interpreted as `string` in `JSON`.
This is a wonderful plugin! thank you for open source. I have a little issue.this is my proto file hello.proto: ```proto syntax = "proto3"; message Reply { string id =...
Description When using buf to generate TypeScript HTTP code from .proto files, the max_price field defined as google.type.Decimal in FilterConditions is not being generated in the TypeScript code. This issue...
Bumps [go.einride.tech/sage](https://github.com/einride/sage) from 0.216.0 to 0.259.0. Release notes Sourced from go.einride.tech/sage's releases. v0.259.0 0.259.0 (2023-11-23) Feature mdformat: only consider markdown files known to Git (5428a5ff) v0.258.0 0.258.0 (2023-11-22) Feature sgartifactregistry:...
make generate configurable ```ts // UseProtoNames controls the casing of generated field names. // If set to true, fields will use proto names (typically snake_case). // If omitted or set...
Bumps [gotest.tools/v3](https://github.com/gotestyourself/gotest.tools) from 3.4.0 to 3.5.1. Release notes Sourced from gotest.tools/v3's releases. v3.5.1 What's Changed Make assert and golden packages compatible with other golden packages by @dnephin in gotestyourself/gotest.tools#271 Also...
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 4.2.0 to 5.0.0. Release notes Sourced from goreleaser/goreleaser-action's releases. v5.0.0 What's Changed feat: node 20 as default runtime (requires Actions Runner v2.308.0 or later) by @crazy-max in...