Skip to content

Releases: bufbuild/buf

v1.27.2

27 Oct 20:00
a987d2d
Compare
Choose a tag to compare
  • Fix issue where buf build and other commands may fail when handling certain archives created on macOS that contain files with extended attributes.

v1.27.1

17 Oct 16:01
c1b5844
Compare
Choose a tag to compare
  • Fix issue in v1.27.0 where --path did not work with workspaces under certain scenarios.

v1.27.0

04 Oct 22:18
f5578b4
Compare
Choose a tag to compare
  • 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

09 Aug 22:04
37e7b11
Compare
Choose a tag to compare
  • Fix issue where buf build -o did not properly output files with the .txtpb extension in Protobuf text format.

v1.26.0

09 Aug 16:24
893a9b7
Compare
Choose a tag to compare
  • Add support for the --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.

v1.25.1

02 Aug 17:22
be32e6a
Compare
Choose a tag to compare
  • 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 the directories key in buf.work.yaml.

v1.25.0

18 Jul 07:54
c2f35f5
Compare
Choose a tag to compare
  • Add 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.

v1.24.0

13 Jul 19:20
607e31a
Compare
Choose a tag to compare
  • Update buf mod update to block updates that will result in conflicting .proto files across dependencies.
  • Replace 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.
  • 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

30 Jun 16:16
3125036
Compare
Choose a tag to compare
  • 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.

v1.23.0

29 Jun 19:28
3dd8008
Compare
Choose a tag to compare
  • Add buf beta graph to print the dependency graph for a module in DOT format.
  • Various small bug fixes.