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.37.0
Choose a base ref
...
head repository: googleapis/java-spanner Loading
compare: v6.38.0
Choose a head ref
  • 17 commits
  • 40 files changed
  • 10 contributors

Commits on Mar 4, 2023

  1. chore(main): release 6.37.1-SNAPSHOT (#2317)

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

Commits on Mar 6, 2023

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

    …to v6.37.0 (#2318)
    
    * chore(deps): update dependency com.google.cloud:google-cloud-spanner to v6.37.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 6, 2023
    Configuration menu
    Copy the full SHA
    0e65daf View commit details
    Browse the repository at this point in the history
  2. chore: fix kokoro windows java 8 ci by setting correct JAVA11_HOME (#…

    …2319)
    
    * chore: fix kokoro windows java 8 ci by setting correct JAVA11_HOME
    
    * Update build.bat
    
    * Update build.bat
    
    * 🦉 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>
    rajatbhatta and gcf-owl-bot[bot] committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    0f749dc View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. fix: update executeCloudBatchDmlUpdates. (#2326)

    * fix: update executeCloudBatchDmlUpdates.
    
    Fix a typo in executeCloudBatchDmlUpdates.
    
    * 🦉 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>
    gyang-google and gcf-owl-bot[bot] committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    27ef53c View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. feat: add option to wait on session pool creation (#2329)

    * feat: add option to wait on session pool creation
    
    Adds option to wait for min sessions to be populated in the session pool
    before returning the database client back to the user. This only done
    during the database client creation and it is useful for benchmarking.
    
    * refactor: fix imports
    
    * fix: fix comments
    
    * fix: propagate interrupt
    
    Co-authored-by: Knut Olav Løite <[email protected]>
    
    ---------
    
    Co-authored-by: Knut Olav Løite <[email protected]>
    thiagotnunes and olavloite committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    ff17244 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. feat: add PartitionedUpdate support to executor (#2228)

    This PR adds support for PartitionedUpdate to Cloud Client Executor Framework.
    rajatbhatta committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    2c8ecf6 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. chore: fix broken links in README.md (#1776) (#2332)

    * chore: fix cloud cli link in `README.md`
    
    * Revert "chore: fix cloud cli link in `README.md`"
    
    This reverts commit c8bcf7cf3e2acb12183d0d5da9dfe186be5279fc.
    
    * chore: fix cloud cli link in README.md
    
    * cap letters
    
    * fix maven version link
    Source-Link: googleapis/synthtool@f0dc278
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:381a48baae37646d72557adaa2c2035a84462cfd830269dfb3847b7d7ca9e96d
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    c4a00b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a796507 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80423f2 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update dependency com.google.cloud:libraries-bom to v26.…

    …10.0 (#2325)
    
    * chore(deps): update dependency com.google.cloud:libraries-bom to v26.10.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 16, 2023
    Configuration menu
    Copy the full SHA
    c243241 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. refactor: remove local variables, use static constants (#2322)

    * refactor: remove local variables, use constants
    
    These are already defined in the base class AbstractStatementParser
    
    * 🦉 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>
    orischwartz and gcf-owl-bot[bot] committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    b98c594 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c81109 View commit details
    Browse the repository at this point in the history
  3. deps: update dependency com.google.cloud:google-cloud-trace to v2.13.0 (

    #2334)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.cloud:google-cloud-trace](https://togithub.com/googleapis/google-cloud-java) | `2.12.0` -> `2.13.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-trace/2.13.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-trace/2.13.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-trace/2.13.0/compatibility-slim/2.12.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-trace/2.13.0/confidence-slim/2.12.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-spanner).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS44LjMiLCJ1cGRhdGVkSW5WZXIiOiIzNS44LjMifQ==-->
    renovate-bot committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    c461ba0 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

  1. Configuration menu
    Copy the full SHA
    5eac2be View commit details
    Browse the repository at this point in the history
  2. fix: Correcting the proto field Id for field data_boost_enabled (#2328)

    * fix: Add service_yaml_parameters to `java_gapic_library` targets
    
    PiperOrigin-RevId: 515423972
    
    Source-Link: googleapis/googleapis@b5b4571
    
    Source-Link: googleapis/googleapis-gen@806347a
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiODA2MzQ3YWY1YmQzZjVkMWU5YzZkODVjY2Y0ODlkNWRiYzVlZjY2NyJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * chore(deps): Update gapic-generator-java to 2.15.3
    
    PiperOrigin-RevId: 516900470
    
    Source-Link: googleapis/googleapis@42ba7e6
    
    Source-Link: googleapis/googleapis-gen@21abfad
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjFhYmZhZDQyYTFmMmVkYWU2NDEzMGJiZjg5NzI4MzIyMWNkNjZkNyJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * fix!: Correcting the proto field Id for field data_boost_enabled
    
    PiperOrigin-RevId: 517156905
    
    Source-Link: googleapis/googleapis@f30cd5e
    
    Source-Link: googleapis/googleapis-gen@6a3b040
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmEzYjA0MGRhZWY3ZGIzZmMzYjg3OWFkMDhmNTQ4MGFhMDM3ODE4YSJ9
    
    * 🦉 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>
    Co-authored-by: gauravpurohit <[email protected]>
    3 people committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    6159d7e View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. feat: Adding support for databoost enabled in PartitionedRead and Par…

    …titionedQuery (#2316)
    
    * feat: Adding support for spanner serverless analytics
    
    * feat: Adding BetaAPI annotation to flag out changes are under development
    
    * test: Adding Integration test
    
    * style: formatting
    
    * feat: Using databoost field instead of serverless analytics
    
    * feat: Integration test and sample.
    
    * refactor: method name change
    
    * refactor: minor refactoring
    
    * refactor: Adding more junit and java docs
    gauravpurohit06 committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    f39e4a3 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 6.38.0 (#2327)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [6.38.0](https://togithub.com/googleapis/java-spanner/compare/v6.37.0...v6.38.0) (2023-03-20)
    
    
    ### Features
    
    * Add option to wait on session pool creation ([#2329](https://togithub.com/googleapis/java-spanner/issues/2329)) ([ff17244](https://togithub.com/googleapis/java-spanner/commit/ff17244ee918fa17c96488a0f7081728cda7b342))
    * Add PartitionedUpdate support to executor ([#2228](https://togithub.com/googleapis/java-spanner/issues/2228)) ([2c8ecf6](https://togithub.com/googleapis/java-spanner/commit/2c8ecf6fee591df95ee4abfa230c3fcf0c34c589))
    
    
    ### Bug Fixes
    
    * Correcting the proto field Id for field data_boost_enabled ([#2328](https://togithub.com/googleapis/java-spanner/issues/2328)) ([6159d7e](https://togithub.com/googleapis/java-spanner/commit/6159d7ec49b17f6bc40e1b8c93d1e64198c59dcf))
    * Update executeCloudBatchDmlUpdates. ([#2326](https://togithub.com/googleapis/java-spanner/issues/2326)) ([27ef53c](https://togithub.com/googleapis/java-spanner/commit/27ef53c8447bd51a56fdfe6b2b206afe234fad80))
    
    
    ### Dependencies
    
    * Update dependency com.google.cloud:google-cloud-monitoring to v3.14.0 ([#2333](https://togithub.com/googleapis/java-spanner/issues/2333)) ([9c81109](https://togithub.com/googleapis/java-spanner/commit/9c81109e452d6bae2598cf6cf541a09423a8ed6e))
    * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.5.0 ([#2335](https://togithub.com/googleapis/java-spanner/issues/2335)) ([5eac2be](https://togithub.com/googleapis/java-spanner/commit/5eac2beb2ce5eebb61e70428e2ac2e11593fc986))
    * Update dependency com.google.cloud:google-cloud-trace to v2.13.0 ([#2334](https://togithub.com/googleapis/java-spanner/issues/2334)) ([c461ba0](https://togithub.com/googleapis/java-spanner/commit/c461ba0b1a145cc3e9bee805ec6ad827376e5168))
    
    ---
    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 20, 2023
    Configuration menu
    Copy the full SHA
    346d859 View commit details
    Browse the repository at this point in the history
Loading