1.6.0 (2024-04-09)
Features Added
- Exposed
send_request()
method in each client to send custom requests using the client's existing pipeline. - Supported to get page ETag while iterating
list_configuration_setting()
result by page.
Bugs Fixed
- Fixed a bug in consuming "etag" value in sync operation
set_configuration_setting()
. - Changed invalid default value
None
toFalse
for propertyenabled
inFeatureFlagConfigurationSetting
. - Fixed the issue that
description
,display_name
and other customer fields are missing when de/serializingFeatureFlagConfigurationSetting
objects.