|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [2.0.0](https://github.com/googleapis/api-linter/compare/v1.72.0...v2.0.0) (2025-10-22) |
| 4 | + |
| 5 | + |
| 6 | +### ⚠ BREAKING CHANGES |
| 7 | + |
| 8 | +* **lint:** migrate to protobuf-go |
| 9 | +* **locations:** migrate to protobuf-go |
| 10 | +* **internal:** migrate to protobuf-go |
| 11 | +* **rules:** migrate to protobuf-go |
| 12 | +* **cli:** migrate to protobuf-go |
| 13 | +* refactor api-linter framework with google.golang.org/protobuf ([#1513](https://github.com/googleapis/api-linter/issues/1513)) |
| 14 | + |
| 15 | +### Features |
| 16 | + |
| 17 | +* **AIP-133:** allow view field in create request ([42e6805](https://github.com/googleapis/api-linter/commit/42e68051f30e8f22897849632d7851fa61cd064d)) |
| 18 | +* **AIP-134:** allow view field in update request ([42e6805](https://github.com/googleapis/api-linter/commit/42e68051f30e8f22897849632d7851fa61cd064d)) |
| 19 | +* **AIP-135:** allow view field in delete request ([42e6805](https://github.com/googleapis/api-linter/commit/42e68051f30e8f22897849632d7851fa61cd064d)) |
| 20 | +* **cli:** migrate to protobuf-go ([42e6805](https://github.com/googleapis/api-linter/commit/42e68051f30e8f22897849632d7851fa61cd064d)) |
| 21 | +* **internal:** migrate to protobuf-go ([42e6805](https://github.com/googleapis/api-linter/commit/42e68051f30e8f22897849632d7851fa61cd064d)) |
| 22 | +* **lint:** migrate to protobuf-go ([42e6805](https://github.com/googleapis/api-linter/commit/42e68051f30e8f22897849632d7851fa61cd064d)) |
| 23 | +* **locations:** migrate to protobuf-go ([42e6805](https://github.com/googleapis/api-linter/commit/42e68051f30e8f22897849632d7851fa61cd064d)) |
| 24 | +* refactor api-linter framework with google.golang.org/protobuf ([#1513](https://github.com/googleapis/api-linter/issues/1513)) ([42e6805](https://github.com/googleapis/api-linter/commit/42e68051f30e8f22897849632d7851fa61cd064d)) |
| 25 | +* **rules:** migrate to protobuf-go ([42e6805](https://github.com/googleapis/api-linter/commit/42e68051f30e8f22897849632d7851fa61cd064d)) |
| 26 | + |
| 27 | + |
| 28 | +### Bug Fixes |
| 29 | + |
| 30 | +* **cli:** allow disabling all rules and then enabling a single rule, or multiple rules ([42e6805](https://github.com/googleapis/api-linter/commit/42e68051f30e8f22897849632d7851fa61cd064d)) |
| 31 | +* **cli:** resolve import path resolution ([#1545](https://github.com/googleapis/api-linter/issues/1545)) ([42e6805](https://github.com/googleapis/api-linter/commit/42e68051f30e8f22897849632d7851fa61cd064d)) |
| 32 | +* **lint:** linter config on windows ([#1551](https://github.com/googleapis/api-linter/issues/1551)) ([42e6805](https://github.com/googleapis/api-linter/commit/42e68051f30e8f22897849632d7851fa61cd064d)) |
| 33 | + |
3 | 34 | ## [1.72.0](https://github.com/googleapis/api-linter/compare/v1.71.0...v1.72.0) (2025-10-16) |
4 | 35 |
|
5 | 36 |
|
|
0 commit comments