Skip to content

Commit 6239c21

Browse files
Google APIscopybara-github
authored andcommitted
fix: improve retry logic for streaming API calls
build: update typescript generator version to 4.3.0 The streaming API call retry logic has changed, which in some rare cases may require code changes. Please feel free to reach out to us in the issues if you experience new problems with retrying streaming calls after this update. PiperOrigin-RevId: 599622271
1 parent d32bd97 commit 6239c21

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,9 +370,9 @@ gapic_generator_register_toolchains()
370370
# TypeScript
371371
##############################################################################
372372

373-
_gapic_generator_typescript_version = "4.2.0"
373+
_gapic_generator_typescript_version = "4.3.0"
374374

375-
_gapic_generator_typescript_sha256 = "bcf2dcdc112f1a8bf24f0ab3b36c10bbf9a7bab22d947ca9cfb7f613fa6992ab"
375+
_gapic_generator_typescript_sha256 = "f96d55a93949c031a2cf6aae3df40c0105c524d8fb43e9ec21427e9a77159df3"
376376

377377
### TypeScript generator
378378
http_archive(

0 commit comments

Comments
 (0)