You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
1.3.0 (2021-07-26)
Features Added
Added "continuationToken" option for the byPage APIs of the listing methods (listConfigurationSettings and the listRevisions), this lets you keep track of where to continue the iterator from. #16472
Changed TS compilation target to ES2017 in order to produce smaller bundles and use more native platform features
Updated our internal core package dependencies to their latest versions in order to add support for Opentelemetry 1.0.0 which is compatible with the latest versions of our other client libraries.
Bugs Fixed
Throttling may have resulted in retrying the request indefinitely if the service responded with retry-after-ms header in the error for each retried request. The behaviour has been changed to retry for a maximum of 3 times by default from #16376.
Additionally, #16376 also exposes retryOptions on the AppConfigurationClient's client options, which lets you configure the maxRetries and the maxRetryDelayInMs.