v1.6.0
FEATURES:
- Added support for an
azure-event-hubs
data sourcekind
on thelaunchdarkly_destination
resource.
ENHANCEMENTS:
-
Improved 429 retry handling.
-
Upgraded the Go version to 1.16.
-
Upgraded the LaunchDarkly SDK version to v5.1.0+.
BUG FIXES:
-
Fixed a bug in the feature flag resource where multivariate (non-boolean) resource config with zero variations would create a boolean flag.
-
Fixed a bug in the feature flag resource where
default_on_variation
anddefault_off_variation
would still show up interraform plan
following their removal. -
Updated the destination
config
Elem
type toTypeString
and made theconfig
field required. Added improved validation to check fields for different destination kinds.
NOTES:
- The
launchdarkly_destination
resource'senabled
argument has been deprecated in favor ofon
. Please update your config to useon
in order to maintain compatibility with future versions. - The
launchdarkly_webhook
resource'spolicy_statements
argument has been deprecated in favor ofstatements
. Please update your config to usestatements
in order to maintain compatibility with future versions. - The
launchdarkly_webhook
data source'spolicy_statements
attribute has been deprecated in favor ofstatements
. Please update all references ofpolicy_statements
tostatements
in order to maintain compatibility with future versions. - The
launchdarkly_webhook
resource'senabled
argument has been deprecated in favor ofon
. Please update your config to useon
in order to maintain compatibility with future versions. - The
launchdarkly_webhook
data source'senabled
attribute has been deprecated in favor ofon
. Please update your all references ofenabled
toon
in order to maintain compatibility with future versions.