-
Notifications
You must be signed in to change notification settings - Fork 97
Comparing changes
Open a pull request
base repository: googleapis/java-bigtable
base: v1.6.0
head repository: googleapis/java-bigtable
compare: v1.7.0
- 17 commits
- 21 files changed
- 7 contributors
Commits on Oct 25, 2019
-
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]
Configuration menu - View commit details
-
Copy full SHA for b0bca8f - Browse repository at this point
Copy the full SHA b0bca8fView commit details
Commits on Oct 28, 2019
-
[CHANGE ME] Re-generated to pick up changes in the API or client libr…
…ary generator. (#45)
Configuration menu - View commit details
-
Copy full SHA for 4ca7e2f - Browse repository at this point
Copy the full SHA 4ca7e2fView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for a16cb88 - Browse repository at this point
Copy the full SHA a16cb88View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 18576f5 - Browse repository at this point
Copy the full SHA 18576f5View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 3a500af - Browse repository at this point
Copy the full SHA 3a500afView commit details
Commits on Oct 29, 2019
-
Added note about timestamp granularity in MutationApi interface. (#39)
* Added note about timestamp granularity in MutationApi interface. * Reworded the JavaDoc note for timestamp format
Configuration menu - View commit details
-
Copy full SHA for f2d7c83 - Browse repository at this point
Copy the full SHA f2d7c83View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4dd552 - Browse repository at this point
Copy the full SHA f4dd552View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbfa73a - Browse repository at this point
Copy the full SHA dbfa73aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f355230 - Browse repository at this point
Copy the full SHA f355230View commit details
Commits on Oct 30, 2019
-
Add section about gRPC version conflicts to README (#53)
* Add section about gRPC version conflicts to README * Fix
Configuration menu - View commit details
-
Copy full SHA for e5a7b0f - Browse repository at this point
Copy the full SHA e5a7b0fView commit details
Commits on Nov 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 846a44f - Browse repository at this point
Copy the full SHA 846a44fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d1c4de - Browse repository at this point
Copy the full SHA 1d1c4deView commit details
Commits on Nov 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 589c35d - Browse repository at this point
Copy the full SHA 589c35dView commit details
Commits on Nov 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 918f146 - Browse repository at this point
Copy the full SHA 918f146View commit details -
fix: fix regression in batch#close silently ignoring entry failures b…
…y upgrading to gax to 1.50.0 (#67)
Configuration menu - View commit details
-
Copy full SHA for 5aa8769 - Browse repository at this point
Copy the full SHA 5aa8769View commit details
Commits on Nov 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 638615a - Browse repository at this point
Copy the full SHA 638615aView commit details -
* 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]
Configuration menu - View commit details
-
Copy full SHA for 512ba6f - Browse repository at this point
Copy the full SHA 512ba6fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.6.0...v1.7.0