Skip to content

Commit cb6b323

Browse files
authored
App Config Provider 2.5.0 Release (#47088)
1 parent f36165e commit cb6b323

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
# Release History
22

3-
## 2.4.1 (Unreleased)
3+
## 2.5.0 (2026-05-22)
44

55
### Features Added
66

77
- Added `refresh_enabled` parameter to the `load` method. Defaults to `True` if `refresh_on` is set. When set to `True` without `refresh_on` keys, all selected key-values are monitored for changes. When set to `False`, calling `refresh` will be a no-op.
88
- Added the ability to monitor all selected key-values for refresh with the `refresh_enabled` kwarg. When this kwarg is set to `True`, and `refresh_on` is not specified, changes to any selected key-values will trigger configuration reload.
99

10-
### Breaking Changes
11-
12-
### Bugs Fixed
13-
1410
### Other Changes
1511

1612
- Switched feature flag refresh to use page-based etag checking instead of per-flag etag checking, reducing the number of requests needed to detect changes.

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.4.1"
7+
VERSION = "2.5.0"

0 commit comments

Comments
 (0)