Releases
9.0.0
Compare
Sorry, something went wrong.
No results found
[9.0.0] - 2022-04-12
Added:
Added Experiments (beta) endpoints
GET /api/v2/projects/{projectKey}/environments/{environmentKey}/experiments
POST /api/v2/projects/{projectKey}/environments/{environmentKey}/experiments
GET /api/v2/projects/{projectKey}/environments/{environmentKey}/experiments/{experimentKey}
PATCH /api/v2/projects/{projectKey}/environments/{environmentKey}/experiments/{experimentKey}
POST /api/v2/projects/{projectKey}/environments/{environmentKey}/experiments/{experimentKey}/iterations
GET /api/v2/projects/{projectKey}/environments/{environmentKey}/experiments/{experimentKey}/metrics/{metricKey}/results
Added optional reason to ExecutionOutputRep
Added executeConditionsInSequence to StageInputRep
Added required fileCount to StatisticRep
Changed
Updates type Instruction from List<Map<String, Object>> to List<Object> affecting various beta and non-beta endpoints
Changes to Experiments (beta) endpoints
You can’t perform that action at this time.