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

# Candid Health Changelog

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

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

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

  Data Sync support for eight collections - charge captures, coverages, encounters, insurance refunds, patients, payers, tasks and write-offs - so they can be pulled on a schedule. Tasks syncs incrementally via its updated\_since filter; the other seven full-refresh because Candid exposes no updated-since filter on them. These eight list actions now use a plain request step instead of paginated\_request, so a single call returns one provider page - the response envelope (item\_count, items, next\_page\_token) rather than a pre-flattened array - and callers paginate with the page\_token input, which is now wired through to the request. Data Sync walks every page via its own cursor paginator.
</Update>
