12.0.0
LaunchDarklyReleaseBot
released this
28 Feb 02:13
·
5 commits
to main
since this release
[12.0.0] - 2023-02-27
Added
- Added "Contexts (beta)" and "Context settings (beta)" categories
- Added
StopDate
toExecutionOutput
object - Added support for sorting via query parameter in the
GET /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/workflows
- Added beta endpoint for updating flag settings for a context
- Added endpoints for retrieving segment membership of a non-
user
context and of a context instance - Added beta endpoint for updating individual targets on Big Segments with non-
user
context kind - Added beta endpoint for getting a list of approval requests
- Added beta endpoint for getting a single approval request
- Added
results
field to the experiment metric results response for contexts that have data slicing enabled - Added
resourceId
andapprovalSettings
fields to the responses forgetApprovalRequest
andgetApprovalRequests
- Added
status
query parameters to thegetWorkflows
beta endpoint - Added beta endpoint for fetching client-side monthly context instance usage
- Added beta endpoint for fetching client-side connection minutes usage
- Added beta endpoint for fetching experimentation units usage
- Added beta endpoint for fetching experimentation keys usage
- Added
experimentalProperties
field to experiment create post body - Added
randomizationUnit
to- the
IterationInput
object - the responses for
getExperiment
,getExperiments
, andcreateIteration
- the
- Added
randomizationUnits
to- the
MetricPost
object - the responses for
getMetric
andgetMetrics
- the
- Added beta endpoint for retrieving experimentation settings for a given project
- Added beta endpoint for updating experimentation settings for a given project
- Added beta endpoints getting experimentation keys usage
Removed
Changed
- Updated title of
getAuditLogEntries
to reflect that audit logs aren't specific to feature flags - Updated operation ID
postApprovalRequest
topostApprovalRequestForFlag
to reflect that it's flag specific. The title has also been updated to reflect this. - Updated operation ID
postApprovalRequestReview
topostApprovalRequestReviewForFlag
to reflect that it's flag specific. The title has also been updated to reflect this. - Updated operation ID
postApprovalRequestApplyRequest
topostApprovalRequestApplyForFlag
to reflect that it's flag specific. The title has also been updated to reflect this. - Updated operation ID
deleteApprovalRequest
todeleteApprovalRequestForFlag
to reflect that it's flag specific. The title has also been updated to reflect this. - Updated to new syntax for filter query param in beta endpoint
getApprovalRequests
. Support for the old syntax is being dropped. See documentation for new syntax. - Updated type of
Links
inFlagConfigApprovalRequestResponse
Bug Fixes
- Fixing
postWorkflow
beta endpointname
isrequired
(previously incorrectly marked as optional)description
isoptional
(previously incorrectly marked as required)