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-bigquery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.11.2
Choose a base ref
...
head repository: googleapis/java-bigquery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.12.0
Choose a head ref
  • 13 commits
  • 15 files changed
  • 7 contributors

Commits on May 18, 2022

  1. 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).
    release-please[bot] authored May 18, 2022
    Configuration menu
    Copy the full SHA
    b2099e6 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. 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
    gcf-owl-bot[bot] authored May 19, 2022
    Configuration menu
    Copy the full SHA
    065ae78 View commit details
    Browse the repository at this point in the history
  2. deps: update dependency com.google.cloud:google-cloud-shared-dependen…

    …cies to v2.11.0 (#2055)
    
    [![WhiteSource 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-shared-dependencies](https://togithub.com/googleapis/java-shared-dependencies) | `2.10.0` -> `2.12.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/2.12.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/2.12.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/2.12.0/compatibility-slim/2.10.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/2.12.0/confidence-slim/2.10.0)](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).
    renovate-bot authored May 19, 2022
    Configuration menu
    Copy the full SHA
    9667663 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. 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>
    renovate-bot and gcf-owl-bot[bot] authored May 20, 2022
    Configuration menu
    Copy the full SHA
    d2d2ebe View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Configuration menu
    Copy the full SHA
    4571900 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c7a0ab View commit details
    Browse the repository at this point in the history
  3. 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 β˜•οΈ
    prash-mi authored May 24, 2022
    Configuration menu
    Copy the full SHA
    3764b59 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d3f4be View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fd47710 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

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

    …storage-bom to v2.14.0 (#2067)
    renovate-bot authored May 25, 2022
    Configuration menu
    Copy the full SHA
    c4bafeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89962a5 View commit details
    Browse the repository at this point in the history
  3. 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>
    mpeddada1 and gcf-owl-bot[bot] authored May 25, 2022
    Configuration menu
    Copy the full SHA
    7f0bfd4 View commit details
    Browse the repository at this point in the history
  4. 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).
    release-please[bot] authored May 25, 2022
    Configuration menu
    Copy the full SHA
    5d5d4bb View commit details
    Browse the repository at this point in the history
Loading