KEMBAR78
Comparing v1.2.0...v1.2.1 · googleapis/java-bigquerystorage · GitHub
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-bigquerystorage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.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.2.1
Choose a head ref
  • 4 commits
  • 19 files changed
  • 3 contributors

Commits on Jul 20, 2020

  1. fix: ProtoSchemaConver's problem when converting fields reference sam…

    …e… (#428)
    
    * fix: ProtoSchemaConver's problem when converting fields reference same enum types, the generated proto is not buildable.
    
    	modified:   google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1alpha2/ProtoSchemaConverter.java
    	modified:   google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1alpha2/ProtoSchemaConverterTest.java
    
    * fix review comments
    yirutang authored Jul 20, 2020
    Configuration menu
    Copy the full SHA
    1ce2621 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency com.google.cloud:google-cloud-bigquery…

    …storage to v1.2.0 (#426)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [com.google.cloud:google-cloud-bigquerystorage](https://togithub.com/googleapis/java-bigquerystorage) | minor | `1.1.1` -> `1.2.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/java-bigquerystorage</summary>
    
    ### [`v1.2.0`](https://togithub.com/googleapis/java-bigquerystorage/blob/master/CHANGELOG.md#&#8203;120-httpswwwgithubcomgoogleapisjava-bigquerystoragecomparev111v120-2020-07-16)
    
    [Compare Source](https://togithub.com/googleapis/java-bigquerystorage/compare/v1.1.1...v1.2.0)
    
    ##### Features
    
    -   add 'Received Rst Stream' to automatic retry strings ([#&#8203;419](https://www.github.com/googleapis/java-bigquerystorage/issues/419)) ([1584bdb](https://www.github.com/googleapis/java-bigquerystorage/commit/1584bdbf5820a378d844d333e8546b6a26b3c643))
    
    ##### Bug Fixes
    
    -   BQTableSchemaToProtobufDescriptor will now only generate lower-cased fieldnames in the protobuf descriptor ([#&#8203;415](https://www.github.com/googleapis/java-bigquerystorage/issues/415)) ([4672939](https://www.github.com/googleapis/java-bigquerystorage/commit/46729398eee0f728c3de731f803580342fbe787f))
    
    ##### [1.1.1](https://www.github.com/googleapis/java-bigquerystorage/compare/v1.1.0...v1.1.1) (2020-07-14)
    
    ##### Bug Fixes
    
    -   BQTableSchemaToProtoDescriptor change type mapping ([#&#8203;402](https://www.github.com/googleapis/java-bigquerystorage/issues/402)) ([413d6f0](https://www.github.com/googleapis/java-bigquerystorage/commit/413d6f03f288fa21511daaa3442fc1fde9ca246f))
    
    ##### Dependencies
    
    -   update dependency com.google.cloud:google-cloud-bigquery to v1.116.6 ([#&#8203;407](https://www.github.com/googleapis/java-bigquerystorage/issues/407)) ([d0aa73d](https://www.github.com/googleapis/java-bigquerystorage/commit/d0aa73d0fe6233878935ad510bb5d648764872cd))
    
    </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#googleapis/java-bigquerystorage).
    renovate-bot authored Jul 20, 2020
    Configuration menu
    Copy the full SHA
    0a9a203 View commit details
    Browse the repository at this point in the history
  3. chore: release 1.2.1-SNAPSHOT (#430)

    🤖 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).
    release-please[bot] authored Jul 20, 2020
    Configuration menu
    Copy the full SHA
    cff037b View commit details
    Browse the repository at this point in the history
  4. chore: release 1.2.1 (#431)

    🤖 I have created a release \*beep\* \*boop\* 
    ---
    ### [1.2.1](https://www.github.com/googleapis/java-bigquerystorage/compare/v1.2.0...v1.2.1) (2020-07-20)
    
    
    ### Bug Fixes
    
    * ProtoSchemaConver's problem when converting fields reference same… ([#428](https://www.github.com/googleapis/java-bigquerystorage/issues/428)) ([1ce2621](https://www.github.com/googleapis/java-bigquerystorage/commit/1ce2621fe633f29c57bc4f4df84b2bcc2c57bdb8))
    ---
    
    
    This PR was generated with [Release Please](https://github.com/googleapis/release-please).
    release-please[bot] authored Jul 20, 2020
    Configuration menu
    Copy the full SHA
    90bb713 View commit details
    Browse the repository at this point in the history
Loading