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.25.2
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.25.3
Choose a head ref
  • 9 commits
  • 13 files changed
  • 3 contributors

Commits on Dec 19, 2024

  1. Configuration menu
    Copy the full SHA
    c81941c View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.25.3-SNAPSHOT (#1875)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Dec 19, 2024
    Configuration menu
    Copy the full SHA
    6992c60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc3fc3e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea02e5d View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2024

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

Commits on Jan 6, 2025

  1. Configuration menu
    Copy the full SHA
    d7cb90d View commit details
    Browse the repository at this point in the history
  2. fix: clear interrupted flag after cancel (#1880)

    Clear the interrupted flag after cancelling a statement when using
    a direct executor.
    
    Fixes #1879
    olavloite authored Jan 6, 2025
    Configuration menu
    Copy the full SHA
    e1fd4e1 View commit details
    Browse the repository at this point in the history
  3. deps: update dependency com.google.cloud:google-cloud-spanner-bom to …

    …v6.84.0 (#1881)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.cloud:google-cloud-spanner-bom](https://redirect.github.com/googleapis/java-spanner) | `6.83.0` -> `6.84.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.cloud:google-cloud-spanner-bom/6.84.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.cloud:google-cloud-spanner-bom/6.84.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.google.cloud:google-cloud-spanner-bom/6.83.0/6.84.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.cloud:google-cloud-spanner-bom/6.83.0/6.84.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/java-spanner (com.google.cloud:google-cloud-spanner-bom)</summary>
    
    ### [`v6.84.0`](https://redirect.github.com/googleapis/java-spanner/blob/HEAD/CHANGELOG.md#6840-2025-01-06)
    
    [Compare Source](https://redirect.github.com/googleapis/java-spanner/compare/v6.83.0...v6.84.0)
    
    ##### Features
    
    -   Add support for ARRAY\<STRUCT> to CloudCilentExecutor ([#&#8203;3544](https://redirect.github.com/googleapis/java-spanner/issues/3544)) ([6cbaf7e](https://redirect.github.com/googleapis/java-spanner/commit/6cbaf7ec6502d04fc0a0c09720e2054bd10bead9))
    -   Add transaction runner for connections ([#&#8203;3559](https://redirect.github.com/googleapis/java-spanner/issues/3559)) ([5a1be3d](https://redirect.github.com/googleapis/java-spanner/commit/5a1be3dedeafa6858502eadc7918820b9cd90f68))
    -   Exposing InstanceType in Instance configuration (to define PROVISIONED or FREE spanner instance) ([8d295c4](https://redirect.github.com/googleapis/java-spanner/commit/8d295c4a4030b4e97b1d653cc3baf412864f3042))
    -   Improve tracing by adding attributes ([#&#8203;3576](https://redirect.github.com/googleapis/java-spanner/issues/3576)) ([eee333b](https://redirect.github.com/googleapis/java-spanner/commit/eee333b51fa69123e011dfbd2a0896fd31ac10dc))
    -   **spanner:** Add jdbc support for external hosts ([#&#8203;3536](https://redirect.github.com/googleapis/java-spanner/issues/3536)) ([801346a](https://redirect.github.com/googleapis/java-spanner/commit/801346a1b2efe7d0144f7442e1568eb5b02ddcbc))
    
    ##### Bug Fixes
    
    -   AsyncTransactionManager did not always close the session ([#&#8203;3580](https://redirect.github.com/googleapis/java-spanner/issues/3580)) ([d9813a0](https://redirect.github.com/googleapis/java-spanner/commit/d9813a05240b966f444168d3b8c30da9d27a8cc4))
    -   Retry specific internal errors ([#&#8203;3565](https://redirect.github.com/googleapis/java-spanner/issues/3565)) ([b9ce1a6](https://redirect.github.com/googleapis/java-spanner/commit/b9ce1a6fcbd11373a5cc82807af15c1cca0dd48e))
    -   Update max_in_use_session at 10 mins interval ([#&#8203;3570](https://redirect.github.com/googleapis/java-spanner/issues/3570)) ([cc1753d](https://redirect.github.com/googleapis/java-spanner/commit/cc1753da72b3e508f8fea8a6d19e1ed3f34e3602))
    
    ##### Dependencies
    
    -   Update opentelemetry.version to v1.45.0 ([#&#8203;3531](https://redirect.github.com/googleapis/java-spanner/issues/3531)) ([78c82ed](https://redirect.github.com/googleapis/java-spanner/commit/78c82edb4fcc4a5a9a372225ca429038c3b34955))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/java-spanner-jdbc).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44NS4wIiwidXBkYXRlZEluVmVyIjoiMzkuODUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
    renovate-bot authored Jan 6, 2025
    Configuration menu
    Copy the full SHA
    42ffaad View commit details
    Browse the repository at this point in the history
  4. chore(main): release 2.25.3 (#1877)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [2.25.3](https://togithub.com/googleapis/java-spanner-jdbc/compare/v2.25.2...v2.25.3) (2025-01-06)
    
    
    ### Bug Fixes
    
    * Clear interrupted flag after cancel ([#1880](https://togithub.com/googleapis/java-spanner-jdbc/issues/1880)) ([e1fd4e1](https://togithub.com/googleapis/java-spanner-jdbc/commit/e1fd4e131a039b80306991cc93c5c097f2538c90)), closes [#1879](https://togithub.com/googleapis/java-spanner-jdbc/issues/1879)
    
    
    ### Dependencies
    
    * Update dependency com.google.cloud:google-cloud-spanner-bom to v6.84.0 ([#1881](https://togithub.com/googleapis/java-spanner-jdbc/issues/1881)) ([42ffaad](https://togithub.com/googleapis/java-spanner-jdbc/commit/42ffaadf0e671806269ba6c0fba8ce470911b8fe))
    * Update dependency org.springframework.boot:spring-boot to v3.4.1 ([#1873](https://togithub.com/googleapis/java-spanner-jdbc/issues/1873)) ([c81941c](https://togithub.com/googleapis/java-spanner-jdbc/commit/c81941ca62face226804619e11b3e9de9b0aa801))
    * Update dependency org.springframework.boot:spring-boot-starter-data-jdbc to v3.4.1 ([#1874](https://togithub.com/googleapis/java-spanner-jdbc/issues/1874)) ([cc3fc3e](https://togithub.com/googleapis/java-spanner-jdbc/commit/cc3fc3e8a2f455909eb9687a81d742250decb8c3))
    * Update dependency org.springframework.boot:spring-boot-starter-parent to v3.4.1 ([#1876](https://togithub.com/googleapis/java-spanner-jdbc/issues/1876)) ([ea02e5d](https://togithub.com/googleapis/java-spanner-jdbc/commit/ea02e5da9d220782c2223bc7f2d4969e70a1b868))
    
    
    ### Documentation
    
    * Add sample for using array of struct query param ([#1871](https://togithub.com/googleapis/java-spanner-jdbc/issues/1871)) ([d7cb90d](https://togithub.com/googleapis/java-spanner-jdbc/commit/d7cb90d264eaf0793422d3bfcaadd5be2ebd6412))
    
    ---
    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 Jan 6, 2025
    Configuration menu
    Copy the full SHA
    62cc3b0 View commit details
    Browse the repository at this point in the history
Loading