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.35.0
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.35.1
Choose a head ref
  • 11 commits
  • 21 files changed
  • 4 contributors

Commits on Jan 17, 2026

  1. chore(main): release 2.35.1-SNAPSHOT (#2362)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jan 17, 2026
    Configuration menu
    Copy the full SHA
    91688c7 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2026

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

Commits on Jan 23, 2026

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

Commits on Jan 26, 2026

  1. Configuration menu
    Copy the full SHA
    61714fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c2b28e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db1755c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e4ad8a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a4b5c21 View commit details
    Browse the repository at this point in the history
  6. perf: optimize JdbcDataSource#getConnection() (#2371)

    The `JdbcDataSource#getConnection()` method repeatedly executed a number of steps
    that were not necessary for each new connection. This has now been optimized, so
    they are only executed once, as long as the properties of the DataSource do not
    change.
    olavloite authored Jan 26, 2026
    Configuration menu
    Copy the full SHA
    832064c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    094ab5a View commit details
    Browse the repository at this point in the history
  8. chore(main): release 2.35.1 (#2367)

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