Skip to content
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

fix: use new gax streaming retries #1518

Merged
merged 1 commit into from
Jan 18, 2024
Merged

Conversation

alexander-fenster
Copy link
Contributor

@alexander-fenster alexander-fenster commented Jan 17, 2024

This change enables new GAX streaming retries. It's needed to silence deprecation warning in tests, but apparently, the best thing we can do now is to enable new streaming retry code for all libraries (which will anyway happen sooner or later).

This is not going to be a real breaking change for libraries, but it can change behavior in some rare cases (streaming retries is not a widely used feature anyway). I suggest we'll let it in as a semver minor, but we'll need to track users' issues and be ready to fix stuff that got broken.

@alexander-fenster alexander-fenster merged commit 8da1195 into main Jan 18, 2024
27 checks passed
@alexander-fenster alexander-fenster deleted the retry-deprecation branch January 18, 2024 00:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants