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

# Sophos Central Changelog

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

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

<Update label="v1.1.0" description="22 Sept 2026">
  `data-sync` `new-feature`

  Enabled scheduled data sync on nine list actions: directory users, user groups, admins, endpoint policies, roles and role permission sets, plus the unified IAM users, groups and roles actions. These collections can now be kept in sync and read without calling Sophos Central on every request. All nine refresh in full each run, because no endpoint in scope exposes an updated-since filter. Endpoint groups, endpoints, alerts and alert search are not included, because all four returned no records on the account used for verification.

  <AccordionGroup>
    <Accordion title="Changed · 9 actions updated">
      `sophos_list_admins`, `sophos_list_permission_sets`, `sophos_list_policies`, `sophos_list_roles`, `sophos_list_user_groups`, `sophos_list_users`, `sophos_unified_list_groups`, `sophos_unified_list_roles`, `sophos_unified_list_users`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.0.2" description="1 Sept 2026">
  `bug-fix`

  Fixed user and group lists being truncated on large accounts.

  <AccordionGroup>
    <Accordion title="Changed · 6 actions updated">
      `sophos_unified_get_group`, `sophos_unified_get_me`, `sophos_unified_get_user`, `sophos_unified_list_groups`, `sophos_unified_list_roles`, `sophos_unified_list_users`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.0.1" description="22 Jul 2026">
  `bug-fix`

  Fixed IAM list pagination past page 1 on unified\_list\_users and unified\_list\_groups — the raw response-derived result.next overrode StackOne's virtual-pagination cursor and could not survive a round-trip, causing 400 Invalid cursor past the first page. Replaced with a fixed page fan-out that lets virtual pagination own the cursor end-to-end.
</Update>
