You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/appconfiguration/azure-appconfiguration-provider/CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,20 @@
1
1
# Release History
2
2
3
-
## 1.1.0b3 (Unreleased)
3
+
## 1.1.0b3 (2023-12-18)
4
4
5
5
### Features Added
6
6
7
7
- Added on_refresh_success callback to load method. This callback is called when the refresh method successfully refreshes the configuration.
8
8
- Added minimum up time. This is the minimum amount of time the provider will try to be up before throwing an error. This is to prevent quick restart loops.
9
9
10
-
### Breaking Changes
11
-
12
10
### Bugs Fixed
13
11
14
12
- Fixes issue where the refresh timer only reset after a change was found.
15
13
16
14
### Other Changes
17
15
16
+
- Renamed the type `SentinelKey` to be `WatchKey`.
0 commit comments