Releases: bufbuild/buf
Releases · bufbuild/buf
v1.50.0
- Add input parameter
filterfor use with git inputs. This sets the filter flag argument for the git fetch command.
v1.49.0
- Fix
buf plugin push --labelto allow pushing a plugin with a label. - Add
--digest-changes-onlyflag tobuf registry {module,plugin} commit listto filter out commits that have no digest changes. - Fix
buf plugin push --source-control-urlto allow pushing a plugin with the source control url.
v1.48.0
- 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
--typeflag filter forbuf buildwhere import ordering is not determinisitic. - Add
buf plugin pushcommand to push a plugin to the Buf Schema Registry. Only WebAssembly check plugins are supported at this time. - Add
buf plugin updateandbuf plugin prunecommand to manage plugins in thebuf.lockfile. 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 updatetobuf registry module settings update. Commandbuf registry module updateis now deprecated. - Support remote check plugins in
buf lintandbuf breakingcommands.
v1.47.2
- Update the patch version to resolve NPM packaging issues. No command updates or user changes.
v1.47.1
- Update the patch version to resolve NPM packaging issues. No command updates or user changes.
v1.47.0
- Move
buf registry committobuf registry module commit. Commandbuf registry commitis now deprecated. - Move
buf registry labeltobuf registry module label. Commandbuf registry labelis now deprecated.
v1.46.0
- Add
buf registry whoamicommand, which checks if you are logged in to the Buf Schema Registry at a given domain.
v1.45.0
- Update
buf registry module info --format=jsonto adddefault_label_name, which provides the name of the default label of a module.
v1.44.0
- Update the
PROTOVALIDATElint 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
PROTOVALIDATElint 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
.wasmfile extension to specify a path to a Wasm plugin.
v1.43.0
- Add new experimental LSP support under
buf beta lsp.