Skip to content

@azure/app-configuration_1.2.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 07 Jul 18:23
2eabc6e

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.