@bufbuild/buf-linux-x64
Advanced tools
Changelog
[v1.57.0] - 2025-08-27
gitlab-code-quality
error format to print errors in the GitLab Code Quality format
for buf lint
and buf breaking
.source_control_url
to json
outputs for buf registry {module, plugin} commit
commands.Changelog
[v1.56.0] - 2025-07-31
buf export --all
flag to include non-proto source files.buf lint
will no longer warn about uses of (buf.validate.message).disabled
, as it was
removed in protovalidate v0.14.0. Please update to protovalidate v0.14.0 or higher, using the
steps outlined in the
protovalidate release notes.buf breaking --against-registry
to work with new modules that have no commits on the
default branch.Changelog
[v1.55.1] - 2025-06-17
Changelog
[v1.55.0] - 2025-06-17
buf beta stats
to buf stats
.buf registry sdk info
command.buf breaking
, ignoring new module(s).Changelog
[v1.54.0] - 2025-05-12
CSR
category to breaking rules.protoc-gen-buf-breaking
and protoc-gen-buf-lint
.buf generate
for empty files, files with no declared types.buf lint
for predefined rules
variables.buf config migrate
to filter out removed rules.PROTOVALIDATE
lint rule.Changelog
[v1.53.0] - 2025-04-21
Changelog
[v1.52.1] - 2025-04-08
Changelog
[v1.52.0] - 2025-04-07
exclude_type
on a non imported package.--exclude-type
flag for buf generate
when an input is specified.buf lint
and buf breaking
output even when source code info is not
available. This allows buf lint
and buf breaking
to respect ignore
and ignore_only
configurations when source code info is not available.Changelog
[v1.51.0] - 2025-03-28
buf convert
to allow for zero length for binpb
, txtpb
, and yaml
formats.--include-types
for buf generate
.--against-registry
flag to buf breaking
that runs breaking checks against the latest
commit on the default branch of the corresponding module in the registry.buf generate
.buf generate
. Adds the ability to exclude types with the parameter
exclude_types
in buf.gen.yaml
and a flag --exclude-types
in the CLI.
Type filters may now also be specified as plugin parameters in buf.gen.yaml
.