Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/api-linter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.71.0
Choose a base ref
...
head repository: googleapis/api-linter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.72.0
Choose a head ref
  • 5 commits
  • 12 files changed
  • 6 contributors

Commits on Sep 17, 2025

  1. feat: upgrade to Go 1.24 (#1532)

    * feat: upgrade to Go 1.24
    
    * chore(ci): upgrade staticcheck for go 1.24
    noahdietz authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    8448403 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2025

  1. fix(AIP-140): restrict uri naming suggestions to fields with URI in…

    … comments (#1541)
    
    * fix(AIP-140): restrict `uri` naming suggestions to fields with URI in comments
    
    AIP-140 was recently updated to clarify that field names may use `url`
    when the field can only represent a URL. The current URI lint rule for
    AIP-140 will unconditionally discourage using `url` in field names.
    This change updates the URI lint rule to be more conservative by only
    suggesting renaming the field to use `uri` when the field's comments
    use the term URI.
    
    Related update to AIP-140:
    aip-dev/google.aip.dev#1551
    
    * Add a test case for a `uri` field with a comment mentioning "URI".
    
    * Add a test case for a `url` field where comment has intra-word "uri" substring
    
    ---------
    
    Co-authored-by: Santiago Quiroga <[email protected]>
    stephanemoore and quirogas authored Sep 22, 2025
    Configuration menu
    Copy the full SHA
    7dfafc4 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2025

  1. docs: update http-uri-resource.md (#1543)

    Improve readability and phrasing of comment in incorrect example code.
    katlyn-edwards authored Sep 24, 2025
    Configuration menu
    Copy the full SHA
    be4bb0f View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2025

  1. Configuration menu
    Copy the full SHA
    efd5667 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2025

  1. chore(main): release 1.72.0 (#1539)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Oct 21, 2025
    Configuration menu
    Copy the full SHA
    0016bc0 View commit details
    Browse the repository at this point in the history
Loading