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: v0.132.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: v0.133.0
Choose a head ref
  • 7 commits
  • 22 files changed
  • 4 contributors

Commits on May 13, 2020

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

    …storage to v0.132.0-beta (#276)
    renovate-bot committed May 13, 2020
    Configuration menu
    Copy the full SHA
    8ad4637 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. Configuration menu
    Copy the full SHA
    4749b85 View commit details
    Browse the repository at this point in the history
  2. chore: release 0.132.1-SNAPSHOT (#280)

    * updated versions.txt [ci skip]
    
    * updated samples/pom.xml [ci skip]
    
    * updated samples/snippets/pom.xml [ci skip]
    
    * updated samples/install-without-bom/pom.xml [ci skip]
    
    * updated google-cloud-bigquerystorage-bom/pom.xml [ci skip]
    
    * updated google-cloud-bigquerystorage/pom.xml [ci skip]
    
    * updated grpc-google-cloud-bigquerystorage-v1/pom.xml [ci skip]
    
    * updated grpc-google-cloud-bigquerystorage-v1alpha2/pom.xml [ci skip]
    
    * updated grpc-google-cloud-bigquerystorage-v1beta1/pom.xml [ci skip]
    
    * updated grpc-google-cloud-bigquerystorage-v1beta2/pom.xml [ci skip]
    
    * updated pom.xml [ci skip]
    
    * updated proto-google-cloud-bigquerystorage-v1/pom.xml [ci skip]
    
    * updated proto-google-cloud-bigquerystorage-v1alpha2/pom.xml [ci skip]
    
    * updated proto-google-cloud-bigquerystorage-v1beta1/pom.xml [ci skip]
    
    * updated proto-google-cloud-bigquerystorage-v1beta2/pom.xml [ci skip]
    
    * updated samples/snapshot/pom.xml [ci skip]
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] committed May 14, 2020
    Configuration menu
    Copy the full SHA
    552e27f View commit details
    Browse the repository at this point in the history
  3. chore: bump readme version (#281)

    autosynth cannot find the source of changes triggered by earlier changes in this
            repository, or by version upgrades to tools such as linters.
    yoshi-automation committed May 14, 2020
    Configuration menu
    Copy the full SHA
    a070d5e View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. Configuration menu
    Copy the full SHA
    873d787 View commit details
    Browse the repository at this point in the history
  2. feat: Add flush API to StreamWriter (#278)

    * feat:
    Add a flush method to client library. The implementation is void, so just added boilerplate unit test and e2e test.
    
    	modified:   google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1alpha2/StreamWriter.java
    	modified:   google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1alpha2/FakeBigQueryWrite.java
    	modified:   google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1alpha2/FakeBigQueryWriteImpl.java
    	modified:   google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1alpha2/StreamWriterTest.java
    	modified:   google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1alpha2/it/ITBigQueryWriteManualClientTest.java
    
    * fix a test failure due to table reuse, need to create a table in the test
    yirutang committed May 15, 2020
    Configuration menu
    Copy the full SHA
    f617259 View commit details
    Browse the repository at this point in the history
  3. chore: release 0.133.0 (#285)

    * updated CHANGELOG.md [ci skip]
    
    * updated README.md [ci skip]
    
    * updated versions.txt [ci skip]
    
    * updated samples/pom.xml [ci skip]
    
    * updated samples/snippets/pom.xml [ci skip]
    
    * updated samples/install-without-bom/pom.xml [ci skip]
    
    * updated google-cloud-bigquerystorage-bom/pom.xml [ci skip]
    
    * updated google-cloud-bigquerystorage/pom.xml [ci skip]
    
    * updated grpc-google-cloud-bigquerystorage-v1/pom.xml [ci skip]
    
    * updated grpc-google-cloud-bigquerystorage-v1alpha2/pom.xml [ci skip]
    
    * updated grpc-google-cloud-bigquerystorage-v1beta1/pom.xml [ci skip]
    
    * updated grpc-google-cloud-bigquerystorage-v1beta2/pom.xml [ci skip]
    
    * updated proto-google-cloud-bigquerystorage-v1/pom.xml [ci skip]
    
    * updated proto-google-cloud-bigquerystorage-v1alpha2/pom.xml [ci skip]
    
    * updated proto-google-cloud-bigquerystorage-v1beta1/pom.xml [ci skip]
    
    * updated proto-google-cloud-bigquerystorage-v1beta2/pom.xml [ci skip]
    
    * updated samples/snapshot/pom.xml [ci skip]
    
    * updated pom.xml [ci skip]
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] committed May 15, 2020
    Configuration menu
    Copy the full SHA
    e344cae View commit details
    Browse the repository at this point in the history
Loading