Skip to content

12.0.0

Compare
Choose a tag to compare
@lucywyman lucywyman released this 28 Feb 02:15
· 8 commits to main since this release

[12.0.0] - 2023-02-27

Added

  • Added "Contexts (beta)" and "Context settings (beta)" categories
  • Added StopDate to ExecutionOutput 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 and approvalSettings fields to the responses for getApprovalRequest and getApprovalRequests
  • Added status query parameters to the getWorkflows 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, and createIteration
  • Added randomizationUnits to
    • the MetricPost object
    • the responses for getMetric and getMetrics
  • 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 to postApprovalRequestForFlag to reflect that it's flag specific. The title has also been updated to reflect this.
  • Updated operation ID postApprovalRequestReview to postApprovalRequestReviewForFlag to reflect that it's flag specific. The title has also been updated to reflect this.
  • Updated operation ID postApprovalRequestApplyRequest to postApprovalRequestApplyForFlag to reflect that it's flag specific. The title has also been updated to reflect this.
  • Updated operation ID deleteApprovalRequest to deleteApprovalRequestForFlag 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 in FlagConfigApprovalRequestResponse

Bug Fixes

  • Fixing postWorkflow beta endpoint
    • name is required (previously incorrectly marked as optional)
    • description is optional (previously incorrectly marked as required)