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

# Simployer One Changelog

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

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

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

  Added Data Sync support for companies, compensations, cost centres, departments, employees, employment types, employments, leave types, leaves, offices, projects and teams, so these collections can be kept in sync on a schedule. All twelve page through Simployer's limit and offset parameters, which matters because the API returns only the first 100 records when no limit is sent. Employees and employments also sync incrementally, pulling only records changed since the last run, and each gains an optional updated\_after input for that. The other ten refresh in full, because Simployer does not allow filtering them on the updated field.

  <AccordionGroup>
    <Accordion title="Changed · 12 actions updated">
      `simployer_list_companies`, `simployer_list_compensations`, `simployer_list_cost_centers`, `simployer_list_departments`, `simployer_list_employees`, `simployer_list_employment_types`, `simployer_list_employments`, `simployer_list_leave_types`, `simployer_list_leaves`, `simployer_list_offices`, `simployer_list_projects`, `simployer_list_teams`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.1.0" description="17 Jul 2026">
  `new-actions` `bug-fix`

  Added create\_office action and new list inputs (id filter, sort, leave-type relations) plus employee tax/bankAccount/homeAddress and leave-type archived fields; fixed the leave-type minimumDuration enum (removed unsupported half\_day) and relations values, and sharpened action descriptions for reliable agent callability and disambiguation.
</Update>
