2.0.0 (2025-10-15)
Features Added
- Support assigning Tags and filtering by Tags
- Added
Tags
field toAddSettingOptions
andSetSettingOptions
structs, enabling users to assign key-value metadata tags when creating or updating configuration settings. - Added
TagsFilter
field toSettingSelector
struct, allowing retrieval of settings and revisions filtered by tags.
- Added
Breaking Changes
- Changed
Tags
field type inSetting
frommap[string]string
tomap[string]*string
to support null tag values and maintain compatibility with the Azure App Configuration service backend.