Skip to content

Commit dc17d08

Browse files
mrm9084rossgrambo
andauthored
App Config Provider 1.1.0 Release (#34028)
* Updating version and release notes for release * spelling * Update CHANGELOG.md * Fixing year * Update sdk/appconfiguration/azure-appconfiguration-provider/CHANGELOG.md Co-authored-by: Ross Grambo <[email protected]> * Update sdk/appconfiguration/azure-appconfiguration-provider/CHANGELOG.md Co-authored-by: Ross Grambo <[email protected]> * updating date --------- Co-authored-by: Ross Grambo <[email protected]>
1 parent 92593dd commit dc17d08

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

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

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

3-
## 1.1.0b4 (Unreleased)
3+
## 1.1.0 (2024-01-29)
44

55
### Features Added
66

7-
### Breaking Changes
7+
* New API for Azure App Configuration Provider, `refresh`, which can be used to refresh the configuration from the Azure App Configuration service. `refresh` by default can check every 30 seconds for changes to specified sentinel keys. If a change is detected then all configurations are reloaded. Sentinel keys can be set by passing a list of `SentinelKey`'s to `refresh_on`.
8+
* Added new options `on_refresh_success` and `on_refresh_failure` callbacks to the load method. These callbacks are called when the refresh method successfully refreshes the configuration or fails to refresh the configuration.
89

910
### Bugs Fixed
1011

11-
- Verifies that the `refresh_interval`` is at least 1 second.
12-
13-
### Other Changes
12+
* Verifies that the `refresh_interval` is at least 1 second.
1413

1514
## 1.1.0b3 (2023-12-19)
1615

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 = "1.1.0b4"
7+
VERSION = "1.1.0"

0 commit comments

Comments
 (0)