Source code | Package (npm) | Samples
- Added support for dynamic configuration refresh. See an example here. #21
- Added support for consuming configuration as an object. A new API,
constructConfigurationObject, has been added to construct a configuration object based on the key-values loaded from Azure App Configuration. It minimizes necessary code changes for applications that were using JSON configuration file to adopt Azure App Configuration. #49
- The label filter in a selector is restricted to a single label. An error will be thrown if a label filter contains
*or,. This change is to avoid the ambiguity when multiple values are loaded for the same key. Key-values with different labels can still be loaded using separate selectors for proper configuration composition. #22 - Fixed a bug where the last selector may not take precedence if multiple selectors with the same key and label filters are provided. After applying the fix, the resulting configuration of an application may change. To ensure the intended configuration composition, remove any duplicated selectors.#23
- Updated the reference of
@azure/core-rest-pipelineto1.12.2, which added retry for DNS resolution of App Configuration endpoints. Azure/azure-sdk-for-js#27037
- Updated the reference of
@azure/identityto3.3.2, addressing CVE-2023-36415
Added support for
- authentication with connection string or Microsoft Entra
- loading and composing configuration with key-value selectors
- key prefix trimming
- Key Vault reference resolution
- Key-value with JSON content-type