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.48.0
Choose a base ref
...
head repository: googleapis/java-spanner Loading
compare: v6.49.0
Choose a head ref
  • 7 commits
  • 25 files changed
  • 6 contributors

Commits on Sep 26, 2023

  1. chore(main): release 6.48.1-SNAPSHOT (#2642)

    🤖 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 Sep 26, 2023
    Configuration menu
    Copy the full SHA
    fd3974c View commit details
    Browse the repository at this point in the history
  2. docs: remove reference to returning clauses for Batch DML (#2644)

    * docs: remove reference to returning clauses for Batch DML
    
    Remove the reference to THEN RETURN / RETURNING clauses for Batch DML
    requests, as these clauses are ignored for batch DML and not returned to
    the client.
    
    * 🦉 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 Sep 26, 2023
    Configuration menu
    Copy the full SHA
    038d8ca View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. chore(deps): update dependency com.google.cloud:google-cloud-spanner …

    …to v6.48.0 (#2643)
    
    * chore(deps): update dependency com.google.cloud:google-cloud-spanner to v6.48.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 Sep 27, 2023
    Configuration menu
    Copy the full SHA
    692c1bb View commit details
    Browse the repository at this point in the history
  2. deps: update dependency com.google.cloud:google-cloud-shared-dependen…

    …cies to v3.16.1 (#2637)
    
    * deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v3.16.1
    
    * chore: fixes from `dependencies.sh`
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Diego Marquez <[email protected]>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    3 people committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    3f48624 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. docs: improve timeout and retry sample (#2630)

    * docs: improve timeout and retry sample
    
    The timeout and retry sample used 60 seconds for both initial,
    max, and total timeout. It also used a 1.0 multiplier for the
    timeout value. This made it impossible to explain how to set
    an increasing RPC timeout value. It also rendered adding the
    DEADLINE_EXCEEDED error code as a retryable code superfluous.
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * chore: update timeout values based on what is possible with other languages
    
    * test: move sample test to separate class
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    olavloite and gcf-owl-bot[bot] committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    f03ce56 View commit details
    Browse the repository at this point in the history
  2. feat: add session pool option for modelling a timeout around session …

    …acquisition. (#2641)
    
    * feat: add session pool option for modelling a timeout around session acquisition.
    
    * docs: modify existing documentation.
    
    * Update google-cloud-spanner/src/main/java/com/google/cloud/spanner/SessionPoolOptions.java
    
    Co-authored-by: Knut Olav Løite <[email protected]>
    
    * Update google-cloud-spanner/src/main/java/com/google/cloud/spanner/SessionPoolOptions.java
    
    Co-authored-by: Knut Olav Løite <[email protected]>
    
    * chore: address review comments.
    
    * fix: lint errors.
    
    * fix: broken unit test.
    
    * chore: add more unit test.
    
    * fix: review comments.
    
    * fix: NPE in unit test.
    
    * Update google-cloud-spanner/src/main/java/com/google/cloud/spanner/SessionPoolOptions.java
    
    Co-authored-by: Knut Olav Løite <[email protected]>
    
    * chore: fix review comments.
    
    * 🦉 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 Sep 28, 2023
    Configuration menu
    Copy the full SHA
    428e294 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 6.49.0 (#2645)

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