Skip to content

Releases: bufbuild/buf

v1.50.0

17 Jan 18:34
b2393b4
Compare
Choose a tag to compare
  • Add input parameter filter for use with git inputs. This sets the filter flag argument for the git fetch command.

v1.49.0

07 Jan 21:05
768b733
Compare
Choose a tag to compare
  • Fix buf plugin push --label to allow pushing a plugin with a label.
  • Add --digest-changes-only flag to buf registry {module,plugin} commit list to filter out commits that have no digest changes.
  • Fix buf plugin push --source-control-url to allow pushing a plugin with the source control url.

v1.48.0

19 Dec 21:56
8482b8f
Compare
Choose a tag to compare
  • Add buf registry plugin {create,delete,info,update} commands to manage BSR plugins.
  • Breaking analysis support for buf beta lsp.
  • Fix bug when using the --type flag filter for buf build where import ordering is not determinisitic.
  • Add buf plugin push command to push a plugin to the Buf Schema Registry. Only WebAssembly check plugins are supported at this time.
  • Add buf plugin update and buf plugin prune command to manage plugins in the buf.lock file. Only WebAssembly check plugins are supported at this time.
  • Add buf registry plugin commit {add-label,info,list,resolve} to manage BSR plugin commits.
  • Add buf registry plugin label {archive,info,list,unarchive} to manage BSR plugin commits.
  • Move buf registry module update to buf registry module settings update. Command buf registry module update is now deprecated.
  • Support remote check plugins in buf lint and buf breaking commands.

v1.47.2

14 Nov 14:35
13828a3
Compare
Choose a tag to compare
  • Update the patch version to resolve NPM packaging issues. No command updates or user changes.

v1.47.1

14 Nov 13:46
8688d16
Compare
Choose a tag to compare
  • Update the patch version to resolve NPM packaging issues. No command updates or user changes.

v1.47.0

13 Nov 18:33
3f619b8
Compare
Choose a tag to compare
  • Move buf registry commit to buf registry module commit. Command buf registry commit is now deprecated.
  • Move buf registry label to buf registry module label. Command buf registry label is now deprecated.

v1.46.0

29 Oct 21:03
72a73ea
Compare
Choose a tag to compare
  • Add buf registry whoami command, which checks if you are logged in to the Buf Schema Registry at a given domain.

v1.45.0

08 Oct 19:32
bee6719
Compare
Choose a tag to compare
  • Update buf registry module info --format=json to add default_label_name, which provides the name of the default label of a module.

v1.44.0

03 Oct 15:10
9d114a5
Compare
Choose a tag to compare
  • Update the PROTOVALIDATE lint rule to check example field options. Examples will be checked that they satisfy the field constraints, and are only present if constraints are present.
  • Update the PROTOVALIDATE lint rule to check predefined rules. Predefined rules will be checked that they compile.
  • Add support for a WebAssembly (Wasm) runtime for custom lint and breaking changes plugins. Use the .wasm file extension to specify a path to a Wasm plugin.

v1.43.0

30 Sep 19:43
e31cbd0
Compare
Choose a tag to compare
  • Add new experimental LSP support under buf beta lsp.