Skip to content

Commit

Permalink
fix: improve retry logic for streaming API calls
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Google APIs authored and Copybara-Service committed Jan 18, 2024
1 parent d32bd97 commit 6239c21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -370,9 +370,9 @@ gapic_generator_register_toolchains()
# TypeScript
##############################################################################

_gapic_generator_typescript_version = "4.2.0"
_gapic_generator_typescript_version = "4.3.0"

_gapic_generator_typescript_sha256 = "bcf2dcdc112f1a8bf24f0ab3b36c10bbf9a7bab22d947ca9cfb7f613fa6992ab"
_gapic_generator_typescript_sha256 = "f96d55a93949c031a2cf6aae3df40c0105c524d8fb43e9ec21427e9a77159df3"

### TypeScript generator
http_archive(
Expand Down

0 comments on commit 6239c21

Please sign in to comment.