- Notifications
You must be signed in to change notification settings - Fork129
Comparing changes
Open a pull request
base repository:googleapis/java-bigquery
Uh oh!
There was an error while loading.Please reload this page.
base:v2.12.0
head repository:googleapis/java-bigquery
Uh oh!
There was an error while loading.Please reload this page.
compare:v2.13.0
- 13commits
- 14files changed
- 6contributors
Commits on May 25, 2022
test(deps): update dependency com.google.cloud:google-cloud-datacatal…
…og-bom to v1.8.0 (#2065)* test(deps): update dependency com.google.cloud:google-cloud-datacatalog-bom to v1.8.0* Update pom.xmlCo-authored-by: Stephanie Wang <stephaniewang526@users.noreply.github.com>
chore(main): release 2.12.1-SNAPSHOT (#2068)
🤖 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).
release-please[bot] authoredMay 25, 2022 chore: manage dependency updates from renovate-bot (#2069)
to address issues like:<img width="724" alt="image" src="https://user-images.githubusercontent.com/7338432/170315704-198c7168-6334-4826-9e7c-2709fd0bb0f8.png">which occurs since shared-dependencies updates take different amount of time to roll out in various cloud clients.[Full trace](https://github.com/googleapis/java-bigquery/runs/6578164174?check_suite_focus=true)In this PR, we group the GCP Java client dependencies together so that their updates will be proposed in one single PR when they get updated:``` "^com.google.cloud:google-cloud-datacatalog", "^com.google.cloud:google-cloud-bigquerystorage-bom", "^com.google.cloud:google-cloud-storage"```In addition, we classify `^com.google.cloud:google-cloud-bigtable` as a `chore` dependency update since it is only used in samples and it should not result in a client library version bump.
stephaniewang526 authoredMay 25, 2022 chore(deps): update dependency com.google.cloud:google-cloud-bigquery…
… to v2.12.0 (#2071)* chore(deps): update dependency com.google.cloud:google-cloud-bigquery to v2.12.0* 🦉 Updates from OwlBot post-processorSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.mdCo-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Commits on May 26, 2022
docs(samples): update querypagination sample (#2074)
- Updated example to loop through all remaining pagesChanges for the open issue:#2073
AyushWalekar authoredMay 26, 2022 chore: NPE in testConnectionClose (#2072)
* Added a not null assertion for connection in testConnectionClose* Added testCreateDefaultConnection
prash-mi authoredMay 26, 2022 deps: update dependency com.google.cloud:google-cloud-datacatalog-bom…
… to v1.8.1 (#2076)[](https://renovatebot.com)This PR contains the following updates:| Package | Change | Age | Adoption | Passing | Confidence ||---|---|---|---|---|---|| [com.google.cloud:google-cloud-datacatalog-bom](https://togithub.com/googleapis/java-datacatalog) | `1.8.0` -> `1.8.1` | [](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-datacatalog</summary>### [`v1.8.1`](https://togithub.com/googleapis/java-datacatalog/blob/HEAD/CHANGELOG.md#​181-httpsgithubcomgoogleapisjava-datacatalogcomparev180v181-2022-05-26)[Compare Source](https://togithub.com/googleapis/java-datacatalog/compare/v1.8.0...v1.8.1)</details>---### Configuration📅 **Schedule**: 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, click this checkbox.---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-bigquery).
renovate-bot authoredMay 26, 2022
Commits on May 27, 2022
deps: update dependency com.google.cloud:google-cloud-storage to v2.7…
….2 (#2077)[](https://renovatebot.com)This PR contains the following updates:| Package | Change | Age | Adoption | Passing | Confidence ||---|---|---|---|---|---|| [com.google.cloud:google-cloud-storage](https://togithub.com/googleapis/java-storage) | `2.7.1` -> `2.7.2` | [](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-storage</summary>### [`v2.7.2`](https://togithub.com/googleapis/java-storage/blob/HEAD/CHANGELOG.md#​272-httpsgithubcomgoogleapisjava-storagecomparev271v272-2022-05-27)[Compare Source](https://togithub.com/googleapis/java-storage/compare/v2.7.1...v2.7.2)</details>---### Configuration📅 **Schedule**: 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, click this checkbox.---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-bigquery).
renovate-bot authoredMay 27, 2022
Commits on May 31, 2022
test(deps): update dependency org.mockito:mockito-core to v4.6.0 (#2078)
renovate-bot authoredMay 31, 2022 chore(deps): update dependency com.google.cloud:google-cloud-bigtable…
… to v2.8.0 (#2082)
renovate-bot authoredMay 31, 2022 feat: add destinationExpirationTime to CopyJobConfiguration (#2031)
* Add destinationExpirationTime* Added testDestExpTimeTableCopyJob IT* Added testDestExpTimeTableCopyJob IT* Removed testDestExpTimeTableCopyJob IT. Modified testCopyJobWithLabelsAndExpTime to add destinationExpiryTime* Modified Builder to add destinationExpiryTime* Modified testCopyJobWithLabelsAndExpTime. Added assertion for destinationExpiryTime* 🦉 Updates from OwlBot post-processorSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.mdCo-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
chore(main): release 2.13.0 (#2075)
🤖 I have created a release *beep* *boop*---## [2.13.0](v2.12.0...v2.13.0) (2022-05-31)### Features* add destinationExpirationTime to CopyJobConfiguration ([#2031](#2031)) ([9e0b351](9e0b351))### Documentation* **samples:** update querypagination sample ([#2074](#2074)) ([4e153f5](4e153f5))### Dependencies* update dependency com.google.cloud:google-cloud-datacatalog-bom to v1.8.1 ([#2076](#2076)) ([38d6bae](38d6bae))* update dependency com.google.cloud:google-cloud-storage to v2.7.2 ([#2077](#2077)) ([eb443df](eb443df))---This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
release-please[bot] authoredMay 31, 2022
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.12.0...v2.13.0
Uh oh!
There was an error while loading.Please reload this page.