Skip to content

Commit 0de1d0a

Browse files
authored
Python Provider 1.2.0 (#35766)
1 parent bd5899c commit 0de1d0a

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
11
# Release History
22

3-
## 1.1.1 (Unreleased)
3+
## 1.2.0 (2024-05-24)
44

55
### Features Added
66

77
* Enable loading of feature flags with `feature_flag_enabled`
88
* Select Feature Flags to load with `feature_flag_selectors`
99
* Enable/Disable Feature Flag Refresh with `feature_flag_refresh_enabled`
1010

11-
### Breaking Changes
12-
1311
### Bugs Fixed
1412

15-
* Fixes issue where loading configurations were slower do to returning a copy of the configurations.
16-
17-
### Other Changes
13+
* Fixes issue where loading configurations were slower due to returning a copy of the configurations.
1814

1915
## 1.1.0 (2024-01-29)
2016

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.1"
7+
VERSION = "1.2.0"

0 commit comments

Comments
 (0)