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

Commits on Jan 25, 2023

  1. chore(main): release 6.35.3-SNAPSHOT (#2253)

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

Commits on Feb 2, 2023

  1. feat: support UNRECOGNIZED types + decode BYTES columns lazily (#2219)

    * perf: decode BYTES columns lazily
    
    BYTES columns are encoded as Base64 strings. Decoding these are relatively CPU-heavy,
    especially for large values. Decoding them is not always necessary if the user only
    needs the Base64 string. Also, the internally used Guava decoder is less efficient
    than JDK implementations that are available from Java 8 and onwards. This change
    therefore delays the decoding of BYTES columns until it is actually necessary, and
    then uses the JDK implementation instead of the Guava version. The JDK implementation
    in OpenJDK 17 uses approx 1/3 of the CPU cycles of the Guava version.
    
    * feat: support unrecognized types
    
    * feat: add support for lazy bytes arrays
    
    * chore: cleanup
    
    * fix: unrecognized types with array element type should be considered unrecognized
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * chore: address 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: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    olavloite and gcf-owl-bot[bot] committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    fc721c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. deps: update dependency com.google.cloud:google-cloud-shared-dependen…

    …cies to v3.2.0 (#2264)
    
    * deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v3.2.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 Feb 6, 2023
    Configuration menu
    Copy the full SHA
    b5fdbc0 View commit details
    Browse the repository at this point in the history
  2. deps: update dependency com.google.cloud:google-cloud-monitoring to v…

    …3.11.0 (#2262)
    
    [![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-monitoring](https://togithub.com/googleapis/google-cloud-java) | `3.10.0` -> `3.11.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-monitoring/3.11.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-monitoring/3.11.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-monitoring/3.11.0/compatibility-slim/3.10.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-monitoring/3.11.0/confidence-slim/3.10.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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTQuMCIsInVwZGF0ZWRJblZlciI6IjM0LjExNC4wIn0=-->
    renovate-bot committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    d566613 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

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

    …to v6.35.2 (#2255)
    
    * chore(deps): update dependency com.google.cloud:google-cloud-spanner to v6.35.2
    
    * 🦉 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 Feb 7, 2023
    Configuration menu
    Copy the full SHA
    3767b44 View commit details
    Browse the repository at this point in the history
  2. fix(java): skip fixing poms for special modules (#1744) (#2244)

    fix(java): handle empty modules
    
    Fixes https://togithub.com/googleapis/synthtool/issues/1743
    Source-Link: https://togithub.com/googleapis/synthtool/commit/482d649d5d705c18028076985f64b214f6b6c14e
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:bd5071596a47614d1fe15eb766c4255bae330f823b606e1196a3b0c8d2e96fd1
    gcf-owl-bot[bot] committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    e7f4b40 View commit details
    Browse the repository at this point in the history
  3. deps: update dependency com.google.cloud:google-cloud-trace to v2.10.0 (

    #2263)
    
    [![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.9.0` -> `2.10.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-trace/2.10.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-trace/2.10.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-trace/2.10.0/compatibility-slim/2.9.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-trace/2.10.0/confidence-slim/2.9.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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTQuMCIsInVwZGF0ZWRJblZlciI6IjM0LjExNC4wIn0=-->
    renovate-bot committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    96f0c81 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. chore(deps): update dependency com.google.cloud:libraries-bom to v26.…

    …6.0 (#2257)
    
    [![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:libraries-bom](https://cloud.google.com/java/docs/bom) ([source](https://togithub.com/googleapis/java-cloud-bom)) | `26.4.0` -> `26.6.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.6.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.6.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.6.0/compatibility-slim/26.4.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.6.0/confidence-slim/26.4.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/java-cloud-bom</summary>
    
    ### [`v26.5.0`](https://togithub.com/googleapis/java-cloud-bom/blob/HEAD/CHANGELOG.md#&#8203;2650-httpsgithubcomgoogleapisjava-cloud-bomcomparev2640v2650-2023-01-26)
    
    [Compare Source](https://togithub.com/googleapis/java-cloud-bom/compare/v26.4.0...v26.5.0)
    
    ##### Bug Fixes
    
    -   **java:** skip fixing poms for special modules ([#&#8203;1744](https://togithub.com/googleapis/java-cloud-bom/issues/1744)) ([#&#8203;5751](https://togithub.com/googleapis/java-cloud-bom/issues/5751)) ([38e6519](https://togithub.com/googleapis/java-cloud-bom/commit/38e6519614590673a360d658635d42f15fb11bb2))
    
    ##### Dependencies
    
    -   update dependency com.google.cloud:first-party-dependencies to v3.1.2 ([#&#8203;5752](https://togithub.com/googleapis/java-cloud-bom/issues/5752)) ([d2158e0](https://togithub.com/googleapis/java-cloud-bom/commit/d2158e0a03c6b1a59aec053abd95999b9ef5d19b))
    -   update dependency com.google.cloud:gapic-libraries-bom to v1.3.0 ([#&#8203;5765](https://togithub.com/googleapis/java-cloud-bom/issues/5765)) ([c338517](https://togithub.com/googleapis/java-cloud-bom/commit/c3385174ca221561460e2d7930f04034f7e57def))
    -   update dependency com.google.cloud:google-cloud-bigquery to v2.21.0 ([#&#8203;5767](https://togithub.com/googleapis/java-cloud-bom/issues/5767)) ([b15c09f](https://togithub.com/googleapis/java-cloud-bom/commit/b15c09f10bb27b831d69ca812015f8a668d532c8))
    -   update dependency com.google.cloud:google-cloud-bigquerystorage-bom to v2.28.2 ([#&#8203;5748](https://togithub.com/googleapis/java-cloud-bom/issues/5748)) ([1d2314c](https://togithub.com/googleapis/java-cloud-bom/commit/1d2314c07b6d76d867dd453646933d65afcfe97a))
    -   update dependency com.google.cloud:google-cloud-bigquerystorage-bom to v2.28.3 ([#&#8203;5755](https://togithub.com/googleapis/java-cloud-bom/issues/5755)) ([7497a81](https://togithub.com/googleapis/java-cloud-bom/commit/7497a818650a8c31eb03137d217792d9cd36384f))
    -   update dependency com.google.cloud:google-cloud-bigquerystorage-bom to v2.28.4 ([#&#8203;5778](https://togithub.com/googleapis/java-cloud-bom/issues/5778)) ([7709bde](https://togithub.com/googleapis/java-cloud-bom/commit/7709bdeeab818da69c60e3b9f50e415c1a3afb25))
    -   update dependency com.google.cloud:google-cloud-bigtable-bom to v2.18.2 ([#&#8203;5768](https://togithub.com/googleapis/java-cloud-bom/issues/5768)) ([c7afa6d](https://togithub.com/googleapis/java-cloud-bom/commit/c7afa6d6410ba7c5b2d12f4bb20a250743fb074d))
    -   update dependency com.google.cloud:google-cloud-bigtable-bom to v2.18.3 ([#&#8203;5775](https://togithub.com/googleapis/java-cloud-bom/issues/5775)) ([f6650d4](https://togithub.com/googleapis/java-cloud-bom/commit/f6650d4086db89d48c72e4e3ffc4d75440cee3d2))
    -   update dependency com.google.cloud:google-cloud-datastore-bom to v2.13.3 ([#&#8203;5764](https://togithub.com/googleapis/java-cloud-bom/issues/5764)) ([1f3cbf0](https://togithub.com/googleapis/java-cloud-bom/commit/1f3cbf05df8445eefd67cadf36e0238b95417975))
    -   update dependency com.google.cloud:google-cloud-firestore-bom to v3.7.7 ([#&#8203;5746](https://togithub.com/googleapis/java-cloud-bom/issues/5746)) ([1bff51d](https://togithub.com/googleapis/java-cloud-bom/commit/1bff51dcc5aea760db8fa320f58ea7b74737a18e))
    -   update dependency com.google.cloud:google-cloud-firestore-bom to v3.7.8 ([#&#8203;5753](https://togithub.com/googleapis/java-cloud-bom/issues/5753)) ([46de6d4](https://togithub.com/googleapis/java-cloud-bom/commit/46de6d4bd340de28dd2522be89ab83dd84fdf2e3))
    -   update dependency com.google.cloud:google-cloud-logging-bom to v3.14.2 ([#&#8203;5773](https://togithub.com/googleapis/java-cloud-bom/issues/5773)) ([70de9fa](https://togithub.com/googleapis/java-cloud-bom/commit/70de9faa54c64a7536ea1e8588cf51247e16f2f4))
    -   update dependency com.google.cloud:google-cloud-logging-logback to v0.130.1-alpha ([#&#8203;5772](https://togithub.com/googleapis/java-cloud-bom/issues/5772)) ([b3d314b](https://togithub.com/googleapis/java-cloud-bom/commit/b3d314b791b1a7f648c679a48b1684a93ff8c8c3))
    -   update dependency com.google.cloud:google-cloud-nio to v0.126.2 ([#&#8203;5754](https://togithub.com/googleapis/java-cloud-bom/issues/5754)) ([3968ea1](https://togithub.com/googleapis/java-cloud-bom/commit/3968ea16998404de3611282d1a9c28d90125a3ec))
    -   update dependency com.google.cloud:google-cloud-nio to v0.126.3 ([#&#8203;5763](https://togithub.com/googleapis/java-cloud-bom/issues/5763)) ([360ac45](https://togithub.com/googleapis/java-cloud-bom/commit/360ac45e87dde64796a175e75984d0bacfe16e96))
    -   update dependency com.google.cloud:google-cloud-pubsub-bom to v1.123.1 ([#&#8203;5756](https://togithub.com/googleapis/java-cloud-bom/issues/5756)) ([347291e](https://togithub.com/googleapis/java-cloud-bom/commit/347291e84f227a690e0311fdf21db40d23b261c8))
    -   update dependency com.google.cloud:google-cloud-pubsublite-bom to v1.9.4 ([#&#8203;5774](https://togithub.com/googleapis/java-cloud-bom/issues/5774)) ([7f7ce27](https://togithub.com/googleapis/java-cloud-bom/commit/7f7ce277d47fa365ce46ec70c1e309365ad89d55))
    -   update dependency com.google.cloud:google-cloud-spanner-bom to v6.35.1 ([#&#8203;5747](https://togithub.com/googleapis/java-cloud-bom/issues/5747)) ([1b7a888](https://togithub.com/googleapis/java-cloud-bom/commit/1b7a888688528165954c093ebedbe36593db61a7))
    -   update dependency com.google.cloud:google-cloud-spanner-bom to v6.35.2 ([#&#8203;5780](https://togithub.com/googleapis/java-cloud-bom/issues/5780)) ([5363ef9](https://togithub.com/googleapis/java-cloud-bom/commit/5363ef9a09ee5df0a26831ddf79fb4a4020b5785))
    -   update dependency com.google.cloud:google-cloud-spanner-jdbc to v2.9.3 ([#&#8203;5779](https://togithub.com/googleapis/java-cloud-bom/issues/5779)) ([bdc5bac](https://togithub.com/googleapis/java-cloud-bom/commit/bdc5bac03ef0db90dc9e987e065e2fd032bfecae))
    -   update dependency com.google.cloud:google-cloud-storage-bom to v2.17.2 ([#&#8203;5762](https://togithub.com/googleapis/java-cloud-bom/issues/5762)) ([d94c669](https://togithub.com/googleapis/java-cloud-bom/commit/d94c6698789a7e0de0266900140bd6d4c4c00a05))
    
    </details>
    
    ---
    
    ### 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:eyJjcmVhdGVkSW5WZXIiOiIzNC45Ny42IiwidXBkYXRlZEluVmVyIjoiMzQuMTE0LjAifQ==-->
    renovate-bot committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    510d0fb View commit details
    Browse the repository at this point in the history
  2. build(deps): bump protobuf from 3.20.1 to 3.20.2 in /.kokoro (#2252)

    * build(deps): bump protobuf from 3.20.1 to 3.20.2 in /.kokoro
    
    Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.20.1 to 3.20.2.
    - [Release notes](https://github.com/protocolbuffers/protobuf/releases)
    - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py)
    - [Commits](protocolbuffers/protobuf@v3.20.1...v3.20.2)
    
    ---
    updated-dependencies:
    - dependency-name: protobuf
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    dependabot[bot] and gcf-owl-bot[bot] committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    fa3bfd3 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 6.36.0 (#2260)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [6.36.0](https://togithub.com/googleapis/java-spanner/compare/v6.35.2...v6.36.0) (2023-02-08)
    
    
    ### Features
    
    * Support UNRECOGNIZED types + decode BYTES columns lazily ([#2219](https://togithub.com/googleapis/java-spanner/issues/2219)) ([fc721c4](https://togithub.com/googleapis/java-spanner/commit/fc721c4d30de6ed9e5bc4fbbe0e1e7b79a5c7490))
    
    
    ### Bug Fixes
    
    * **java:** Skip fixing poms for special modules ([#1744](https://togithub.com/googleapis/java-spanner/issues/1744)) ([#2244](https://togithub.com/googleapis/java-spanner/issues/2244)) ([e7f4b40](https://togithub.com/googleapis/java-spanner/commit/e7f4b4016f8c4c7e4fac0b822f5af2cffd181134))
    
    
    ### Dependencies
    
    * Update dependency com.google.cloud:google-cloud-monitoring to v3.11.0 ([#2262](https://togithub.com/googleapis/java-spanner/issues/2262)) ([d566613](https://togithub.com/googleapis/java-spanner/commit/d566613442217bdfc69caea7242464fba2647519))
    * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.2.0 ([#2264](https://togithub.com/googleapis/java-spanner/issues/2264)) ([b5fdbc0](https://togithub.com/googleapis/java-spanner/commit/b5fdbc0accdaaf1f63c62c1837d72bb378dc8f43))
    * Update dependency com.google.cloud:google-cloud-trace to v2.10.0 ([#2263](https://togithub.com/googleapis/java-spanner/issues/2263)) ([96f0c81](https://togithub.com/googleapis/java-spanner/commit/96f0c8181aeb8ca75647a783d8b163f371ad937e))
    
    ---
    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 Feb 8, 2023
    Configuration menu
    Copy the full SHA
    1ee11e5 View commit details
    Browse the repository at this point in the history
Loading