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/go-sql-spanner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.11.1
Choose a base ref
...
head repository: googleapis/go-sql-spanner
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.11.2
Choose a head ref
  • 5 commits
  • 18 files changed
  • 3 contributors

Commits on Mar 3, 2025

  1. deps: update deps (#376)

    * deps: update deps
    
    * chore: go mod tidy
    
    * chore: update Go version for lint check
    
    ---------
    
    Co-authored-by: Knut Olav Løite <koloite@gmail.com>
    renovate-bot and olavloite authored Mar 3, 2025
    Copy the full SHA
    10f32ba View commit details
  2. deps: update supported Go version to 1.24 (#388)

    Updates the policy for the supported Go versions and updates the
    test runners to use the two latest versions.
    olavloite authored Mar 3, 2025
    Copy the full SHA
    dabd0d0 View commit details

Commits on Mar 6, 2025

  1. deps: update deps (#389)

    * deps: update deps
    
    * chore: go mod tidy
    
    * deps: update Spanner client lib
    
    ---------
    
    Co-authored-by: Knut Olav Løite <koloite@gmail.com>
    renovate-bot and olavloite authored Mar 6, 2025
    Copy the full SHA
    44d9a78 View commit details
  2. perf: use last_statement optimization for auto-commit (#387)

    Automatically use the last_statement optimization for DML statements that
    are executed outside transactions. This allows Spanner to skip some
    validations while executing the statement.
    olavloite authored Mar 6, 2025
    Copy the full SHA
    21f4923 View commit details
  3. chore(main): release 1.11.2 (#390)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Mar 6, 2025
    Copy the full SHA
    82b7f84 View commit details
Loading