github Azure/azure-sdk-for-js @azure/app-configuration_1.3.0

latest releases: @azure-tools/test-utils_1.0.0, @azure/template_1.0.12-beta.3750356, @azure/template_1.0.12-beta.3750320...
2 years ago

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.

Don't miss a new azure-sdk-for-js release

NewReleases is sending notifications on new releases.