- 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 forbuf 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
andbuf plugin prune
command to manage plugins in thebuf.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
tobuf registry module settings update
. Commandbuf registry module update
is now deprecated. - Support remote check plugins in
buf lint
andbuf breaking
commands.