This repository was archived by the owner on Feb 3, 2026. It is now read-only.
15.0.0
Added
- Added
deprecatedanddeprecatedDateto the rep returned by the flags endpoints - Added an optional
descriptionfield for a segment rule - Added
Integrations (beta)endpoints for working with big segment persistent store integrations - Added
environmentKeyto dependent experiment rep - Added
lastModifiedto theunboundedobject returned by Segment APIs - Added
resultsfield toGET /projects/{projKey}/environments/{envKey}/experiments/{experimentKey}/metrics/{metricKey}/results, deprecatingtreatmentResults - Added
criticalto Environment object andPOST /api/v2/projects/{projectKey}/environmentsendpoint request body. - Added
expandquery parameter toGET /projects/{projKey}/environments/{envKey}/experiments/{experimentKey}/metrics/{metricKey}/resultswith support for expandingtraffic - 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, andGET /api/v2/public-ip-list - Added
keyto the rep returned by flag defaults endpoints - Added
typeto code references statistics reps - Added
standardas a metric group kind - Added
primarySingleMetric,primaryFunnel, andmetricstoIterationRep, deprecatingprimaryMetricandsecondaryMetric - Added
primarySingleMetricKeyandprimaryFunnelKeytoIterationInput, deprecatingprimaryinMetricInput - Added
_versionIdfield 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
keyandnamerequired inMaintainerTeamto match API behavior - Added
filterto/api/v2/projects/{projectKey}/release-pipelines - Added pagination parameters
limitandoffsetto/api/v2/projects/{projectKey}/release-pipelines - Renamed experimentation settings endpoints and reps to randomization settings, the fields and api's remain the same.
- Marked
nameInGroupas optional inMetricInGroupRepif and only if the group isn't afunnel.