Skip to content

Commit 191f1c7

Browse files
committed
update
1 parent bfd878b commit 191f1c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

releaseNotes/GoProvider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
* Added support for replica auto-discovery. For App Configuration stores with geo-replication enabled, the Go provider will now automatically discover replicas and attempt to connect to them when it fails to connect to user-provided endpoint. This capability allows workloads to leverage geo-replication for enhanced resiliency without redeployment. Replica discovery is enabled by default and can be disabled by setting `azureappconfiguration.Options.ReplicaDiscoveryEnabled` to false. [#39](https://github.com/Azure/AppConfiguration-GoProvider/pull/39)
1010
* Added support for load balancing mode, which enables your workloads 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 `azureappconfiguration.Options.LoadBalancingEnabled` to true. [#42](https://github.com/Azure/AppConfiguration-GoProvider/pull/42)
11-
* Added support for parsing json values with comments. [#43](https://github.com/Azure/AppConfiguration-GoProvider/pull/43)
11+
* Added support for parsing JSON values with comments. [#43](https://github.com/Azure/AppConfiguration-GoProvider/pull/43)
1212
* Upgraded dependent packages. [#44](https://github.com/Azure/AppConfiguration-GoProvider/pull/44)
1313

1414
## v1.1.0 - August 01, 2025

0 commit comments

Comments
 (0)