Skip to content

Releases: googleapis/api-linter

api-linter 1.30.1

23 Mar 20:06
5ad4de8
Compare
Choose a tag to compare

Fixes

  • valid characters in filename (#948)

api-linter 1.30.0

09 Mar 20:03
b0b8e14
Compare
Choose a tag to compare

Features

  • add index link to each section of rule group (#944)
  • standard fields should not be in a oneof (#939)
  • validate resource type name format (#935)
  • validate resource maps to URI path (#930)

Fixes

  • support name_field (#938)

Other

  • bump docs deps with bundler, add webrick (#943)

api-linter 1.29.5

10 Feb 00:11
bf4da8d
Compare
Choose a tag to compare

Fixes

  • exempt crypto_key_name resource field name check (#929)

api-linter 1.29.4

19 Jan 21:35
06c5397
Compare
Choose a tag to compare

Other

  • include chore commits in visible list (#924)
  • update docs to use go install (#920)
  • export GetAllMessages function. (#921)
  • add location helper for cc_enable_arenas file option (#918)
  • add location helper for imports (#914)
  • Update google.golang.org/genproto commit hash to 3ac035c (#915)

api-linter 1.29.3

08 Dec 20:03
7dd60c4
Compare
Choose a tag to compare

Fixes

  • Make plainVar RegExp explicit and consistent. (#907)

api-linter 1.29.2

12 Nov 16:59
6d4bf91
Compare
Choose a tag to compare

Fixes

  • disable all rules instead of only core in test (#899)

Other

  • add MethodOption location function (#900)

api-linter 1.29.1

03 Nov 20:12
dac44ec
Compare
Choose a tag to compare

Fixes

  • replace version template var to ignore (#898)

api-linter 1.29.0

27 Oct 20:04
1d1a79a
Compare
Choose a tag to compare

Features

  • enforce all required fields in method signatures (#894)

Fixes

  • ignore versioning variable in URIs (#895)
  • ignore oneof fields optional consistency (#896)

api-linter 1.28.1

20 Oct 20:04
ab973eb
Compare
Choose a tag to compare

Fixes

  • Exclude Delete{Resource}Revision methods from AIP-135 checks. (#889)

api-linter 1.28.0

13 Oct 20:03
164df84
Compare
Choose a tag to compare

Features

Fixes

  • allow first enum value UNKNOWN (#880)