Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit 58ebe3c

Browse files
authored
Merge branch 'main' into generate-libraries-main
2 parents b47d2c8 + 735ab0b commit 58ebe3c

3 files changed

Lines changed: 26 additions & 1 deletion

File tree

.github/release-please.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,7 @@ branches:
4646
bumpMinorPreMajor: true
4747
handleGHRelease: true
4848
branch: 6.88.x
49+
- releaseType: java-backport
50+
bumpMinorPreMajor: true
51+
handleGHRelease: true
52+
branch: 6.96.x

.github/sync-repo-settings.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,27 @@ branchProtectionRules:
182182
- units-with-multiplexed-session (11)
183183
- unmanaged_dependency_check
184184
- library_generation
185+
- pattern: 6.96.x
186+
isAdminEnforced: true
187+
requiredApprovingReviewCount: 1
188+
requiresCodeOwnerReviews: true
189+
requiresStrictStatusChecks: false
190+
requiredStatusCheckContexts:
191+
- dependencies (17)
192+
- lint
193+
- javadoc
194+
- units (8)
195+
- units (11)
196+
- 'Kokoro - Test: Integration'
197+
- 'Kokoro - Test: Integration with Multiplexed Sessions'
198+
- cla/google
199+
- checkstyle
200+
- compile (8)
201+
- compile (11)
202+
- units-with-multiplexed-session (8)
203+
- units-with-multiplexed-session (11)
204+
- unmanaged_dependency_check
205+
- library_generation
185206
permissionRules:
186207
- team: yoshi-admins
187208
permission: admin

google-cloud-spanner/src/main/java/com/google/cloud/spanner/spi/v1/GapicSpannerRpc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ public class GapicSpannerRpc implements SpannerRpc {
224224
PathTemplate.create("projects/{project}");
225225
private static final PathTemplate OPERATION_NAME_TEMPLATE =
226226
PathTemplate.create("{database=projects/*/instances/*/databases/*}/operations/{operation}");
227-
private static final int MAX_MESSAGE_SIZE = 100 * 1024 * 1024;
227+
private static final int MAX_MESSAGE_SIZE = 256 * 1024 * 1024;
228228
private static final int MAX_METADATA_SIZE = 32 * 1024; // bytes
229229
private static final String PROPERTY_TIMEOUT_SECONDS =
230230
"com.google.cloud.spanner.watchdogTimeoutSeconds";

0 commit comments

Comments
 (0)