@bufbuild/buf-linux-aarch64
Advanced tools
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.