Skip to content

9.0.0

Compare
Choose a tag to compare
@carmenquan carmenquan released this 12 Apr 21:48
· 21 commits to main since this release

[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

  • Changes to Experiments (beta) endpoints