Sourced from build.buf:buf's releases.
v1.40.1
- Fix issue with
buf lint
where comment ignores in the shape of// buf:lint:ignore <RULE_ID> <extra comment>
were not recognized due to the extra comment.v1.40.0
- Add concept of a default lint or breaking rule, which is printed out as a property when running
buf config ls-{breaking,lint}-rules
. Default rules are those rules which are run if no lint or breaking rules are explicitly configured in yourbuf.yaml
.- Rename
DEFAULT
lint rule category toSTANDARD
. With the concept of default rules being introduced, having a category namedDEFAULT
is confusing, as while it happens that all the rules in theDEFAULT
lint category are also default rules, the name has become overloaded. As with allbuf
changes, this change is backwards-compatible: theDEFAULT
lint category continues to work, and always will. We recommend changing toSTANDARD
, however.
Sourced from build.buf:buf's changelog.
[v1.40.1] - 2024-09-06
- Fix issue with
buf lint
where comment ignores in the shape of// buf:lint:ignore <RULE_ID> <extra comment>
were not recognized due to the extra comment.[v1.40.0] - 2024-09-04
- Add concept of a default lint or breaking rule, which is printed out as a property when running
buf config ls-{breaking,lint}-rules
. Default rules are those rules which are run if no lint or breaking rules are explicitly configured in yourbuf.yaml
.- Rename
DEFAULT
lint rule category toSTANDARD
. With the concept of default rules being introduced, having a category namedDEFAULT
is confusing, as while it happens that all the rules in theDEFAULT
lint category are also default rules, the name has become overloaded. As with allbuf
changes, this change is backwards-compatible: theDEFAULT
lint category continues to work, and always will. We recommend changing toSTANDARD
, however.
f358c8f
Release v1.40.1 (#3296)ce4082e
Fix comment ignore with trailing comment not recognized (#3295)b8d651f
Change bufcheck.NewClient to take a RunnerProvider instead of a
command.Runne...f8231a5
Return to development (#3293)a7fdc11
Release v1.40.0 (#3292)3075720
Add custom lint and breaking change plugins (#3279)da26542
Chore fix make upgrade go version (#3286)2ad31e1
Fix flaky test not closing os.File (#3287)7d33f72
Bump github.com/bufbuild/protovalidate-go from 0.6.4 to 0.6.5 (#3284)e8415bc
Bump github.com/docker/docker from 27.1.2+incompatible to
27.2.0+incompatible...