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
Added - Added new endpoint for generating a trust policy to allow LaunchDarkly to assume the role and perform Data Export operations on AWS resources - POST /api/v2/destinations/projects/{projKey}/environments/{envKey}/generate-trust-policy ### Removed ### Changed - Added redshift destination kind to Destination and DestinationPost reps - Metric responses will now always include a data source key. - IterationRep status is now an enum with values not_started, running, stopped. - added constantCase to the case enum in namingConvention. ### Bug Fixes - Removed required annotation from Relay Auto Config fullKey property since this is only set by the API for some response types.