Releases: googleapis/api-linter
Releases · googleapis/api-linter
api-linter 1.3.0
Features
- Split the reference package mismatch into a new rule. (#626)
- Add initial rules for AIP-235.
Fixes
- replace erroneous use of "Get" with "Delete" for AIP-135 (#623)
- Handle nested URI parameters correctly for custom method URI suffixes. (#624)
- Permit top-level resources to have batch methods. (#619)
Other
api-linter 1.2.2
Fixes
- Fix enums with words ending in numerals. (#618)
api-linter 1.2.1
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
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
Fixes
- Allow google.type.TimeZone for time zones. (#595)
- Do not flag "created" or "updated" on unexpected types. (#591)
api-linter 1.1.3
Fixes
- BatchGet rule now singularizes correctly. (#585)
api-linter 1.1.2
Fixes
- Permit full_resource_name as a field name. (#583)
api-linter 1.1.1
Fixes
- Exclude 'main' suffices from version checks. (#581)
api-linter 1.1.0
Features
Fixes
- AIP-142 - Permit plural
_times
for repeated Timestamps. (#576)