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

# MongoDB Atlas Changelog

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

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

<Update label="v1.2.0" description="11 Sept 2026">
  `new-feature`

  Added Data Sync support for List Projects, List Organizations, List Unified Organizations, List Unified Users, List Unified Groups, and List Unified Roles, so these resources can be synced into StackOne on a schedule and read without calling MongoDB Atlas. All six run as a full refresh on every sync, because the Atlas Administration API offers no way to filter by last-updated time.

  <AccordionGroup>
    <Accordion title="Changed · 6 actions updated">
      `mongodb_list_organizations`, `mongodb_list_projects`, `mongodb_unified_list_groups`, `mongodb_unified_list_organizations`, `mongodb_unified_list_roles`, `mongodb_unified_list_users`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.1.2" description="1 Sept 2026">
  `bug-fix`

  Project ID fields now warn against passing a project name or label instead of the 24-character ID, and create custom database role clarifies that a role must grant at least one privilege (an action or an inherited role).

  <AccordionGroup>
    <Accordion title="Changed · 40 actions updated">
      `mongodb_acknowledge_alert`, `mongodb_create_alert_config`, `mongodb_create_backup_restore_job`, `mongodb_create_backup_snapshot`, `mongodb_create_cluster`, `mongodb_create_custom_db_role`, `mongodb_create_database_user`, `mongodb_create_flex_cluster`, `mongodb_create_ip_access_list_entries`, `mongodb_delete_alert_config`, `mongodb_delete_cluster`, `mongodb_delete_custom_db_role`, `mongodb_delete_database_user`, `mongodb_delete_flex_cluster`, `mongodb_delete_ip_access_list_entry`, `mongodb_delete_project`, `mongodb_get_alert`, `mongodb_get_alert_config`, `mongodb_get_backup_snapshot`, `mongodb_get_cluster`, `mongodb_get_custom_db_role`, `mongodb_get_database_user`, `mongodb_get_flex_cluster`, `mongodb_get_ip_access_list_entry`, `mongodb_get_project`, `mongodb_list_alert_configs`, `mongodb_list_alerts`, `mongodb_list_backup_restore_jobs`, `mongodb_list_backup_snapshots`, `mongodb_list_clusters`, `mongodb_list_custom_db_roles`, `mongodb_list_database_users`, `mongodb_list_flex_clusters`, `mongodb_list_ip_access_list_entries`, `mongodb_list_project_events`, `mongodb_update_alert_config`, `mongodb_update_cluster`, `mongodb_update_custom_db_role`, `mongodb_update_database_user`, `mongodb_update_project`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.1.0" description="20 Aug 2026">
  `new-actions`

  Added unified IAM actions for organization users, teams, roles, and project-scoped access, mapped from MongoDB Atlas's org and project user, team, and role-assignment endpoints. List actions request pages until Atlas returns an empty page, so results are not capped at a fixed page count. Organization-scoped listings ask for the organization when several are visible to the connection, and user lists accept an optional organization filter.

  <AccordionGroup>
    <Accordion title="Added · 11 new actions">
      `mongodb_unified_get_group`, `mongodb_unified_get_me`, `mongodb_unified_get_organization`, `mongodb_unified_get_role`, `mongodb_unified_get_user`, `mongodb_unified_list_groups`, `mongodb_unified_list_organizations`, `mongodb_unified_list_resource_types`, `mongodb_unified_list_resource_users`, `mongodb_unified_list_roles`, `mongodb_unified_list_users`
    </Accordion>
  </AccordionGroup>
</Update>

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

  Clearer action descriptions so agents get two calls right the first time — deleting or reading an IP access list entry for a CIDR range (the slash must be written as %2F) and creating or updating a custom database role (now explains the fields for inherited roles and privilege actions).

  <AccordionGroup>
    <Accordion title="Changed · 4 actions updated">
      `mongodb_create_custom_db_role`, `mongodb_delete_ip_access_list_entry`, `mongodb_get_ip_access_list_entry`, `mongodb_update_custom_db_role`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.0.1" description="22 Jul 2026">
  `connection-guide`

  Update the OAuth 2.0 Service Account connection guide.
</Update>

<Update label="v1.0.0" description="20 Jul 2026">
  `new-connector`

  Initial MongoDB Atlas connector with 60 actions across 14 resources (projects, clusters, organizations, database users, custom roles, alerts, backups, IP access list, teams, API keys, flex clusters, and events). OAuth 2.0 Service Account authentication.
</Update>
