-
Notifications
You must be signed in to change notification settings - Fork 131
Comparing changes
Open a pull request
base repository: googleapis/java-spanner
base: v6.35.2
head repository: googleapis/java-spanner
compare: v6.36.0
- 10 commits
- 32 files changed
- 6 contributors
Commits on Jan 25, 2023
-
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).
Configuration menu - View commit details
-
Copy full SHA for d44e468 - Browse repository at this point
Copy the full SHA d44e468View commit details
Commits on Feb 2, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for fc721c4 - Browse repository at this point
Copy the full SHA fc721c4View commit details
Commits on Feb 6, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for b5fdbc0 - Browse repository at this point
Copy the full SHA b5fdbc0View commit details -
deps: update dependency com.google.cloud:google-cloud-monitoring to v…
…3.11.0 (#2262) [](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` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](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=-->
Configuration menu - View commit details
-
Copy full SHA for d566613 - Browse repository at this point
Copy the full SHA d566613View commit details
Commits on Feb 7, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 3767b44 - Browse repository at this point
Copy the full SHA 3767b44View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for e7f4b40 - Browse repository at this point
Copy the full SHA e7f4b40View commit details -
deps: update dependency com.google.cloud:google-cloud-trace to v2.10.0 (
#2263) [](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` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](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=-->
Configuration menu - View commit details
-
Copy full SHA for 96f0c81 - Browse repository at this point
Copy the full SHA 96f0c81View commit details
Commits on Feb 8, 2023
-
chore(deps): update dependency com.google.cloud:libraries-bom to v26.…
…6.0 (#2257) [](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` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](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#​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 ([#​1744](https://togithub.com/googleapis/java-cloud-bom/issues/1744)) ([#​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 ([#​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 ([#​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 ([#​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 ([#​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 ([#​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 ([#​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 ([#​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 ([#​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 ([#​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 ([#​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 ([#​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 ([#​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 ([#​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 ([#​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 ([#​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 ([#​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 ([#​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 ([#​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 ([#​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 ([#​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 ([#​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==-->
Configuration menu - View commit details
-
Copy full SHA for 510d0fb - Browse repository at this point
Copy the full SHA 510d0fbView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for fa3bfd3 - Browse repository at this point
Copy the full SHA fa3bfd3View commit details -
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).
Configuration menu - View commit details
-
Copy full SHA for 1ee11e5 - Browse repository at this point
Copy the full SHA 1ee11e5View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v6.35.2...v6.36.0