@bufbuild/buf-darwin-x64
Advanced tools
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.Changelog
[v1.23.1] - 2023-06-30
buf beta graph
would not print modules within a workspace that
had no dependencies or dependents.buf beta graph
would print warnings for missing dependencies
that were actually present.Changelog
[v1.23.0] - 2023-06-29
buf beta graph
to print the dependency graph for a module in DOT format.