Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.
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-jdbc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.31.3
Choose a base ref
...
head repository: googleapis/java-spanner-jdbc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.32.0
Choose a head ref
  • 9 commits
  • 16 files changed
  • 3 contributors

Commits on Jul 29, 2025

  1. chore(main): release 2.31.4-SNAPSHOT (#2154)

    🤖 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 Jul 29, 2025
    Configuration menu
    Copy the full SHA
    e5766e8 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2025

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

Commits on Jul 31, 2025

  1. Configuration menu
    Copy the full SHA
    9679471 View commit details
    Browse the repository at this point in the history
  2. deps: update dependency com.google.cloud:google-cloud-spanner-bom to …

    …v6.98.0 (#2161)
    
    * deps: update dependency com.google.cloud:google-cloud-spanner-bom to v6.98.0
    
    * test: update test cases as mux sessions are default
    
    ---------
    
    Co-authored-by: Knut Olav Løite <[email protected]>
    renovate-bot and olavloite authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    b5345b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0caeb9 View commit details
    Browse the repository at this point in the history
  4. feat: a single multiplexed session is used for all operations (#2162)

    The JDBC driver now uses a single multiplexed session for all operations. This applies to all operations in auto-commit mode, in read-only transactions, and in read/write transactions.
    
    One multiplexed session can execute an unlimited number of operations concurrently.
    
    Configuring minSessions and maxSessions in the connection URL is therefore no longer needed for workloads that execute a large number of concurrent transactions.
    olavloite authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    21438cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5893055 View commit details
    Browse the repository at this point in the history
  6. chore: support simple statement param metadata (#2163)

    Add an option to use simple PreparedStatement ParameterMetadata that only uses client-side information. This prevents round-trips to Spanner when calling the method PreparedStatement#getParameterMetaData(), for example when these are triggered by frameworks like Spring Data.
    
    This option is experimental and could be removed in future releases.
    
    The option can be enabled by setting the system property `spanner.jdbc.use_simple_parameter_metadata=true`
    olavloite authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    b94e4c5 View commit details
    Browse the repository at this point in the history
  7. chore(main): release 2.32.0 (#2159)

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