Skip to content

Releases: googleapis/api-linter

api-linter 1.28.0

Choose a tag to compare

@github-actions github-actions released this 13 Oct 20:03
164df84

Features

Fixes

  • allow first enum value UNKNOWN (#880)

api-linter 1.27.0

Choose a tag to compare

@github-actions github-actions released this 25 Aug 20:04
622f462

Features

  • Add rule to check type of AIP-158 paginated request skip field (#872)
  • Add rule to check type of AIP-157 request read_mask fields (#874)

api-linter 1.26.2

Choose a tag to compare

@github-actions github-actions released this 11 Aug 20:08
250b8bc

Fixes

  • Allow AIP-234 Batch Update requests to hoist allow_missing field (#870)

api-linter 1.26.1

Choose a tag to compare

@github-actions github-actions released this 04 Aug 20:13
599e46c

Fixes

  • Use OS-specific file separator in core::0191::proto-package rule (#867)
  • Do not overcount variables when additional bindings are used. (#865)

api-linter 1.26.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 20:03
9f43101

Features

  • parent should be the only variable in Create request URIs (#859)
  • add proto-package check to AIP-191 (#862)

Documentation

  • Fix invalid YAML. (#857)

api-linter 1.25.1

Choose a tag to compare

@github-actions github-actions released this 07 Jul 20:03
fbd6e6b

Fixes

  • Prevent AIP-132 request-show-deleted-required rule from crashing on non-message fields (#856)

api-linter 1.25.0

Choose a tag to compare

@github-actions github-actions released this 02 Jun 20:47
425c14b

Features

  • Add rule for AIP-162 Delete Revision response message name (#813)

api-linter 1.24.0

Choose a tag to compare

@github-actions github-actions released this 19 May 20:03
87a2f49

Features

  • Permit skip in List requests. (#845)
  • Support 'conditionally' required fields. (#846)

Fixes

  • Remove the valid resource reference rule. (#847)

api-linter 1.23.0

Choose a tag to compare

@github-actions github-actions released this 28 Apr 20:04
8e9cd4a

Features

  • Add linter for AIP-192 deprecated service and methods (#836)

Documentation

  • Reference AIP links in a uniform way. (#840)

api-linter 1.22.0

Choose a tag to compare

@github-actions github-actions released this 21 Apr 20:04
199432d

Features

  • Require show_deleted List request field for resources supporting soft delete (#833)
  • Require a name field in messages with google.api.resource annotations (#839)
  • Require AIP-135 request force fields to be singular bool (#835)

Other

  • Use common lint for HTTP variable rules more widely (#834)