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.87.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.88.0
Choose a head ref
  • 12 commits
  • 71 files changed
  • 8 contributors

Commits on Feb 25, 2025

  1. chore: Update generation configuration at Tue Feb 25 02:25:22 UTC 2025 (

    #3646)
    
    * chore: Update generation configuration at Fri Feb 14 02:23:09 UTC 2025
    
    * chore: generate libraries at Fri Feb 14 02:23:50 UTC 2025
    
    * chore: Update generation configuration at Sat Feb 15 02:22:30 UTC 2025
    
    * chore: Update generation configuration at Thu Feb 20 02:24:02 UTC 2025
    
    * chore: Update generation configuration at Fri Feb 21 02:24:15 UTC 2025
    
    * chore: generate libraries at Fri Feb 21 02:24:52 UTC 2025
    
    * chore: Update generation configuration at Sat Feb 22 02:21:39 UTC 2025
    
    * chore: Update generation configuration at Sun Feb 23 02:26:15 UTC 2025
    
    * chore: generate libraries at Sun Feb 23 02:26:47 UTC 2025
    
    * chore: Update generation configuration at Mon Feb 24 02:26:04 UTC 2025
    
    * chore: Update generation configuration at Tue Feb 25 02:25:22 UTC 2025
    
    ---------
    
    Co-authored-by: rahul2393 <[email protected]>
    cloud-java-bot and rahul2393 authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    3fd33ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a60f131 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8631a24 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2025

  1. chore: Update generation configuration at Wed Feb 26 02:25:19 UTC 2025 (

    #3660)
    
    * chore: Update generation configuration at Wed Feb 26 02:25:19 UTC 2025
    
    * chore: generate libraries at Wed Feb 26 02:25:55 UTC 2025
    cloud-java-bot authored Feb 26, 2025
    Configuration menu
    Copy the full SHA
    7c714be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b86c0bb View commit details
    Browse the repository at this point in the history
  3. feat: default authentication support for external hosts (#3656)

    * feat: default authentication support for external hosts
    
    * unit test added
    
    * unit test typo
    
    * skip auth_token in emulator host for jdbc
    
    * skip auth_token for emulator
    
    * env variable prefix change
    
    * code refactor to handle edge cases
    
    * chore: create util method for reading token from file
    
    * chore: fix clirr failure
    
    * test: reset unimplemented flag after test
    
    ---------
    
    Co-authored-by: Knut Olav Løite <[email protected]>
    sagnghos and olavloite authored Feb 26, 2025
    Configuration menu
    Copy the full SHA
    ace11d5 View commit details
    Browse the repository at this point in the history
  4. chore(main): release 6.87.1-SNAPSHOT (#3653)

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

Commits on Feb 27, 2025

  1. feat: automatically set default sequence kind in JDBC and PGAdapter (#…

    …3658)
    
    * feat: automatically set default sequence kind in JDBC and PGAdapter
    
    Add a connection property that automatically sets the default sequence kind for
    a database if a DDL statement fails due to no default sequence kind having been
    set. This allows tools like PGAdapter and ORMs that use JDBC to automatically
    use auto_increment columns without the need to add an ALTER DATABASE statement.
    
    * chore: fix clirr failures
    
    * test: fix integration test
    
    * fix: correctly retry if a failure happens in the middle
    olavloite authored Feb 27, 2025
    Configuration menu
    Copy the full SHA
    e8abf33 View commit details
    Browse the repository at this point in the history
  2. chore: support spanner prefix jdbc url (#3654)

    * feat(spanner): support spanner prefix jdbc url
    
    * support for both prefix spanner/cloudspanner
    
    * unit test for change in existing pattern
    
    ---------
    
    Co-authored-by: Knut Olav Løite <[email protected]>
    sagnghos and olavloite authored Feb 27, 2025
    Configuration menu
    Copy the full SHA
    6c2848b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57497ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3543548 View commit details
    Browse the repository at this point in the history
  5. chore(main): release 6.88.0 (#3663)

    * chore(main): release 6.88.0
    
    * chore: generate libraries at Thu Feb 27 17:35:12 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 Feb 27, 2025
    Configuration menu
    Copy the full SHA
    0d31b27 View commit details
    Browse the repository at this point in the history
Loading