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

# GitLab Changelog

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

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

<Update label="v1.2.0" description="15 Sept 2026">
  `improvement` `data-sync`

  Added DataSync support to 9 list actions (projects, groups, namespaces, users, snippets, and the unified IAM users, groups, organizations, and roles lists), with incremental sync on projects via the updated\_after filter. list\_projects now auto-applies order\_by=updated\_at when filtering by updated\_after/updated\_before, which GitLab requires for those filters to take effect.

  <AccordionGroup>
    <Accordion title="Changed · 9 actions updated">
      `gitlab_list_groups`, `gitlab_list_namespaces`, `gitlab_list_projects`, `gitlab_list_snippets`, `gitlab_list_users`, `gitlab_unified_list_groups`, `gitlab_unified_list_organizations`, `gitlab_unified_list_roles`, `gitlab_unified_list_users`
    </Accordion>
  </AccordionGroup>
</Update>

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

  Fixed IAM list pagination on unified\_list\_users, unified\_list\_groups, unified\_list\_organizations, and unified\_list\_resource\_users — replaced the raw provider page number forwarded as the StackOne cursor (which caused a 400 Invalid Cursor Format past page 1) with a fixed page fan-out plus StackOne virtual pagination.
</Update>
