Skip to content

Commit

Permalink
#82: Update to YDB SDK v2.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nvamelichev committed Aug 9, 2024
1 parent affe7e2 commit 5687230
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<os-maven-plugin.version>1.7.1</os-maven-plugin.version>

<!-- YDB SDK 2.x -->
<ydb-sdk-v2.version>2.2.2</ydb-sdk-v2.version>
<ydb-sdk-v2.version>2.2.8</ydb-sdk-v2.version>
<ydb-proto-api.version>1.6.2</ydb-proto-api.version>

<!-- build-only dependencies (provided) -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ public static boolean isTransactionClosedByServer(StatusCode statusCode) {
CLIENT_DEADLINE_EXPIRED,
CLIENT_DISCOVERY_FAILED,
CLIENT_LIMITS_REACHED,
CLIENT_RESOURCE_EXHAUSTED -> false;
CLIENT_RESOURCE_EXHAUSTED,
CLIENT_GRPC_ERROR -> false;
};
}

Expand Down

0 comments on commit 5687230

Please sign in to comment.