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

# Teamwork Changelog

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

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

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

  Added data sync support to 17 list actions, covering projects, tasks, tasklists, time entries, people, companies, comments, messages, milestones, notebooks, risks, tags and project updates. Added the missing updatedAfter filter to list\_notebooks, and moved get\_all\_risks to preview because the Risk Register requires a paid Teamwork plan.

  <AccordionGroup>
    <Accordion title="Changed · 17 actions updated">
      `teamwork_get_all_project_updates`, `teamwork_get_all_risks`, `teamwork_get_all_running_timers`, `teamwork_get_all_tags`, `teamwork_get_all_tasklists`, `teamwork_get_all_tasks`, `teamwork_get_all_template_task_lists`, `teamwork_get_all_time_entries`, `teamwork_list_comments`, `teamwork_list_companies`, `teamwork_list_messages`, `teamwork_list_milestones`, `teamwork_list_notebooks`, `teamwork_list_people`, `teamwork_list_project_templates`, `teamwork_list_projects`, `teamwork_list_starred_projects`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v2.0.0" description="22 Jul 2026">
  `bug-fix` `breaking-change`

  Consolidated create/update request bodies into single object inputs and switched delete/complete/lock actions to return the raw provider response.
</Update>
