@bufbuild/buf-linux-aarch64
Advanced tools
Changelog
[v1.28.0] - 2023-11-10
buf lint
will now verify that your protovalidate rules are valid. A single rule PROTOVALIDATE
has been
added to the DEFAULT
group - given that protovalidate is net new, this does not represent
a breaking change.buf beta price
with the latest pricing information.buf.lock
with dependencies with b1 or b3 digests. b1 and b3
digests will be deprecated in a future version. Run buf mod update
to update dependency digests.Changelog
[v1.27.2] - 2023-10-27
buf build
and other commands may fail when handling certain
archives created on macOS that contain files with extended attributes.Changelog
[v1.27.1] - 2023-10-16
--path
did not work with workspaces under certain scenarios.Changelog
[v1.27.0] - 2023-10-04
buf generate --exclude-path
was not properly excluding paths
for remote modules.buf curl
had a user agent that did not properly place the
extension as a suffix.buf beta price
with the latest pricing information.Changelog
[v1.26.1] - 2023-08-09
buf build -o
did not properly output files with the .txtpb
extension in Protobuf text format.Changelog
[v1.26.0] - 2023-08-09
--http2-prior-knowledge
flag when running buf curl
against secure "https" URLs. This can be used with gRPC servers, that only
support HTTP/2, when used with a network (layer 4) load balancer, that does
not support protocol negotiation in TLS handshake.Changelog
[v1.25.1] - 2023-08-02
--path
flag..
was incorrectly accepted as a value for the
directories
key in buf.work.yaml
.Changelog
[v1.25.0] - 2023-07-18
txtpb
format to handle the Protobuf text format. and automatically recognize
.txtpb
files as Protobuf text files. The txtpb
format can now be used with
all buf
commands that take images as input or output, such as build
, convert
,
and curl
.Changelog
[v1.24.0] - 2023-07-13
buf mod update
to block updates that will result in conflicting .proto
files across dependencies.bin
format with binpb
format, and support the .binpb
file extension.
.binpb
is now the canonical file extension for binary-encoded Protobuf data.
The bin
format and the .bin
file extension continue to be accepted.go
subdomain in .netrc
. This was used as part of the
remote generation alpha, which has been fully deprecated in favor of remote
plugins and remote packages. See https://buf.build/blog/remote-packages-remote-plugins-approaching-v1
for more details.buf beta price
with the latest pricing information.