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

# HubSpot Changelog

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

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

<Update label="v3.0.0" description="13 Aug 2026">
  `breaking-change` `bug-fix` `improvement`

  Breaking: company, CRM-object, and deal-pipeline/stage action responses are now wrapped under a top-level `data` key for a consistent response shape. Also fixed empty-body company searches (no longer error) and empty deal-pipeline updates (now rejected up front with a clear message), typed deal-stage metadata so `probability` is enforced, and removed the optional custom pipeline/stage ID inputs from create-deal-pipeline (HubSpot now assigns these automatically) to avoid intermittent provider errors.

  <AccordionGroup>
    <Accordion title="Changed · 21 actions updated">
      `hubspot_batch_create_companies`, `hubspot_batch_update_companies`, `hubspot_create_company`, `hubspot_create_crm_object`, `hubspot_create_deal_pipeline`, `hubspot_create_deal_pipeline_stage`, `hubspot_delete_company`, `hubspot_delete_crm_object`, `hubspot_get_company`, `hubspot_get_crm_object`, `hubspot_get_deal_pipeline`, `hubspot_get_deal_pipeline_stage`, `hubspot_list_companies`, `hubspot_list_crm_objects`, `hubspot_list_deal_pipeline_stages`, `hubspot_list_deal_pipelines`, `hubspot_search_companies`, `hubspot_update_company`, `hubspot_update_crm_object`, `hubspot_update_deal_pipeline`, `hubspot_update_deal_pipeline_stage`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v2.1.2" description="7 Aug 2026">
  `bug-fix` `improvement`

  Fixed group, organization, and role lookups returning empty results instead of not-found errors.

  <AccordionGroup>
    <Accordion title="Changed · 3 actions updated">
      `hubspot_unified_get_group`, `hubspot_unified_get_organization`, `hubspot_unified_get_role`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v2.1.1" description="30 Jul 2026">
  `bug-fix`

  Fixed IAM actions — get-by-id now returns an empty record instead of failing, role and group scopes carry the connection's real portal id so they match the organization record, and nested role and group type fields return the full value and source value pair.

  <AccordionGroup>
    <Accordion title="Changed · 9 actions updated">
      `hubspot_unified_get_group`, `hubspot_unified_get_me`, `hubspot_unified_get_organization`, `hubspot_unified_get_role`, `hubspot_unified_get_user`, `hubspot_unified_list_groups`, `hubspot_unified_list_organizations`, `hubspot_unified_list_roles`, `hubspot_unified_list_users`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v2.1.0" description="20 Jul 2026">
  `new-actions`

  Added unified IAM actions for users, groups, organizations, roles, and credentials.
</Update>
