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
base: v6.62.0
Choose a base ref
...
head repository: googleapis/java-spanner
compare: v6.62.1
Choose a head ref
  • 12 commits
  • 40 files changed
  • 6 contributors

Commits on Mar 19, 2024

  1. chore(main): release 6.62.1-SNAPSHOT (#2957)

    🤖 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 Mar 19, 2024
    Configuration menu
    Copy the full SHA
    9962de3 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

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

    …to v6.62.0 (#2958)
    
    * chore(deps): update dependency com.google.cloud:google-cloud-spanner to v6.62.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 Mar 20, 2024
    Configuration menu
    Copy the full SHA
    2498461 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. chore: add session pool options for multiplexed session. (#2960)

    * 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.
    
    * chore: add session pool options for multiplexed session.
    
    * 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]>
    
    * fix: comments.
    
    * chore: lint fix.
    
    ---------
    
    Co-authored-by: Knut Olav Løite <[email protected]>
    arpan14 and olavloite committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    d970a2c View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Configuration menu
    Copy the full SHA
    b2dc788 View commit details
    Browse the repository at this point in the history
  2. chore: add new members in SessionImpl for multiplexed session. Add a … (

    #2961)
    
    * chore: add new members in SessionImpl for multiplexed session. Add a new method to create multiplexed session.
    
    * chore: add unit tests.
    
    * Update google-cloud-spanner/src/main/java/com/google/cloud/spanner/SessionClient.java
    
    Co-authored-by: Knut Olav Løite <[email protected]>
    
    * fix: comments.
    
    * chore: prefer junit assertions.
    
    * chore: change to default method in SpannerRpc interface.
    
    ---------
    
    Co-authored-by: Knut Olav Løite <[email protected]>
    arpan14 and olavloite committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    d0ba290 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. chore: generalise session pool class for multiplexed session. (#2964)

    * chore: generalise session pool class for multiplexed session.
    
    * chore: add back previous code.
    
    * chore: address comments.
    arpan14 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    e043de8 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. ci: replace projectID for integration tests (#2962)

    * ci: replace projectID for integration tests
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * update project id
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    rahul2393 and gcf-owl-bot[bot] committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    1eb3db9 View commit details
    Browse the repository at this point in the history
  2. chore: remove tag restrictions in Connection API (#2970)

    The Connection API used a regex to limit the possible values that could
    be set for statement and transaction tags. These limitations were not in
    sync with what the actual allowed values for tags are in Spanner. The
    restrictions in the Connection API have therefore been removed, and all
    validation is done by the Spanner backend instead.
    olavloite committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    a23d89f View commit details
    Browse the repository at this point in the history
  3. test: fix ITDatabaseAdminTest failures (#2976)

    * test: fix ITDatabaseAdminTest failures
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * exclude owlbot pre-processor run on kokoro config
    
    * remove reduntant assert
    
    * fix test
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    rahul2393 and gcf-owl-bot[bot] committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    fd08c12 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. chore: add multiplexed session implementations for CachedSession/Sess…

    …ionFuture interfaces. (#2973)
    
    * chore: add multiplexed session implementations for CachedSession/SessionFuture  interfaces.
    
    * chore: add comments.
    
    * chore: add session replacement handler for multiplexed session.
    
    * chore: address comments.
    
    * chore: fix comments.
    
    * chore: fix comments.
    arpan14 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    dfac7ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5cb1dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da3c098 View commit details
    Browse the repository at this point in the history