> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stackone.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Expo Changelog

> Release history for the Expo connector. Each version lists what changed and which actions were affected.

<Card title="Expo connector" icon="arrow-left" href="/connectors/expo" horizontal>
  Back to the connector overview, authentication methods, and actions.
</Card>

<Update label="v1.0.0" description="7 Sept 2026">
  `release`

  Promoted to GA. Version normalized to 1.0.0 in line with the GA versioning policy (GA connectors are versioned 1.0.0 or higher); no functional changes in this version.
</Update>

<Update label="v0.2.1" description="2 Sept 2026">
  `bug-fix`

  Standardized action category capitalization for more consistent portal filters.

  <AccordionGroup>
    <Accordion title="Changed · 42 actions updated">
      `expo_cancel_build`, `expo_cancel_submission`, `expo_create_app`, `expo_create_branch`, `expo_create_build`, `expo_create_channel`, `expo_create_environment_variable`, `expo_create_submission`, `expo_create_webhook`, `expo_delete_branch`, `expo_delete_build`, `expo_delete_channel`, `expo_delete_environment_variable`, `expo_delete_webhook`, `expo_get_account`, `expo_get_app`, `expo_get_branch`, `expo_get_build`, `expo_get_channel`, `expo_get_deployment`, `expo_get_me`, `expo_get_submission`, `expo_get_update`, `expo_get_webhook`, `expo_get_workflow`, `expo_get_workflow_run`, `expo_list_accounts`, `expo_list_apps`, `expo_list_branches`, `expo_list_builds`, `expo_list_channels`, `expo_list_deployments`, `expo_list_environment_variables`, `expo_list_submissions`, `expo_list_updates`, `expo_list_updates_by_group`, `expo_list_webhooks`, `expo_list_workflow_runs`, `expo_list_workflows`, `expo_update_channel`, `expo_update_environment_variable`, `expo_update_webhook`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v0.2.0" description="24 Aug 2026">
  `bug-fix`

  Removed the Delete App action, which Expo does not allow through API access tokens, and clarified the branch-mapping format used when creating and updating channels.

  <AccordionGroup>
    <Accordion title="Removed · 1 action removed">
      `expo_delete_app`
    </Accordion>

    <Accordion title="Changed · 2 actions updated">
      `expo_create_channel`, `expo_update_channel`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v0.1.0" description="21 Aug 2026">
  `new-connector`

  Initial Expo (EAS) connector — build, ship, and monitor apps via the Expo GraphQL API. Covers apps, builds, submissions, updates, branches, channels, deployments, workflows, workflow runs, environment variables, and webhooks.
</Update>
