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 Loading
base: v6.53.0
Choose a base ref
...
head repository: googleapis/java-spanner Loading
compare: v6.54.0
Choose a head ref
  • 7 commits
  • 22 files changed
  • 5 contributors

Commits on Nov 8, 2023

  1. chore(main): release 6.53.1-SNAPSHOT (#2727)

    🤖 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] committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    7e142ff View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. fix: respect SPANNER_EMULATOR_HOST env var when autoConfigEmulator=tr…

    …ue (#2730)
    
    * fix: respect SPANNER_EMULATOR_HOST env var when autoConfigEmulator=true
    
    The Connection API would always use the default emulator host when
    autoConfigEmulator=true was set in the connection string. This makes it
    harder to override the host name for the emulator when you also want the
    emulator to automatically create the instance and database that you
    connect to, as the only way to set it is to add it to the connection
    string.
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    olavloite and gcf-owl-bot[bot] committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    9c19934 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency com.google.cloud:google-cloud-spanner …

    …to v6.53.0 (#2728)
    
    * chore(deps): update dependency com.google.cloud:google-cloud-spanner to v6.53.0
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    renovate-bot and gcf-owl-bot[bot] committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    b90e57e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8618042 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. fix: copy backup issue when backup is done across different instance …

    …IDs (#2732)
    
    * fix: prevent illegal negative timeout values into thread sleep() method while retrying exceptions in unit tests.
    
    * For details on issue see - #2206
    
    * Fixing lint issues.
    
    * fix: reproduce issue with copy backup.
    
    * fix: copy backup issue when backup is done across different instance IDs.
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    arpan14 and gcf-owl-bot[bot] committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    7f6b158 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. feat: enable session leaks prevention by cleaning up long-running tra… (

    #2655)
    
    * feat: enable session leaks prevention by cleaning up long-running transactions.
    
    * Update session-and-channel-pool-configuration.md
    
    Co-authored-by: Knut Olav Løite <[email protected]>
    
    * Update session-and-channel-pool-configuration.md
    
    Co-authored-by: Knut Olav Løite <[email protected]>
    
    * Update session-and-channel-pool-configuration.md
    
    Co-authored-by: Knut Olav Løite <[email protected]>
    
    * Update session-and-channel-pool-configuration.md
    
    Co-authored-by: Knut Olav Løite <[email protected]>
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Knut Olav Løite <[email protected]>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    3 people committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    faa7e5d View commit details
    Browse the repository at this point in the history
  2. chore(main): release 6.54.0 (#2731)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    7820be8 View commit details
    Browse the repository at this point in the history
Loading