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-bigtable
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.0
Choose a base ref
...
head repository: googleapis/java-bigtable
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.7.0
Choose a head ref
  • 17 commits
  • 21 files changed
  • 7 contributors

Commits on Oct 25, 2019

  1. chore: release 1.6.1-SNAPSHOT (#43)

    * updated versions.txt [ci skip]
    
    * updated google-cloud-bigtable-emulator/pom.xml [ci skip]
    
    * updated google-cloud-bigtable/pom.xml [ci skip]
    
    * updated grpc-google-cloud-bigtable-admin-v2/pom.xml [ci skip]
    
    * updated grpc-google-cloud-bigtable-v2/pom.xml [ci skip]
    
    * updated pom.xml [ci skip]
    
    * updated proto-google-cloud-bigtable-admin-v2/pom.xml [ci skip]
    
    * updated proto-google-cloud-bigtable-v2/pom.xml [ci skip]
    release-please[bot] authored and kolea2 committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    b0bca8f View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. Configuration menu
    Copy the full SHA
    4ca7e2f View commit details
    Browse the repository at this point in the history
  2. fix: handle recovery failures during stream reframing failure (#46)

    * fix: handle recovery failures during stream reframing failure
    
    This was discovered while debugging another issue. While deflaking
    ReadRowRetryTest, this issue came up preventing me from seeing the
    underlying issue.
    
    ReframingResponseObserver#deliverUnsafe() should never fail. However if
    does, it will try to cancel the upstream stream and notify the
    downstream observer. However canceling the upstream can throw an
    exception and prevent the downstram observer from being notified of any
    error.
    
    This fix will catch cancellation errors and add them as suppressed
    exceptions to the original failure
    
    * add test
    
    * format
    igorbernstein2 authored Oct 28, 2019
    Configuration menu
    Copy the full SHA
    a16cb88 View commit details
    Browse the repository at this point in the history
  3. fix: fix maven test configs to make sure admin tests don't clobber da…

    …ta tests (#47)
    
    * fix: fix maven test configs to make sure admin tests don't clobber data tests
    
    * Update include patterns
    igorbernstein2 authored Oct 28, 2019
    Configuration menu
    Copy the full SHA
    18576f5 View commit details
    Browse the repository at this point in the history
  4. chore: Temporarily move DirectPath tests back to the test endpoint. (#44

    )
    
    * Temporarily update DirectPath tests to use test env to unblock internal testing until the prod endpoint goes live
    
    * add missing port
    
    * format
    
    * Rename ProdEnv -> CloudEnv to avoid confusion
    
    * fix: handle recovery failures during stream reframing failure
    
    This was discovered while debugging another issue. While deflaking
    ReadRowRetryTest, this issue came up preventing me from seeing the
    underlying issue.
    
    ReframingResponseObserver#deliverUnsafe() should never fail. However if
    does, it will try to cancel the upstream stream and notify the
    downstream observer. However canceling the upstream can throw an
    exception and prevent the downstram observer from being notified of any
    error.
    
    This fix will catch cancellation errors and add them as suppressed
    exceptions to the original failure
    
    * fix: fix maven test configs to make sure admin tests don't clobber data tests
    igorbernstein2 authored Oct 28, 2019
    Configuration menu
    Copy the full SHA
    3a500af View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. Added note about timestamp granularity in MutationApi interface. (#39)

    * Added note about timestamp granularity in MutationApi interface.
    
    * Reworded the JavaDoc note for timestamp format
    rahulKQL authored Oct 29, 2019
    Configuration menu
    Copy the full SHA
    f2d7c83 View commit details
    Browse the repository at this point in the history
  2. feat: add bom (#50)

    kolea2 authored Oct 29, 2019
    Configuration menu
    Copy the full SHA
    f4dd552 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbfa73a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f355230 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2019

  1. Add section about gRPC version conflicts to README (#53)

    * Add section about gRPC version conflicts to README
    
    * Fix
    justinuang authored and igorbernstein2 committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    e5a7b0f View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

  1. Configuration menu
    Copy the full SHA
    846a44f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d1c4de View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2019

  1. Configuration menu
    Copy the full SHA
    589c35d View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. Configuration menu
    Copy the full SHA
    918f146 View commit details
    Browse the repository at this point in the history
  2. fix: fix regression in batch#close silently ignoring entry failures b…

    …y upgrading to gax to 1.50.0 (#67)
    kolea2 authored Nov 6, 2019
    Configuration menu
    Copy the full SHA
    5aa8769 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. Configuration menu
    Copy the full SHA
    638615a View commit details
    Browse the repository at this point in the history
  2. chore: release 1.7.0 (#51)

    * updated CHANGELOG.md [ci skip]
    
    * updated README.md [ci skip]
    
    * updated versions.txt [ci skip]
    
    * updated google-cloud-bigtable-emulator/pom.xml [ci skip]
    
    * updated google-cloud-bigtable-bom/pom.xml [ci skip]
    
    * updated grpc-google-cloud-bigtable-admin-v2/pom.xml [ci skip]
    
    * updated grpc-google-cloud-bigtable-v2/pom.xml [ci skip]
    
    * updated proto-google-cloud-bigtable-admin-v2/pom.xml [ci skip]
    
    * updated proto-google-cloud-bigtable-v2/pom.xml [ci skip]
    
    * updated google-cloud-bigtable/pom.xml [ci skip]
    
    * updated pom.xml [ci skip]
    release-please[bot] authored and kolea2 committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    512ba6f View commit details
    Browse the repository at this point in the history
Loading