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.105.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.106.0
Choose a head ref
  • 8 commits
  • 556 files changed
  • 9 contributors

Commits on Dec 16, 2025

  1. chore(main): release 6.105.1-SNAPSHOT (#4268)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ### Updating meta-information for bleeding-edge SNAPSHOT release.
    
    ---
    This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
    release-please[bot] authored Dec 16, 2025
    Configuration menu
    Copy the full SHA
    3d585cf View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2025

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

Commits on Jan 5, 2026

  1. chore: use graal-sdk-nativeimage.version to manage graal nativeimage …

    …versions (#4284)
    
    * chore: use graal-sdk-nativeimage.version to manage graal-sdk versions
    
    * chore: generate libraries at Thu Jan  1 23:39:12 UTC 2026
    
    ---------
    
    Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
    mpeddada1 and cloud-java-bot authored Jan 5, 2026
    Configuration menu
    Copy the full SHA
    c706c63 View commit details
    Browse the repository at this point in the history
  2. feat: support SHOW DEFAULT_TRANSACTION_ISOLATION for PG databases (#4285

    )
    
    The `SHOW DEFAULT_TRANSACTION_ISOLATION` command can be used in PostgreSQL to query
    the current default isolation level for a connection. This command was not supported
    by the Spanner JDBC driver and PGAdapter, which made it difficult for customers to
    check whether their attempt to set a different default isolation level actually worked.
    
    Updates GoogleCloudPlatform/pgadapter#3984
    olavloite authored Jan 5, 2026
    Configuration menu
    Copy the full SHA
    aec0515 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2026

  1. fix: adjust the initial polling delay for ddl operations (#4275)

    * fix: adjust the initial polling delay for ddl operations
    
    * fix the lint issue
    
    * refactor the code
    
    * create a separate setting for updateDatabaseDdl
    hengfengli authored Jan 7, 2026
    Configuration menu
    Copy the full SHA
    8d36967 View commit details
    Browse the repository at this point in the history
  2. chore: abstract plain text settings into a SpannerOption (#4264)

    * chore: abstract plain text settings into a SpannerOption
    
    * add unit test for plain text scenarios
    
    * gemini suggested code changes
    
    * updated javadoc
    
    * missing space
    
    * fixed unit test
    
    ---------
    
    Co-authored-by: rahul2393 <irahul@google.com>
    sagnghos and rahul2393 authored Jan 7, 2026
    Configuration menu
    Copy the full SHA
    90bfabf View commit details
    Browse the repository at this point in the history
  3. fix: Retry creation of multiplexed session (#4288)

    * fix(spanner): Retry creation of multiplexed session
    
    * Reduce wait time to run tests faster
    sakthivelmanii authored Jan 7, 2026
    Configuration menu
    Copy the full SHA
    735e29e View commit details
    Browse the repository at this point in the history
  4. chore(main): release 6.106.0 (#4286)

    * chore(main): release 6.106.0
    
    * chore: generate libraries at Wed Jan  7 15:11:02 UTC 2026
    
    ---------
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
    release-please[bot] and cloud-java-bot authored Jan 7, 2026
    Configuration menu
    Copy the full SHA
    e3fa634 View commit details
    Browse the repository at this point in the history
Loading