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: add back client constructors with client options and actually use its reliability settings #1001

Merged
merged 1 commit into from
May 19, 2020

Conversation

childish-sambino
Copy link
Contributor

Fixes #1000
Relates to #839

When the default client options were made static and the constructors later removed, there was no way to modify the reliability settings used by the retry handler. This fix adds back the constructors so clients can now be constructed with just the client options and the options will be used when creating a retry handler, if any.

…e its reliability settings

Fixes #1000
Relates to #839

When the default client options were made static and the constructors later removed, there was no way to modify the reliability settings used by the retry handler. This fix adds back the constructors so clients can now be constructed with just the client options and the options will be used when creating a retry handler, if any.
@thinkingserious thinkingserious added the status: code review request requesting a community code review or review from Twilio label May 14, 2020
@childish-sambino childish-sambino merged commit ecc86b4 into master May 19, 2020
@childish-sambino childish-sambino deleted the client-reliability-settings branch May 19, 2020 01:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: code review request requesting a community code review or review from Twilio
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Do not introduce breaking changes in minor versions
3 participants