Releases: bufbuild/buf
Releases · bufbuild/buf
v0.8.0
v0.7.1
v0.7.0
v0.6.0
v0.5.0
- Allow basic authentication for remote tarballs, git repositories, and image files served from HTTPS endpoints. See https://buf.build/docs/inputs#https for more details.
- Allow public key authentication for remote git repositories served from SSH endpoints. See https://buf.build/docs/inputs#ssh for more details.
v0.4.1
v0.4.0
- Change the breaking change detector to compare enum values on number instead of name. This also results in the
ENUM_VALUE_SAME_NUMBER
checker being replaced with theENUM_VALUE_SAME_NAME
checker, except this new checker is not in theWIRE
category.