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

# Mixpanel Changelog

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

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

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

  Fixed the profile, group, and identity write actions that required an unknowable project token in each request and could silently fail; they now use a new Project Token connection field and target a single record directly. Removed the redundant batch group and profile update actions.

  <AccordionGroup>
    <Accordion title="Removed · 2 actions removed">
      `mixpanel_batch_update_groups`, `mixpanel_batch_update_profiles`
    </Accordion>

    <Accordion title="Changed · 16 actions updated">
      `mixpanel_append_profile_list_property`, `mixpanel_create_alias`, `mixpanel_create_identity`, `mixpanel_delete_group`, `mixpanel_delete_profile`, `mixpanel_increment_profile_properties`, `mixpanel_remove_group_list_property`, `mixpanel_remove_profile_list_property`, `mixpanel_set_group_properties`, `mixpanel_set_group_properties_once`, `mixpanel_set_profile_properties`, `mixpanel_set_profile_properties_once`, `mixpanel_union_group_list_property`, `mixpanel_union_profile_list_property`, `mixpanel_unset_group_properties`, `mixpanel_unset_profile_properties`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.1.2" description="4 Aug 2026">
  `guide-changes`

  Added portal screenshots to the Service Account connection guide and corrected the settings navigation, Create Service Account form fields, and where to find the Project ID, Organization ID, and Data Residency.
</Update>

<Update label="v1.1.1" description="4 Aug 2026">
  `bug-fix`

  Fix Data Residency region check at connection time. Removed the lookup-tables action from the connection test because it worked on both US and EU hosts and let accounts connect with the wrong region selected. Now connecting with the wrong region correctly fails.
</Update>
