-
Notifications
You must be signed in to change notification settings - Fork 127
Comparing changes
Open a pull request
base repository: googleapis/java-bigquery
base: v2.11.2
head repository: googleapis/java-bigquery
compare: v2.12.0
- 13 commits
- 15 files changed
- 7 contributors
Commits on May 18, 2022
-
chore(main): release 2.11.3-SNAPSHOT (#2052)
π€ I have created a release *beep* *boop* --- ### Updating meta-information for bleeding-edge SNAPSHOT release. --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for b2099e6 - Browse repository at this point
Copy the full SHA b2099e6View commit details
Commits on May 19, 2022
-
feat: add build scripts for native image testing in Java 17 (#1440) (#β¦
β¦2057) Source-Link: googleapis/synthtool@505ce5a Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:2567a120ce90fadb6201999b87d649d9f67459de28815ad239bce9ebfaa18a74
Configuration menu - View commit details
-
Copy full SHA for 065ae78 - Browse repository at this point
Copy the full SHA 065ae78View commit details -
deps: update dependency com.google.cloud:google-cloud-shared-dependenβ¦
β¦cies to v2.11.0 (#2055) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-shared-dependencies](https://togithub.com/googleapis/java-shared-dependencies) | `2.10.0` -> `2.12.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**: At any time (no schedule defined). π¦ **Automerge**: Disabled by config. Please merge this manually once you are satisfied. β» **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. π **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. β **Warning**: custom changes will be lost. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-bigquery).
Configuration menu - View commit details
-
Copy full SHA for 9667663 - Browse repository at this point
Copy the full SHA 9667663View commit details
Commits on May 20, 2022
-
chore(deps): update dependency com.google.cloud:google-cloud-bigqueryβ¦
β¦ to v2.11.2 (#2054) * chore(deps): update dependency com.google.cloud:google-cloud-bigquery to v2.11.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 d2d2ebe - Browse repository at this point
Copy the full SHA d2d2ebeView commit details
Commits on May 24, 2022
-
chore(deps): update dependency com.google.cloud:google-cloud-bigqueryβ¦
β¦connection to v2.3.0 (#2062)
Configuration menu - View commit details
-
Copy full SHA for 4571900 - Browse repository at this point
Copy the full SHA 4571900View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c7a0ab - Browse repository at this point
Copy the full SHA 1c7a0abView commit details -
fix: Flaky testPositionalQueryParameters (#2059)
String comparison of values, eg `1.40845209522E9` vs `1408452095.22` seems to be failing, so comparing the values as epoc (Long) instead Fixes #2056 βοΈ
Configuration menu - View commit details
-
Copy full SHA for 3764b59 - Browse repository at this point
Copy the full SHA 3764b59View commit details -
deps: update dependency com.google.cloud:google-cloud-shared-dependenβ¦
β¦cies to v2.12.0 (#2063)
Configuration menu - View commit details
-
Copy full SHA for 6d3f4be - Browse repository at this point
Copy the full SHA 6d3f4beView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd47710 - Browse repository at this point
Copy the full SHA fd47710View commit details
Commits on May 25, 2022
-
chore(deps): update dependency com.google.cloud:google-cloud-bigqueryβ¦
β¦storage-bom to v2.14.0 (#2067)
Configuration menu - View commit details
-
Copy full SHA for c4bafeb - Browse repository at this point
Copy the full SHA c4bafebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89962a5 - Browse repository at this point
Copy the full SHA 89962a5View commit details -
fix: add more native image configurations for Arrow tests and enable β¦
β¦native image tests (#2053) * fix: add more native image configurations for Arrow tests * π¦ Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * add more necessary configurations * enable native image tests * empty commit * remove exclusion * π¦ Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * exclude arrow tests in java 17 * restore nightly-it * restore formatting * more formatting changes * π¦ Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * π¦ Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * π¦ Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * include tests for exclusion * restore script changes * bring back nightly-it * include IT* and *ClientTest filter from shared-config Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7f0bfd4 - Browse repository at this point
Copy the full SHA 7f0bfd4View commit details -
chore(main): release 2.12.0 (#2058)
π€ I have created a release *beep* *boop* --- ## [2.12.0](v2.11.2...v2.12.0) (2022-05-25) ### Features * add build scripts for native image testing in Java 17 ([#1440](#1440)) ([#2057](#2057)) ([065ae78](065ae78)) ### Bug Fixes * add more native image configurations for Arrow tests and enable native image tests ([#2053](#2053)) ([7f0bfd4](7f0bfd4)) * Flaky testPositionalQueryParameters ([#2059](#2059)) ([3764b59](3764b59)) ### Dependencies * update dependency com.google.cloud:google-cloud-bigtable to v2.7.0 ([#2061](#2061)) ([1c7a0ab](1c7a0ab)) * update dependency com.google.cloud:google-cloud-shared-dependencies to v2.11.0 ([#2055](#2055)) ([9667663](9667663)) * update dependency com.google.cloud:google-cloud-shared-dependencies to v2.12.0 ([#2063](#2063)) ([6d3f4be](6d3f4be)) * update dependency com.google.cloud:google-cloud-storage to v2.7.0 ([#2064](#2064)) ([fd47710](fd47710)) * update dependency com.google.cloud:google-cloud-storage to v2.7.1 ([#2066](#2066)) ([89962a5](89962a5)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for 5d5d4bb - Browse repository at this point
Copy the full SHA 5d5d4bbView 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 v2.11.2...v2.12.0