@bufbuild/buf-darwin-x64
Advanced tools
Changelog
[v1.15.0] - 2023-02-28
buf format
where C-style block comments in which every
line includes a prefix (usually "*") would be incorrectly indented.--private-network
flag to buf beta studio-agent
to support handling CORS requests
from Studio on private networks that set the Access-Control-Request-Private-Network
header.Changelog
[v1.14.0] - 2023-02-09
buf generate --include-types
with buf generate --type
for consistency. --include-types
is now deprecated but continues to work, consistent with our compatibility guarantee.google.protobuf.Any
messages in option values
when filtering on type, e.g. with buf build --type
or buf generate --type
.protoc
path in buf.gen.yaml
when using protoc
's built-in plugins
via the new protoc_path
option.buf.gen.yaml
. You can now do e.g.
path: ["go, "run", ./cmd/protoc-gen-foo]
in addition to path: protoc-gen-foo
.buf mod init
, e.g. buf mod init buf.build/owner/foobar
.php_metadata_namespace
file option in managed mode.