From 6bef3996a42321be10e6e72c331ee9c9e10fa6ae Mon Sep 17 00:00:00 2001 From: Matt Metcalf Date: Tue, 29 Apr 2025 11:34:39 -0700 Subject: [PATCH] Update AzureAppConfigurationProviderPython.md --- releaseNotes/AzureAppConfigurationProviderPython.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/releaseNotes/AzureAppConfigurationProviderPython.md b/releaseNotes/AzureAppConfigurationProviderPython.md index e8fda8f3..ac2ed7de 100644 --- a/releaseNotes/AzureAppConfigurationProviderPython.md +++ b/releaseNotes/AzureAppConfigurationProviderPython.md @@ -2,6 +2,12 @@ [Source code][source_code] | [Package (Pypi)][package] | [Samples][samples] +## 2.1.0 - April 29, 2025 + +### Features + +* Added support for including AllocationId to feature flag telemetry metadata when telemetry is enabled. + ## 2.0.0 - January 6, 2025 * 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 `load_balancing_enabled` to `true`.