- Notifications
You must be signed in to change notification settings - Fork4
Releases: Azure/AppConfiguration-JavaScriptProvider
2.2.0
6d73877Enhancements
Added tag filter selector which enables the configuration provider to load configuration settings based on tags.#188
Added a new property
secretRefreshIntervalunderAzureAppConfigurationOptions.keyVaultOptions, which enables the configuration provider to periodically reload secrets and certificates from Key Vault.#175Added support for parsing json values with comments.#205
Bug fix
- Fixed a bug that the configuration provider startup will keep retrying on unfailoverable
RestError.#206
Assets2
Uh oh!
There was an error while loading.Please reload this page.
2.1.0
4dbec7dEnhancements
Added snapshot selector which enables the configuration provider to load configuration snapshots.#140
Added time-based retry mechanism for the
loadfunction to handle transient failures. By default, the retry timeout is set to 100 seconds, which can be customized via theAzureAppConfigurationOptions.startupOptions.timeoutInMsproperty.#166Added support for configuring
SecretClientOptionsused to connect to an Azure Key Vault that has no registeredSecretClientvia the newAzureAppConfigurationOptions.keyVaultOptions.clientOptionsproperty.#194Added support for resolving Azure Key Vault secrets in parallel by setting the new
parallelSecretResolutionEnabledproperty underAzureAppConfigurationOptions.keyVaultOptionsto true.#192
Assets2
Uh oh!
There was an error while loading.Please reload this page.
2.0.2
5a1d429FeatureFlagIdis no longer added to telemetry metadata of a feature flag withtelemetryenabled.#183
Assets2
Uh oh!
There was an error while loading.Please reload this page.
2.0.1
55bf103Bug Fixes
- Fixed a bug where the load operation would be interrupted if searching for replicas failed.#170
Assets2
Uh oh!
There was an error while loading.Please reload this page.
2.0.0
e9fe900This is the first stable release of the following features.
Added support for automatic replica discovery for geo-replication enabled App Configuration stores, enhancing resiliency and scalability for non-browser-based applications. The feature is not available for browser-based applications due to the restriction of browser security sandbox.#98
Added support for load balancing mode which enables your application to distribute requests to App Configuration across all available replicas. This enhancement improves the scalability of applications that typically experience high request volumes to App Configuration, ensuring they remain within quota limits. Load balancing mode is disabled by default and can be activated by setting the new
AzureAppConfigurationOptions.loadBalancingEnabledproperty to true.#135Added support for monitoring all selected key-values. Configuration will be refreshed if any of key-values are updated. Watching the sentinel key for refresh helps ensure data integrity of configuration changes, but it is now optional. This behavior is activated when you enable the refresh but do not specify any watched keys in
AzureAppConfigurationOptions.refreshOptions.#133Added support for injecting additional telemetry metadata
FeatureFlagId,FeatureFlagReferenceandETagto feature flags if telemetry is enabled.
Enhancements
- Added support for loading all feature flags with no label when no selector is specified under
AzureAppConfigurationOptions.featureFlagOptions.#158
Assets2
Uh oh!
There was an error while loading.Please reload this page.
2.0.0-preview.2
ed1d35eEnhancements
Added support for automatic replica discovery for geo-replication enabled App Configuration stores, enhancing resiliency and scalability for non-browser-based applications. The feature is not available for browser-based applications due to the restriction of browser security sandbox.#98
Added support for load balancing mode which enables your application to distribute requests to App Configuration across all available replicas. This enhancement improves the scalability of applications that typically experience high request volumes to App Configuration, ensuring they remain within quota limits. Load balancing mode is disabled by default and can be activated by setting the new
AzureAppConfigurationOptions.loadBalancingEnabledproperty to true.#135Added support for monitoring all selected key-values. Configuration will be refreshed if any of key-values are updated. Watching the sentinel key for refresh helps ensure data integrity of configuration changes, but it is now optional. This behavior is activated when you enable the refresh but do not specify any watched keys in
AzureAppConfigurationOptions.refreshOptions.#133
Assets2
Uh oh!
There was an error while loading.Please reload this page.
1.1.3
d649dd3Assets2
Uh oh!
There was an error while loading.Please reload this page.
1.1.2
8dd9982Bug Fix
- Fixed a bug that caused
ReferenceErrorof optional chaining whenprocessis undefined.#104
Assets2
Uh oh!
There was an error while loading.Please reload this page.
1.1.0
0863334Assets2
Uh oh!
There was an error while loading.Please reload this page.
1.0.1
e0e5843Bug Fixes
- Fixed a bug that caused the error ‘ReferenceError: WorkerNavigator is not defined’ when running the application in a browser.#81
Assets2
Uh oh!
There was an error while loading.Please reload this page.