Skip to content

Commit d12fad0

Browse files
authored
2.3.0 Release Prep (#43973)
1 parent 9418951 commit d12fad0

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

sdk/appconfiguration/azure-appconfiguration-provider/CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
# Release History
22

3-
## 2.2.1 (Unreleased)
3+
## 2.3.0 (2025-11-12)
44

55
### Features Added
66

7-
* Added support for forced refresh of configurations when using Key Vault references. Adds `secret_refresh_interval` to the `AzureAppConfigurationProvider.load` method. This allows the provider to refresh Key Vault secrets at a specified interval. Is set to 60 seconds by default, and can only be set if using Key Vault references.
7+
* Added support for Azure App Configuration Snapshots, `SettingSelector` now has a `snapshot_name` parameter.
8+
* Added support for forced refresh of configurations when using Key Vault references. Adds `secret_refresh_interval` to the `AzureAppConfigurationProvider` `load` method. This allows the provider to refresh Key Vault secrets at a specified interval. Is set to 60 seconds by default, and can only be set if using Key Vault references.
89
* Added support for async `on_refresh_success`.
9-
10-
### Breaking Changes
10+
* Added support for Configuration Setting Mapping, new `configuration_mapper` parameter to the `load` method, allows for a callback to be added to modify configurations.
1111

1212
### Bugs Fixed
1313

1414
* Fixed a bug where feature flags were using the configuration refresh timer instead of the feature flag refresh timer.
15+
* When loading duplicate configurations only the priority configuration will be processed.
1516

1617
### Other Changes
1718

sdk/appconfiguration/azure-appconfiguration-provider/azure/appconfiguration/provider/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# license information.
55
# -------------------------------------------------------------------------
66

7-
VERSION = "2.2.1"
7+
VERSION = "2.3.0"

0 commit comments

Comments
 (0)