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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
1.7.0 (2024-08-15)
Features Added
Added operation list_labels() for listing configuration setting labels.
Supported filtering by configuration setting tags in list_configuration_settings() and list_revisions().
Added a new property tags to ConfigurationSettingsFilter to support filtering settings with tags filter for snapshot.
Bugs Fixed
Fixed a bug where the feature_id of FeatureFlagConfigurationSetting will be different from id customer field, and may overwrite the original customer-defined value if different from the FeatureFlagConfigurationSetting key suffix.
Other Changes
Updated the default api_version to "2023-11-01".
Published enum LabelFields and model ConfigurationSettingLabel.
Published enum SnapshotFields, and accepted the type for fields parameter in get_snapshot() and list_snapshots().
Published enum ConfigurationSettingFields, and accepted the type for fields parameter in list_configuration_settings() and list_revisions().
Published enum SnapshotComposition, and accepted the type for ConfigurationSnapshot property composition_type and begion_create_snapshot() kwarg composition_type.