azure_app_config 0.18.0+1
azure_app_config: ^0.18.0+1 copied to clipboard
A Dart package to communicate with Microsoft Azure App Configuration.
0.16.0 to 0.17.1 #
- Fix various pagination issues.
- Fix issue where
FeatureFlag
s could sometimes not be retrieved.
0.15.2 #
- This version introduces an optional parameter 'name' for the
setFeatureFlag()
method.
0.15.1 #
- Add constant
FeatureFlag.contentType
0.15.0 #
AzureRemoteService
is deprecated in favor ofAzureAppConfig
.- Added method:
setFeatureFlag()
- Simplified feature flag methods to use key names only (before: .appconfig.featureflag/mykey, now: mykey).
KeyValue.asFeatureFlag()
now returns null if it's not parsable instead of throwing anAzureKeyValueNotParsableAsFeatureFlagException
.- Update dependencies
0.14.0 #
- Improved Readme
- Updated dependencies to latest versions
0.13.0 #
- Complete Azure's Default 'Targeting' filter by implementing the 'groups' and 'users' feature.
0.12.0 #
- Add registering of ComplexTypes for automatic (de)serialization of models.
0.11.0 #
- Add factory constructor
AzureRemoteService.customAuthentication()
to provide custom way of signing requests. - Add ability to find
AzureKey
s by introducing thefindKeyBy
method.
0.10.0 #
- Added the ability to find KeyValues by key- and label filters using the
findKeyValuesBy
method.
0.9.0 #
- Initial version.