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

latest releases: @azure/arm-guestconfiguration_1.0.0-beta.1, @azure/arm-selfhelp_2.0.0-beta.3, @azure/template_1.0.12-beta.3738128...
2 years ago

1.2.0 (2021-07-07)

Features Added

  • Special configuration settings - feature flag and secret reference are now supported. ??

    • For types, use ConfigurationSetting<FeatureFlagValue> and ConfigurationSetting<SecretReferenceValue>.
    • Use parseFeatureFlag and parseSecretReference methods to parse the configuration settings into feature flag and secret reference respectively.
  • With the dropping of support for Node.js versions that are no longer in LTS, the dependency on @types/node has been updated to version 12. Read our support policy for more details.

Fixed

  • High request rate would result in throttling. SDK would retry on the failed requests based on the service suggested time from the retry-after-ms header in the error response. If there are too many parallel requests, retries for all of them may also result in a high request rate entering into a state which might seem like the application is hanging forever.

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

NewReleases is sending notifications on new releases.