> ## 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.

# Contentful Changelog

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

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

<Update label="v1.2.0" description="2 Sept 2026">
  `new-feature`

  Added DataSync support to list\_spaces and list\_organizations, so their records can be synced into StackOne on a schedule and read back without calling Contentful each time. Both refresh in full on every run, since Contentful exposes no change filter that applies to these two endpoints.

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

<Update label="v1.1.0" description="17 Jul 2026">
  `new-actions` `guide-images` `config-update` `bug-fix`

  Added CMS actions for roles and organization memberships. Added image references to connection guides for Personal Access Token, OAuth 2.0, and webhook setup. Removed spaceId configField — space\_id is now a per-call input on all space-scoped CMS actions (entries, assets, content types) so callers control which space they target. Added Webhook Space IDs configField for comma-separated multi-space webhook delivery using the iterator pattern. Fixed membership\_id path param inconsistency in update/delete organization membership actions. Fixed resource link for list\_organization\_periodic\_usages.
</Update>
