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

# Render Changelog

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

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

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

  Added DataSync support to eight list actions (services, projects, registry credentials, notification overrides, owners, and the unified IAM organizations, roles, and users lists), with incremental sync on services, projects, and registry credentials. list\_registry\_credentials now requests up to 100 credentials by default (the endpoint is single-page and previously returned the provider default of 20).

  <AccordionGroup>
    <Accordion title="Changed · 8 actions updated">
      `render_list_notification_overrides`, `render_list_owners`, `render_list_projects`, `render_list_registry_credentials`, `render_list_services`, `render_unified_list_organizations`, `render_unified_list_roles`, `render_unified_list_users`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.0.2" description="6 Aug 2026">
  `bug-fix`

  Fixed unified IAM list users and get user failing with "Invalid compositeId, unknown identifier" on every call, and get user now returns 404 for an unknown user id instead of a server error.

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

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

  Fixed a JEXL parse error that crashed unified IAM list users on every call, an invalid composite-id role lookup, and unified IAM data-shape issues in credentials, roles, organizations, and user role fields.
</Update>
