Skip to content

Releases: googleapis/api-linter

api-linter 1.1.2

22 Jul 20:33
9b82a04
Compare
Choose a tag to compare

Fixes

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

api-linter 1.1.1

15 Jul 20:07
dc24c16
Compare
Choose a tag to compare

Fixes

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

api-linter 1.1.0

01 Jul 20:10
e957f2a
Compare
Choose a tag to compare

Features

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

Fixes

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

api-linter 1.0.1

24 Jun 20:06
c2d4b62
Compare
Choose a tag to compare

Fixes

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

api-linter 1.0.0

19 Jun 19:29
3cf71fe
Compare
Choose a tag to compare

While the API linter has been in use for some time, both inside and outside Google, we had not set up a release process or distributed binaries. We now do so.

Features

  • Initial linter release, with a stable interface for rules, configuration, and loading custom rules.
  • 159 individual rules based on Google AIPs.