Skip to content

8.0.0

Compare
Choose a tag to compare
@carmenquan carmenquan released this 11 Mar 16:47
· 22 commits to main since this release

[8.0.0] - 2022-03-11

Added:

  • Added Tags endpoint
    • GET /api/v2/tags
  • Added Flag links (beta) endpoints
    • GET /api/v2/flag-links/projects/{projectKey}/flags/{featureFlagKey}
    • POST /api/v2/flag-links/projects/{projectKey}/flags/{featureFlagKey}
    • DELETE /api/v2/flag-links/projects/{projectKey}/flags/{featureFlagKey}/{id}
    • PATCH /api/v2/flag-links/projects/{projectKey}/flags/{featureFlagKey}/{id}
  • Added Integration delivery configurations (beta) endpoints
    • GET /api/v2/integration-capabilities/featureStore
    • GET /api/v2/integration-capabilities/featureStore/{projectKey}/{environmentKey}
    • POST /api/v2/integration-capabilities/featureStore/{projectKey}/{environmentKey}/{integrationKey}
    • GET /api/v2/integration-capabilities/featureStore/{projectKey}/{environmentKey}/{integrationKey}/{id}
    • DELETE /api/v2/integration-capabilities/featureStore/{projectKey}/{environmentKey}/{integrationKey}/{id}
    • PATCH /api/v2/integration-capabilities/featureStore/{projectKey}/{environmentKey}/{integrationKey}/{id}
    • POST /api/v2/integration-capabilities/featureStore/{projectKey}/{environmentKey}/{integrationKey}/{id}/validate
  • Added Segments (beta) endpoints
    • POST /api/v2/segments/{projectKey}/{environmentKey}/{segmentKey}/exports
    • GET /api/v2/segments/{projectKey}/{environmentKey}/{segmentKey}/exports/{exportID}
    • POST /api/v2/segments/{projectKey}/{environmentKey}/{segmentKey}/imports
    • GET /api/v2/segments/{projectKey}/{environmentKey}/{segmentKey}/imports/{importID}
  • Added Teams (beta) endpoints
    • GET /api/v2/teams/{teamKey}/maintainers
    • GET /api/v2/teams/{teamKey}/roles
  • Added optional source to EnvironmentPost
  • Added compare query parameter to GET /api/v2/flags/{projectKey}
  • Added totalCountWithDifferences property to FeatureFlags object

Changed:

  • Updates to our Teams (beta) endpoint
  • Updates to our Worfklows (beta) endpoint

Removed:

  • Removed derived property from User object

Fixed:

  • Added 409 conflict response to DELETE /api/v2/flags/{projectKey}/{featureFlagKey}