--file flag to buf image build to only add specific files and their imports to outputted images. To exclude imports, use --exclude-imports.zip as a source format. Buf can now read zip files, either locally or remotely, for image building, linting, and breaking change detection.zstd as a compression format. Buf can now read and
write Image files that are compressed using zstandard, and can read
tarballs compressed with zstandard.bingz, jsongz, targz are now deprecated. Instead, use format=bin,compression=gzip, format=json,compression=gzip, or format=tar,compression=gzip. The formats bingz, jsongz, targz
will continue to work forever and will not be broken, but will print a
deprecation warning and we recommend updating. Automatic file extension
parsing continues to work the same as well.