Skip to content

Releases: googleapis/api-linter

api-linter 1.2.2

Choose a tag to compare

@github-actions github-actions released this 09 Sep 20:11
9a793b5

Fixes

  • Fix enums with words ending in numerals. (#618)

api-linter 1.2.1

Choose a tag to compare

@github-actions github-actions released this 02 Sep 20:11
20b5ec1

Fixes

  • Fix typos in AIP-231's http_uri_suffix rule (#610)
  • Add field name to base64 documentation. (#605)

Other

  • Fix rule title for AIP-191 java-outer-classname (#617)
  • Fix typo in method-signature.md (#613)

api-linter 1.2.0

Choose a tag to compare

@github-actions github-actions released this 26 Aug 20:13
6422027

Features

  • Prohibit streaming on long-running operations. (#603)
  • Resource references should be strings. (#602)
  • Prohibit streaming on paging methods. (#601)

Other

api-linter 1.1.5

Choose a tag to compare

@github-actions github-actions released this 19 Aug 20:10
59614b2

Fixes

  • Allow google.type.TimeZone for time zones. (#595)
  • Do not flag "created" or "updated" on unexpected types. (#591)

api-linter 1.1.4

Choose a tag to compare

@github-actions github-actions released this 12 Aug 20:10
dbf6a82

Other

api-linter 1.1.3

Choose a tag to compare

@github-actions github-actions released this 05 Aug 20:09
dd1810f

Fixes

  • BatchGet rule now singularizes correctly. (#585)

api-linter 1.1.2

Choose a tag to compare

@github-actions github-actions released this 22 Jul 20:33
9b82a04

Fixes

  • Permit full_resource_name as a field name. (#583)

api-linter 1.1.1

Choose a tag to compare

@github-actions github-actions released this 15 Jul 20:07
dc24c16

Fixes

  • Exclude 'main' suffices from version checks. (#581)

api-linter 1.1.0

Choose a tag to compare

@github-actions github-actions released this 01 Jul 20:10
e957f2a

Features

  • AIP-124 – Ensure resource references are valid. (#574)

Fixes

  • AIP-142 - Permit plural _times for repeated Timestamps. (#576)

api-linter 1.0.1

Choose a tag to compare

@github-actions github-actions released this 24 Jun 20:06
c2d4b62

Fixes

  • AIP-140 – Permit abbreviated-words as prefixes. (#572)
  • AIP-140 – Permit hour_of_day and day_of_week. (#570)