Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.
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-bigquerystorage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.0
Choose a base ref
...
head repository: googleapis/java-bigquerystorage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.7.2
Choose a head ref
  • 13 commits
  • 27 files changed
  • 5 contributors

Commits on Dec 10, 2020

  1. Configuration menu
    Copy the full SHA
    ace8a95 View commit details
    Browse the repository at this point in the history
  2. chore: regenerate README (#720)

    This PR was generated using Autosynth. 🌈
    
    
    <details><summary>Log from Synthtool</summary>
    
    ```
    2020-12-10 02:40:51,982 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-bigquerystorage/.github/readme/synth.py.
    On branch autosynth-readme
    nothing to commit, working tree clean
    2020-12-10 02:40:52,883 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata.
    
    ```
    </details>
    
    Full log will be available here:
    https://source.cloud.google.com/results/invocations/3a7e1af2-9b5b-45be-b97c-232612e5a312/targets
    
    - [ ] To automatically regenerate this PR, check this box.
    yoshi-automation authored Dec 10, 2020
    Configuration menu
    Copy the full SHA
    d90977f View commit details
    Browse the repository at this point in the history
  3. fix: A test race in JsonStreamWriterTest (#722)

    * fix: a race condition in test
    
    * .
    
    * .
    yirutang authored Dec 10, 2020
    Configuration menu
    Copy the full SHA
    35fe606 View commit details
    Browse the repository at this point in the history
  4. chore: release 1.7.1-SNAPSHOT (#719)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Dec 10, 2020
    Configuration menu
    Copy the full SHA
    f4de72c View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. fix: Add special type tests for Json writer and fix some type mapping…

    … issues (#725)
    
    * fix: a race condition in test
    
    * .
    
    * fix: offset_sets to offsetSets in jsonwritertest
    
    * fix: add test coverage for special type handling in JSON object
    
    * .
    
    * .
    
    * .
    
    * .
    
    * .
    
    * .
    
    * .
    
    * .
    yirutang authored Dec 11, 2020
    Configuration menu
    Copy the full SHA
    ab6213c View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. fix: Temporally disable test/code where breaking change is used to he…

    …lp pushing out the breaking change in unreleased Beta (#727)
    
    * fix: a race condition in test
    
    * .
    
    * .
    
    * .
    
    * resolve merge conflict
    
    Co-authored-by: Stephanie Wang <stephaniewang526@users.noreply.github.com>
    yirutang and stephaniewang526 authored Dec 14, 2020
    Configuration menu
    Copy the full SHA
    38c95c2 View commit details
    Browse the repository at this point in the history
  2. fix: a build break caused by breaking change. (#729)

    Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
    - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/java-bigquerystorage/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [ ] Ensure the tests and linter pass
    - [ ] Code coverage does not decrease (if any source code was changed)
    - [ ] Appropriate docs were updated (if necessary)
    
    Fixes #<issue_number_goes_here> ☕️
    yirutang authored Dec 14, 2020
    Configuration menu
    Copy the full SHA
    a1b1c8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d70bc3e View commit details
    Browse the repository at this point in the history
  4. chore: release 1.7.1 (#723)

    🤖 I have created a release \*beep\* \*boop\* 
    ---
    ### [1.7.1](https://www.github.com/googleapis/java-bigquerystorage/compare/v1.7.0...v1.7.1) (2020-12-14)
    
    
    ### Bug Fixes
    
    * a build break caused by breaking change. ([#729](https://www.github.com/googleapis/java-bigquerystorage/issues/729)) ([a1b1c8e](https://www.github.com/googleapis/java-bigquerystorage/commit/a1b1c8edce87a8d33faf1067f617e3f47c4afc45))
    * A test race in JsonStreamWriterTest  ([#722](https://www.github.com/googleapis/java-bigquerystorage/issues/722)) ([35fe606](https://www.github.com/googleapis/java-bigquerystorage/commit/35fe606e43a47dfe844666bf3e385f9c2e582977))
    * Add special type tests for Json writer and fix some type mapping issues ([#725](https://www.github.com/googleapis/java-bigquerystorage/issues/725)) ([ab6213c](https://www.github.com/googleapis/java-bigquerystorage/commit/ab6213c244162c74242d3aaf543bfcf9b2eb4405))
    * Temporally disable test/code where breaking change is used to help pushing out the breaking change in unreleased Beta ([#727](https://www.github.com/googleapis/java-bigquerystorage/issues/727)) ([38c95c2](https://www.github.com/googleapis/java-bigquerystorage/commit/38c95c23459eb9c4a7215b1a3cb5243165f79815))
    
    
    ### Dependencies
    
    * update dependency com.google.cloud:google-cloud-shared-dependencies to v0.16.1 ([d70bc3e](https://www.github.com/googleapis/java-bigquerystorage/commit/d70bc3e211ec579129ba53679572b49187f6b6e5))
    ---
    
    
    This PR was generated with [Release Please](https://github.com/googleapis/release-please).
    release-please[bot] authored Dec 14, 2020
    Configuration menu
    Copy the full SHA
    48cda7a View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. chore: release 1.7.2-SNAPSHOT (#733)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Dec 15, 2020
    Configuration menu
    Copy the full SHA
    08bff34 View commit details
    Browse the repository at this point in the history
  2. fix: Disable Breaking change related code site (#731)

    * fix: a race condition in test
    
    * .
    
    * .
    
    * .
    
    * .
    
    * .
    
    * .
    
    * .
    
    * .
    
    * .
    
    * .
    
    * .
    
    * .
    
    Co-authored-by: Stephanie Wang <stephaniewang526@users.noreply.github.com>
    yirutang and stephaniewang526 authored Dec 15, 2020
    Configuration menu
    Copy the full SHA
    d180293 View commit details
    Browse the repository at this point in the history
  3. deps: update dependency com.google.cloud:google-cloud-shared-dependen…

    …cies to v0.17.0 (#735)
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [com.google.cloud:google-cloud-shared-dependencies](https://togithub.com/googleapis/java-shared-dependencies) | minor | `0.16.1` -> `0.17.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/java-shared-dependencies</summary>
    
    ### [`v0.17.0`](https://togithub.com/googleapis/java-shared-dependencies/blob/master/CHANGELOG.md#&#8203;0170-httpswwwgithubcomgoogleapisjava-shared-dependenciescompare0161v0170-2020-12-15)
    
    [Compare Source](https://togithub.com/googleapis/java-shared-dependencies/compare/v0.16.1...v0.17.0)
    
    ##### Dependencies
    
    -   update dependency com.google.guava:guava-bom to v30.1-android ([#&#8203;236](https://www.github.com/googleapis/java-shared-dependencies/issues/236)) ([78ebf7f](https://www.github.com/googleapis/java-shared-dependencies/commit/78ebf7fcec3ec0308ccd5103b719f02dde7ec6d8))
    -   update dependency io.grpc:grpc-bom to v1.34.1 ([#&#8203;238](https://www.github.com/googleapis/java-shared-dependencies/issues/238)) ([ee7e020](https://www.github.com/googleapis/java-shared-dependencies/commit/ee7e020a4631f2b288d1c6f5d681423d156e3c2d))
    -   update iam.version to v1.0.5 ([#&#8203;237](https://www.github.com/googleapis/java-shared-dependencies/issues/237)) ([bbe6be6](https://www.github.com/googleapis/java-shared-dependencies/commit/bbe6be650a93cf365f2439ae9c8bebf2ade83ddd))
    
    ##### [0.16.1](https://www.github.com/googleapis/java-shared-dependencies/compare/0.16.0...v0.16.1) (2020-12-14)
    
    ##### Dependencies
    
    -   rollback gRPC to 1.33.1 ([#&#8203;234](https://www.github.com/googleapis/java-shared-dependencies/issues/234)) ([67cc384](https://www.github.com/googleapis/java-shared-dependencies/commit/67cc384bacab8592d5bbc92db2469affee473eb7))
    -   update dependency com.google.auth:google-auth-library-bom to v0.22.1 ([#&#8203;229](https://www.github.com/googleapis/java-shared-dependencies/issues/229)) ([1c13161](https://www.github.com/googleapis/java-shared-dependencies/commit/1c13161fa289cd5f3923f389fd5b14f3b7b4a84d))
    -   update dependency com.google.auth:google-auth-library-bom to v0.22.2 ([#&#8203;235](https://www.github.com/googleapis/java-shared-dependencies/issues/235)) ([67434eb](https://www.github.com/googleapis/java-shared-dependencies/commit/67434eb4bb0789abcabb3055155672b2c2e70125))
    -   update iam.version to v1.0.4 ([#&#8203;231](https://www.github.com/googleapis/java-shared-dependencies/issues/231)) ([5edf99e](https://www.github.com/googleapis/java-shared-dependencies/commit/5edf99e0149a1b70eb52b8921e9eb04fb84d9160))
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    :no_bell: **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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-bigquerystorage).
    renovate-bot authored Dec 15, 2020
    Configuration menu
    Copy the full SHA
    131d7a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    feb69eb View commit details
    Browse the repository at this point in the history
Loading