This repository was archived by the owner on Feb 3, 2026. It is now read-only.
12.0.0
[12.0.0] - 2023-02-27
Added
- Added "Contexts (beta)" and "Context settings (beta)" categories
- Added
StopDatetoExecutionOutputobject - 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-
usercontext and of a context instance - Added beta endpoint for updating individual targets on Big Segments with non-
usercontext kind - Added beta endpoint for getting a list of approval requests
- Added beta endpoint for getting a single approval request
- Added
resultsfield to the experiment metric results response for contexts that have data slicing enabled - Added
resourceIdandapprovalSettingsfields to the responses forgetApprovalRequestandgetApprovalRequests - Added
statusquery parameters to thegetWorkflowsbeta 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
experimentalPropertiesfield to experiment create post body - Added
randomizationUnitto- the
IterationInputobject - the responses for
getExperiment,getExperiments, andcreateIteration
- the
- Added
randomizationUnitsto- the
MetricPostobject - the responses for
getMetricandgetMetrics
- 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
getAuditLogEntriesto reflect that audit logs aren't specific to feature flags - Updated operation ID
postApprovalRequesttopostApprovalRequestForFlagto reflect that it's flag specific. The title has also been updated to reflect this. - Updated operation ID
postApprovalRequestReviewtopostApprovalRequestReviewForFlagto reflect that it's flag specific. The title has also been updated to reflect this. - Updated operation ID
postApprovalRequestApplyRequesttopostApprovalRequestApplyForFlagto reflect that it's flag specific. The title has also been updated to reflect this. - Updated operation ID
deleteApprovalRequesttodeleteApprovalRequestForFlagto 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
LinksinFlagConfigApprovalRequestResponse
Bug Fixes
- Fixing
postWorkflowbeta endpointnameisrequired(previously incorrectly marked as optional)descriptionisoptional(previously incorrectly marked as required)