1.2.0 (2021-07-07)
Features Added
-
Special configuration settings - feature flag and secret reference are now supported. ??
- For types, use
ConfigurationSetting<FeatureFlagValue>
andConfigurationSetting<SecretReferenceValue>
. - Use
parseFeatureFlag
andparseSecretReference
methods to parse the configuration settings into feature flag and secret reference respectively.
- For types, use
-
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.- #15721 allows the user-provided abortSignal to be taken into account to abort the requests sooner.
- More resources - App Configuration | Throttling and App Configuration | Requests Quota