> ## Documentation Index
> Fetch the complete documentation index at: https://platform.doodocs.kz/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> Changes to the product and the Developer API

<Update label="2026-08-21" description="v1.6.0" tags={["API"]}>
  ## Uploading your own document

  `POST /developer/v1/files` returns a presigned form, `POST /developer/v1/files/{file_id}/_confirm`
  confirms the upload, and `POST /developer/v1/documents` accepts `file_id`
  instead of `template_id` — your PDF then travels the route like any other
  document. Same scope, `documents:write`.

  Only `application/pdf` up to 50 MB is accepted: the file goes to signing
  exactly as you sent it.

  → [Uploading your own document](/en/guides/documents/uploads)
</Update>

<Update label="2026-08-20" description="v1.5.0" tags={["API"]}>
  ## Documents in the Developer API

  The full document lifecycle: create from a template, routes, sending, approval,
  signing (ЭЦП/КЭД), and download, plus type, category, and template catalogs. New
  scopes — `documents:read` and `documents:write`.

  Added document webhooks: `document.sent`, `document.completed`,
  `document.rejected`, and others.

  Reworked the docs structure: guides for
  [employees](/en/guides/employees/model) and
  [documents](/en/guides/documents/overview), with recipes.
</Update>

<Update label="2026-08-15" description="v1.4.0" tags={["API"]}>
  ## Data ingest from external systems

  Added the `POST /developer/v1/ingest/{source_type}` endpoint: a batch of records
  from an external HR system with a `create_missing` flag.

  <Note>Records are matched by `external_id` — re-sending does not create duplicates.</Note>
</Update>

<Update label="2026-07-30" description="v1.3.0" tags={["API"]}>
  ## List login methods

  `GET /developer/v1/login_methods` returns the authentication methods enabled for the
  tenant, with stable slugs: `GOOGLE_SAML_SSO`, `EDS_CMS_QR`, `OTP_TELEGRAM`.
</Update>

<Update label="2026-07-01" description="v1.2.0" tags={["Product"]}>
  ## Time tracking

  Timesheets, shifts, and worked-time reports.
</Update>
