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

# Google Docs Changelog

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

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

<Update label="v1.4.0" description="13 Aug 2026">
  `bug-fix`

  Removed insertRichLink title and mimeType fields (output-only, API rejects on insert).

  <AccordionGroup>
    <Accordion title="Changed · 1 action updated">
      `googledocs_update_document`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.3.0" description="13 Aug 2026">
  `bug-fix`

  Fix updateNamedStyle fields mask — namedStyleType must always be included as selector. Remove insertRichLink title field (output-only, API rejects on insert).

  <AccordionGroup>
    <Accordion title="Changed · 1 action updated">
      `googledocs_update_document`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.2.0" description="12 Aug 2026">
  `new-params` `bug-fix` `description-fix`

  Add tab management (addDocumentTab, deleteTab, updateDocumentTabProperties), updateNamedStyle, insertRichLink, insertDate request types to update\_document. Fix insertPerson output-only name field, change unit fields to PT-only enum. Add drive scope for insertRichLink. Improve includeTabsContent description.

  <AccordionGroup>
    <Accordion title="Changed · 4 actions updated">
      `googledocs_create_document`, `googledocs_get_document`, `googledocs_unified_get_me`, `googledocs_update_document`
    </Accordion>
  </AccordionGroup>
</Update>

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

  Added includeTabsContent and suggestionsViewMode query params to get\_document. Enables reading all document tabs instead of only the first tab.

  <AccordionGroup>
    <Accordion title="Changed · 3 actions updated">
      `googledocs_create_document`, `googledocs_get_document`, `googledocs_update_document`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.0.1" description="13 Jul 2026">
  `bug-fix`

  Fixed unified\_get\_me's dual field-mapping source, a constant enum leaking its source\_value, and a nested status enum shipped as a bare scalar instead of the value/source\_value shape.
</Update>
