1.0.0b2 (2023-02-15)
Features Added
- Added Async Support
- Added missing methods for Mapping API
- Made load method properties unordered.
Breaking Changes
- Changes how load works. Moves if from AzureAppConfigurationProvider.load to load_provider.
- Removed custom Key Vault Error
- Removed unneeded repr and copy methods.
- All Feature Flags are added to there own key and have there prefix removed
Bugs Fixed
- Fixed Issue where Key Vault Clients couldn't be set in some situations
Other Changes
- Updated method docs
- Fixed load doc that used
selector
instead ofselects
. - Fixed CLI link in Readme.