Releases: bufbuild/buf
Releases · bufbuild/buf
v1.28.0
- Add lint rules for protovalidate.
buf lint
will now verify that your protovalidate rules are valid. A single rulePROTOVALIDATE
has been added to theDEFAULT
group - given that protovalidate is net new, this does not represent a breaking change. - Update
buf beta price
with the latest pricing information. - Display a warning when reading a
buf.lock
with dependencies with b1 or b3 digests. b1 and b3 digests will be deprecated in a future version. Runbuf mod update
to update dependency digests.
v1.27.2
v1.27.1
- Fix issue in v1.27.0 where
--path
did not work with workspaces under certain scenarios.
v1.27.0
- Fix issue where
buf generate --exclude-path
was not properly excluding paths for remote modules. - Fix issue where
buf curl
had a user agent that did not properly place the extension as a suffix. - Update
buf beta price
with the latest pricing information.
v1.26.1
- Fix issue where
buf build -o
did not properly output files with the.txtpb
extension in Protobuf text format.
v1.26.0
- Add support for the
--http2-prior-knowledge
flag when runningbuf 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.
v1.25.1
- Fix issue where all files were being iterated over when using the
--path
flag. - Fix issue where the directory
.
was incorrectly accepted as a value for thedirectories
key inbuf.work.yaml
.
v1.25.0
- Add
txtpb
format to handle the Protobuf text format. and automatically recognize.txtpb
files as Protobuf text files. Thetxtpb
format can now be used with allbuf
commands that take images as input or output, such asbuild
,convert
, andcurl
.
v1.24.0
- Update
buf mod update
to block updates that will result in conflicting.proto
files across dependencies. - Replace
bin
format withbinpb
format, and support the.binpb
file extension..binpb
is now the canonical file extension for binary-encoded Protobuf data. Thebin
format and the.bin
file extension continue to be accepted. - Remove support for
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 buf.build/blog/remote-packages-remote-plugins-approaching-v1 for more details. - Update
buf beta price
with the latest pricing information.
v1.23.1
- Fix issue where
buf beta graph
would not print modules within a workspace that had no dependencies or dependents. - Fix issue where
buf beta graph
would print warnings for missing dependencies that were actually present.