- Fix
buf convert
to allow for zero length forbinpb
,txtpb
, andyaml
formats. - Fix use of deprecated flag
--include-types
forbuf generate
. - Add
--against-registry
flag tobuf breaking
that runs breaking checks against the latest commit on the default branch of the corresponding module in the registry. - Fix type filter with unused image dependencies for
buf generate
. - Improve type filtering for
buf generate
. Adds the ability to exclude types with the parameterexclude_types
inbuf.gen.yaml
and a flag--exclude-types
in the CLI. Type filters may now also be specified as plugin parameters inbuf.gen.yaml
.