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.45.0
Choose a base ref
...
head repository: googleapis/java-spanner Loading
compare: v6.45.1
Choose a head ref
  • 4 commits
  • 24 files changed
  • 4 contributors

Commits on Aug 11, 2023

  1. build: remove native image tests from required checks (#2584)

    * test: backoff and retry for RESOURCE_EXHAUSTED when creating test instance
    
    Do a backoff and retry if CreateInstance fails during integration tests.
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * fix: correctly unwrap SpannerException
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * test: back off more and retry more
    
    * fix: prevent -1 as sleep value
    
    * build: reuse test instance
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * build: try to get native build to pick up instance
    
    * build: remove native image tests from required checks
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * test: ignore creation error
    
    * test: use us-central config
    
    * fix: fall back to first config for emulator
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    olavloite and gcf-owl-bot[bot] committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    850435b View commit details
    Browse the repository at this point in the history
  2. fix: always allow metadata queries (#2580)

    * fix: always allow metadata queries
    
    Internal metadata queries should always be allowed, regardless of the type
    of transaction that is currently running or any special mode that has been
    set on the connection. Internal metadata queries are system queries that
    are generated by a connection to return metadata to an application, for
    example methods like getTables() in JDBC.
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * chore: run code formatter
    
    * chore: make if condition more readable
    
    Co-authored-by: Rajat Bhatta <[email protected]>
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Rajat Bhatta <[email protected]>
    3 people committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    ebb17fc View commit details
    Browse the repository at this point in the history
  3. chore(main): release 6.45.1-SNAPSHOT (#2570)

    🤖 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 Aug 11, 2023
    Configuration menu
    Copy the full SHA
    afd78f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

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