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

# Lever Changelog

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

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

<Update label="v2.0.0" description="10 Sept 2026">
  `breaking-changes` `new-feature`

  Enabled scheduled data sync on twelve list actions — opportunities, deleted opportunities, postings, requisitions, requisition fields, users, sources, tags, stages, archive reasons, feedback templates and EEO responses — so these collections can be kept in sync and read without calling Lever on every request. Nine follow Lever's opaque cursor (the `offset` continuation token), while feedback templates, requisition fields and stages return their full set in a single call. Opportunities and postings sync incrementally using the `updated_at_start` filter; the rest refresh in full, because Lever exposes no updated-since filter on those endpoints. BREAKING - the `updated_at_start` input on List Opportunities and List Postings is now a string rather than a number, so integrations passing it as a numeric value must send it as a string (the value itself is unchanged - Unix milliseconds).
</Update>
