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

# Honeycomb Changelog

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

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

<Update label="v2.0.4" description="5 Aug 2026">
  `bug-fix`

  Removed non-functional in/not-in filter operations from board view actions that required unsupported array values.

  <AccordionGroup>
    <Accordion title="Changed · 2 actions updated">
      `honeycomb_create_board_view`, `honeycomb_update_board_view`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v2.0.3" description="31 Jul 2026">
  `bug-fix`

  Fixed board view filter value type from object to string for create and update board view actions.

  <AccordionGroup>
    <Accordion title="Changed · 2 actions updated">
      `honeycomb_create_board_view`, `honeycomb_update_board_view`
    </Accordion>
  </AccordionGroup>
</Update>

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

  Fixed board view filter value type to accept arrays for in/not-in operators, and improved action descriptions for triggers, markers, columns, and webhook recipients.

  <AccordionGroup>
    <Accordion title="Changed · 9 actions updated">
      `honeycomb_create_board_view`, `honeycomb_create_marker`, `honeycomb_delete_trigger`, `honeycomb_get_trigger`, `honeycomb_update_board_view`, `honeycomb_update_column`, `honeycomb_update_marker`, `honeycomb_update_recipient_webhook`, `honeycomb_update_trigger`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v2.0.1" description="29 Jul 2026">
  `breaking-change`

  Fixed X-Honeycomb-Samplerate header type from number to string for agent compatibility.

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

<Update label="v2.0.0" description="27 Jul 2026">
  `breaking-change`

  Migrated to authRequirements. Actions are now restricted to their compatible auth type (Configuration API Key or Ingest API Key).
</Update>
