Skip to content

Releases: bufbuild/buf

v1.57.2

16 Sep 21:49
2a315f2

Choose a tag to compare

  • Fix buf curl for HTTP/2 services.

v1.57.1

16 Sep 19:08
a925ce2

Choose a tag to compare

  • Minor bug fixes and dependency upgrades.

v1.57.0

27 Aug 13:55
052ad62

Choose a tag to compare

  • Update exclude types to remove unused options reducing the size of generated code.
  • Add gitlab-code-quality error format to print errors in the GitLab Code Quality format for buf lint and buf breaking.
  • Add source_control_url to json outputs for buf registry {module, plugin} commit commands.

v1.56.0

31 Jul 19:06
69a3227

Choose a tag to compare

  • Add buf export --all flag to include non-proto source files.
  • Add s390x binaries for Linux to releases.
  • Fix ppc64le binaries for Linux released as x86_64 binaries.
  • 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.
  • Fix buf breaking --against-registry to work with new modules that have no commits on the default branch.

v1.55.1

17 Jun 21:03
5b843f1

Choose a tag to compare

  • Fix language version for pre-commit hooks.

v1.55.0

17 Jun 16:09
b27d693

Choose a tag to compare

  • Promote buf beta stats to buf stats.
  • Update built-in Well-Known Types to Protobuf v31.1.
  • Add buf registry sdk info command.
  • Allow workspaces that are adding new module(s) with no module-specific breaking configurations to run buf breaking, ignoring new module(s).

v1.54.0

12 May 18:15
e399520

Choose a tag to compare

  • Add CSR category to breaking rules.
  • Add support for local bufplugins for protoc-gen-buf-breaking and protoc-gen-buf-lint.
  • Add RISC-V (64-bit) binaries for Linux to releases.
  • Fix type filtering on buf generate for empty files, files with no declared types.
  • Fix CEL check on buf lint for predefined rules variables.
  • Fix buf config migrate to filter out removed rules.
  • Allow users to set examples without constraints in PROTOVALIDATE lint rule.
  • Add ppc64le binaries for Linux to releases.

v1.53.0

21 Apr 16:03
c6b88ef

Choose a tag to compare

  • Fix buf breaking annotations for JSON format.

v1.52.1

08 Apr 13:49
119bf6c

Choose a tag to compare

  • Fix language version for pre-commit hooks.

v1.52.0

07 Apr 16:08
d2436f2

Choose a tag to compare

  • Fix exclude_type on a non imported package.
  • Fix --exclude-type flag for buf generate when an input is specified.
  • Fix type filter import filtering for options.
  • Add OS environment when invoking local buf plugins.
  • Add file path to 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.