-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: enable last_scanned_row_responses feature flag #1862
Merged
gcf-merge-on-green
merged 3 commits into
googleapis:main
from
steveniemitz:add-last-scanned-row-feature
Aug 1, 2023
Merged
feat: enable last_scanned_row_responses feature flag #1862
gcf-merge-on-green
merged 3 commits into
googleapis:main
from
steveniemitz:add-last-scanned-row-feature
Aug 1, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
product-auto-label
bot
added
size: s
Pull request size is small.
api: bigtable
Issues related to the googleapis/java-bigtable API.
labels
Jul 27, 2023
igorbernstein2
approved these changes
Jul 27, 2023
steveniemitz
force-pushed
the
add-last-scanned-row-feature
branch
3 times, most recently
from
July 27, 2023 18:10
13b6839
to
0e2e68d
Compare
steveniemitz
force-pushed
the
add-last-scanned-row-feature
branch
from
July 27, 2023 20:15
0e2e68d
to
bb6f9eb
Compare
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Aug 1, 2023
mutianf
added
automerge
Merge the pull request once unit tests and other checks pass.
owlbot:run
Add this label to trigger the Owlbot post processor.
labels
Aug 1, 2023
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Aug 1, 2023
steveniemitz
added
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Aug 1, 2023
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Aug 1, 2023
gcf-merge-on-green
bot
removed
the
automerge
Merge the pull request once unit tests and other checks pass.
label
Aug 1, 2023
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Aug 9, 2023
🤖 I have created a release *beep* *boop* --- ## [2.26.0](https://togithub.com/googleapis/java-bigtable/compare/v2.25.1...v2.26.0) (2023-08-09) ### Features * Add last_scanned_row_key feature ([#1856](https://togithub.com/googleapis/java-bigtable/issues/1856)) ([ef30dde](https://togithub.com/googleapis/java-bigtable/commit/ef30dde4bdbedb8f04feb0604d66c95309468a2e)) * Enable last_scanned_row_responses feature flag ([#1862](https://togithub.com/googleapis/java-bigtable/issues/1862)) ([c2288c9](https://togithub.com/googleapis/java-bigtable/commit/c2288c9f1f97571b7b12394a4697ebf5abfc5cfc)) * Setup 2.25.x lts branch ([#1866](https://togithub.com/googleapis/java-bigtable/issues/1866)) ([220cf4b](https://togithub.com/googleapis/java-bigtable/commit/220cf4b142adeb63802e27fb5effdb343f832563)) ### Bug Fixes * Fix batcher metric labels ([#1829](https://togithub.com/googleapis/java-bigtable/issues/1829)) ([6245c12](https://togithub.com/googleapis/java-bigtable/commit/6245c12b37d8c1398cdfd497129a6fc1ef767508)) ### Dependencies * Update dependency com.google.cloud:google-cloud-monitoring-bom to v3.24.0 ([#1878](https://togithub.com/googleapis/java-bigtable/issues/1878)) ([0de458d](https://togithub.com/googleapis/java-bigtable/commit/0de458d919cdef4284da98b830c26027b9ae8941)) * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.14.0 ([#1873](https://togithub.com/googleapis/java-bigtable/issues/1873)) ([bb83064](https://togithub.com/googleapis/java-bigtable/commit/bb830647358e66bddc392e0cffbe7e63a7036ce6)) * Update dependency org.graalvm.buildtools:junit-platform-native to v0.9.24 ([#1876](https://togithub.com/googleapis/java-bigtable/issues/1876)) ([d397c33](https://togithub.com/googleapis/java-bigtable/commit/d397c337ab17d000a331bade8fca8b49f5f2355e)) * Update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.24 ([#1877](https://togithub.com/googleapis/java-bigtable/issues/1877)) ([1a8be60](https://togithub.com/googleapis/java-bigtable/commit/1a8be60a20498d6fa321841fa561ab7c3d9fe9a2)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api: bigtable
Issues related to the googleapis/java-bigtable API.
size: s
Pull request size is small.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This enables the last_scanned_row_responses feature flag and updates the unit test for scan markers to have slightly better coverage.