Skip to content

15.0.0

Compare
Choose a tag to compare
@lucywyman lucywyman released this 13 Mar 23:59
· 7 commits to main since this release

Added

  • Added deprecated and deprecatedDate to the rep returned by the flags endpoints
  • Added an optional description field for a segment rule
  • Added Integrations (beta) endpoints for working with big segment persistent store integrations
  • Added environmentKey to dependent experiment rep
  • Added lastModified to the unbounded object returned by Segment APIs
  • Added results field to GET /projects/{projKey}/environments/{envKey}/experiments/{experimentKey}/metrics/{metricKey}/results, deprecating treatmentResults
  • Added critical to Environment object and POST /api/v2/projects/{projectKey}/environments endpoint request body.
  • Added expand query parameter to GET /projects/{projKey}/environments/{envKey}/experiments/{experimentKey}/metrics/{metricKey}/results with support for expanding traffic
  • Added pagination parameters limit and offset to /api/v2/tokens
  • Added missing response information to PATCH /api/v2/flags/{projectKey}/{flagKey}/release
  • Added 4xx response info to GET /api/v2, GET /api/v2/openapi.json, and GET /api/v2/public-ip-list
  • Added key to the rep returned by flag defaults endpoints
  • Added type to code references statistics reps
  • Added standard as a metric group kind
  • Added primarySingleMetric, primaryFunnel, and metrics to IterationRep, deprecating primaryMetric and secondaryMetric
  • Added primarySingleMetricKey and primaryFunnelKey to IterationInput, deprecating primary in MetricInput
  • Added _versionId field to the metric rep returned by metric and experimentation endpoints
  • Added beta engineering insights endpoints

Removed

  • Removed components schemas that were unused by any paths or operations
  • Removed the endpoint to reset experiment results
  • Removed the endpoint to create an application
  • Removed the endpoint to create an application version

Changed

  • Updated definition of post delete approval request to include previously ommited error codes 405 and 409
  • Marked key and name required in MaintainerTeam to match API behavior
  • Added filter to /api/v2/projects/{projectKey}/release-pipelines
  • Added pagination parameters limit and offset to /api/v2/projects/{projectKey}/release-pipelines
  • Renamed experimentation settings endpoints and reps to randomization settings, the fields and api's remain the same.
  • Marked nameInGroup as optional in MetricInGroupRep if and only if the group isn't a funnel.