-
Notifications
You must be signed in to change notification settings - Fork 132
feat: Last statement sample #3830
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
Merged
gcf-merge-on-green
merged 19 commits into
googleapis:main
from
sgorse123:last-statement-sample
Jun 4, 2025
Merged
feat: Last statement sample #3830
gcf-merge-on-green
merged 19 commits into
googleapis:main
from
sgorse123:last-statement-sample
Jun 4, 2025
Conversation
This file contains hidden or 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
Here is the summary of changes. You are about to add 2 region tags.
This comment is generated by snippet-bot.
|
rahul2393
previously approved these changes
Apr 28, 2025
rahul2393
approved these changes
Jun 3, 2025
svc-squareup-copybara
pushed a commit
to cashapp/misk
that referenced
this pull request
Jun 8, 2025
| Package | Type | Package file | Manager | Update | Change | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-spanner](https://github.com/googleapis/java-spanner) | dependencies | misk/gradle/libs.versions.toml | gradle | minor | `6.94.0` -> `6.95.0` | | [software.amazon.awssdk:sdk-core](https://aws.amazon.com/sdkforjava) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `2.31.58` -> `2.31.59` | | [software.amazon.awssdk:sqs](https://aws.amazon.com/sdkforjava) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `2.31.58` -> `2.31.59` | | [software.amazon.awssdk:dynamodb-enhanced](https://aws.amazon.com/sdkforjava) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `2.31.58` -> `2.31.59` | | [software.amazon.awssdk:dynamodb](https://aws.amazon.com/sdkforjava) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `2.31.58` -> `2.31.59` | | [software.amazon.awssdk:aws-core](https://aws.amazon.com/sdkforjava) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `2.31.58` -> `2.31.59` | | [software.amazon.awssdk:bom](https://aws.amazon.com/sdkforjava) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `2.31.58` -> `2.31.59` | | [software.amazon.awssdk:auth](https://aws.amazon.com/sdkforjava) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `2.31.58` -> `2.31.59` | --- ### Release Notes <details> <summary>googleapis/java-spanner (com.google.cloud:google-cloud-spanner)</summary> ### [`v6.95.0`](https://github.com/googleapis/java-spanner/blob/HEAD/CHANGELOG.md#6950-2025-06-05) ##### Features - Enable ALTS hard bound token in DirectPath ([#​3904](googleapis/java-spanner#3904)) ([2b0f2ff](googleapis/java-spanner@2b0f2ff)) - Enable grpc and afe metrics ([#​3896](googleapis/java-spanner#3896)) ([706f794](googleapis/java-spanner@706f794)) - Last statement sample ([#​3830](googleapis/java-spanner#3830)) ([2f62816](googleapis/java-spanner@2f62816)) - **spanner:** Add new change_stream.proto ([f385698](googleapis/java-spanner@f385698)) ##### Bug Fixes - Directpath_enabled attribute ([#​3897](googleapis/java-spanner#3897)) ([53bc510](googleapis/java-spanner@53bc510)) ##### Dependencies - Update dependency io.opentelemetry:opentelemetry-bom to v1.50.0 ([#​3887](googleapis/java-spanner#3887)) ([94b879c](googleapis/java-spanner@94b879c)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 6pm every weekday,before 2am every weekday" in timezone Australia/Melbourne, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). GitOrigin-RevId: 87852b9affb31b6742120ba0fac9e43b3dda6d19
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api: spanner
Issues related to the googleapis/java-spanner API.
samples
Issues that are directly related to samples.
size: l
Pull request size is large.
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.
Support of the last statement option was added in #3647 by @olavloite.
This change adds a sample of how to use the option in the last DML statement of a transaction.