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

# Wikipedia Changelog

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

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

<Update label="v1.0.2" description="3 Aug 2026">
  `doc-change`

  Documented an upstream Wikimedia limitation on Get Page History Counts — the expensive count types (minor, editors, anonymous, reverted, and the \*edits variants) scan a page's full revision history and time out with a 502 Bad Gateway on pages with very large histories (e.g. Earth). The action details and the type parameter now warn about this and recommend using the cheaper edits count or a smaller page.

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

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

  Restricted the Language Code field to a validated dropdown of 337 supported Wikipedia editions so a connection can no longer be created with an unrecognized language code that fails at request time. Renamed the Personal API Token authentication and its Hub field to Access Token to match the credential issued by Meta-Wiki, and aligned the field helper text. Improved the connection guides — added the manual navigation path to the OAuth consumer registration form, corrected Meta-Wiki portal labels, and documented the Applicable project, Allowed IP ranges, and Allowed pages for editing fields.

  <AccordionGroup>
    <Accordion title="Changed · 15 actions updated">
      `wikipedia_create_page`, `wikipedia_get_featured_content`, `wikipedia_get_file`, `wikipedia_get_on_this_day`, `wikipedia_get_page`, `wikipedia_get_page_history`, `wikipedia_get_page_history_counts`, `wikipedia_get_page_language_links`, `wikipedia_get_page_media_files`, `wikipedia_get_page_metadata`, `wikipedia_get_page_with_html`, `wikipedia_get_revision`, `wikipedia_search_pages`, `wikipedia_search_titles`, `wikipedia_update_page`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.0.0" description="23 Jul 2026">
  `new-actions`

  Initial Wikipedia connector with 15 actions across pages (read plus create/update), revisions, search, daily feeds, and files, and Personal API Token, OAuth 2.0, and OAuth 2.0 Client Credentials authentication.
</Update>
