Tags: googleapis/api-linter
Tags
chore(main): release 2.1.0 (#1558) * chore(main): release 2.1.0 * Update CHANGELOG.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Santiago Quiroga <22756465+quirogas@users.noreply.github.com>
fix(cli): resolve import path resolution (#1545) * fix(cli): fix import resolution * chore(cli): fix integration test * chore(cli): compile every proto file separatelly to avoid import and compilation collisions * chore(cli): add integration test for thrid_party dir scenario * chore(cli): simplify test * chore(cli): expand comment
chore(main): release 1.71.0 (#1526) 🤖 I have created a release *beep* *boop* --- ## [1.71.0](https://togithub.com/googleapis/api-linter/compare/v1.70.2...v1.71.0) (2025-08-26) ### Features * **AIP-160:** Validate filter field name. ([#1523](https://togithub.com/googleapis/api-linter/issues/1523)) ([73e4f83](https://togithub.com/googleapis/api-linter/commit/73e4f83da2399d9067df2c15310864969a33509f)) * **AIP-160:** Validate filter field type ([#1524](https://togithub.com/googleapis/api-linter/issues/1524)) ([f182a25](https://togithub.com/googleapis/api-linter/commit/f182a25e6ba6ff5c85a7d3300f6d94f19b36d95b)) ### Bug Fixes * **AIP-133:** skip method sig for non-standard create ([#1521](https://togithub.com/googleapis/api-linter/issues/1521)) ([e9306c6](https://togithub.com/googleapis/api-linter/commit/e9306c6f9bd46508fcaefefd3266bdd935c6f2a4)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
fix(cli): resolve linting errors related to incorrect positioning whe… ( #1531) * fix(cli): allow disabling all rules and then enabling a single rule, or multiple rules * fix(cli): resolve linting errors related to incorrect positioning when working with descriptor sets without source info
feat!: Migrate from jhump/protoreflect to google.golang.org/protobuf (#… …1513) This commit migrates the entire codebase from the `jhump/protoreflect` and deprecated `github.com/golang/protobuf` libraries to the new `google.golang.org/protobuf` library. This is a significant change that modernizes the codebase and improves performance and maintainability. BREAKING CHANGE: This migration introduces breaking changes to the public API. Users will need to update their code to use the new `google.golang.org/protobuf` types. --- ## Extended description * feat!(lint): migrate to protobuf-go * feat!(locations): migrate to protobuf-go * feat!(internal): migrate to protobuf-go * feat!(rules): migrate AIPs from protoreflect to protobuf-go * feat!(cli): migrate to protobuf-go Co-authored-by: Noah Dietz <noahdietz@users.noreply.github.com> --------- Co-authored-by: Noah Dietz <noahdietz@users.noreply.github.com>
chore(main): release 1.70.2 (#1518) 🤖 I have created a release *beep* *boop* --- ## [1.70.2](https://togithub.com/googleapis/api-linter/compare/v1.70.1...v1.70.2) (2025-08-06) ### Bug Fixes * **AIP-123:** handle errant slash in pattern parsing ([#1517](https://togithub.com/googleapis/api-linter/issues/1517)) ([40a69bd](https://togithub.com/googleapis/api-linter/commit/40a69bd75b7eddfa5c16e58aa0c73e441342512e)), refs [#1514](https://togithub.com/googleapis/api-linter/issues/1514) ### Documentation * **config:** fix incorrect rule flags ([#1516](https://togithub.com/googleapis/api-linter/issues/1516)) ([2454606](https://togithub.com/googleapis/api-linter/commit/2454606c87d4f5c9a12647b13c0f7e8fe945219f)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
PreviousNext