Skip to content

fix: add back client constructors with client options and actually use its reliability settings#1001

Merged
childish-sambino merged 1 commit intomasterfrom
client-reliability-settings
May 19, 2020
Merged

fix: add back client constructors with client options and actually use its reliability settings#1001
childish-sambino merged 1 commit intomasterfrom
client-reliability-settings

Conversation

@childish-sambino
Copy link
Copy Markdown
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