Skip to content

2.0.0-preview.2

Pre-release
Pre-release

Choose a tag to compare

@zhiyuanliang-ms zhiyuanliang-ms released this 08 Jan 08:42
· 81 commits to preview since this release
ed1d35e

Enhancements

  • 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.loadBalancingEnabled property to true. #135

  • Added 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