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/java-spanner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.103.0
Choose a base ref
...
head repository: googleapis/java-spanner
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.104.0
Choose a head ref
  • 8 commits
  • 85 files changed
  • 6 contributors

Commits on Nov 18, 2025

  1. chore: Update generation configuration at Tue Nov 18 02:31:00 UTC 2025 (

    #4226)
    
    * chore: Update generation configuration at Sat Nov 15 02:29:34 UTC 2025
    
    * chore: generate libraries at Sat Nov 15 02:30:07 UTC 2025
    
    * chore: Update generation configuration at Mon Nov 17 02:31:36 UTC 2025
    
    * chore: Update generation configuration at Tue Nov 18 02:31:00 UTC 2025
    
    * chore: generate libraries at Tue Nov 18 02:31:33 UTC 2025
    cloud-java-bot authored Nov 18, 2025
    Configuration menu
    Copy the full SHA
    820efc3 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2025

  1. chore(main): release 6.103.1-SNAPSHOT (#4232)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Nov 20, 2025
    Configuration menu
    Copy the full SHA
    0834317 View commit details
    Browse the repository at this point in the history
  2. feat: include PostgreSQL error code in exceptions (#4236)

    * feat: include PostgreSQL error code in exceptions
    
    PostgreSQL error codes are now included in SpannerException when available.
    
    The PostgreSQL error code is only filled with a non-null value if the database is a
    Spanner PostgreSQL-dialect database, and the error is one that has a corresponding
    error code in PostgreSQL.
    
    See https://www.postgresql.org/docs/current/errcodes-appendix.html for a full list
    of all PostgreSQL error codes.
    
    * chore: generate libraries at Wed Nov 19 17:51:21 UTC 2025
    
    * chore: fix formatting and tests
    
    ---------
    
    Co-authored-by: cloud-java-bot <[email protected]>
    olavloite and cloud-java-bot authored Nov 20, 2025
    Configuration menu
    Copy the full SHA
    5874f8b View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2025

  1. chore: Update generation configuration at Fri Nov 21 02:30:32 UTC 2025 (

    #4235)
    
    * chore: Update generation configuration at Wed Nov 19 02:30:59 UTC 2025
    
    * chore: generate libraries at Wed Nov 19 02:31:26 UTC 2025
    
    * chore: Update generation configuration at Thu Nov 20 02:30:40 UTC 2025
    
    * chore: Update generation configuration at Fri Nov 21 02:30:32 UTC 2025
    
    * chore: generate libraries at Fri Nov 21 02:31:01 UTC 2025
    cloud-java-bot authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    2349908 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2025

  1. fix: backslash at end of string literal was misinterpreted (#4246)

    SQL strings that contained a string literal with a backslash as the last character were
    misinterpreted by the statement parser as containing unclosed string literals.
    
    Fixes googleapis/java-spanner-jdbc#2303
    olavloite authored Nov 28, 2025
    Configuration menu
    Copy the full SHA
    477ca51 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

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

Commits on Dec 3, 2025

  1. Configuration menu
    Copy the full SHA
    17962e3 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 6.104.0 (#4237)

    * chore(main): release 6.104.0
    
    * chore: generate libraries at Wed Dec  3 06:35:19 UTC 2025
    
    ---------
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: cloud-java-bot <[email protected]>
    release-please[bot] and cloud-java-bot authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    5d524f9 View commit details
    Browse the repository at this point in the history
Loading