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

# Airship Changelog

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

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

<Update label="v1.1.4" description="12 Aug 2026">
  `description-fix`

  Clarified how to specify a custom event trigger when creating a pipeline: the matcher's key must be "name" and the event name goes in value.equals. This prevents a "Could not parse request body" error that occurred when the trigger was built incorrectly.

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

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

  Corrected the pipeline trigger filter so only trigger types Airship actually supports can be selected. Subscription add/remove triggers are no longer offered as filter values (Airship rejects them), so filtering by trigger type now fails fast with a clear error instead of a confusing "unknown trigger filter" from the provider.

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

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

  Clearer descriptions so agents build these requests right the first time: the exact pipeline trigger shapes (custom event, first opt-in, subscription, region), delivery-window timing and tag-group conditions; the attribute operators allowed in segment criteria; and the rules that a template's push can't include device\_types and that updating a template can't add brand-new variables. Also fixed the pipeline trigger filter so multiple trigger types are sent as separate query values instead of one comma-joined value the API rejects.

  <AccordionGroup>
    <Accordion title="Changed · 7 actions updated">
      `airship_create_pipeline`, `airship_create_schedule`, `airship_create_segment`, `airship_create_template`, `airship_list_filtered_pipelines`, `airship_update_segment`, `airship_update_template`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.1.1" description="22 Jul 2026">
  `bug-fix`

  Fixed the Basic Auth connection guide navigation, region detection and UI labels to match the Airship portal, and corrected the App key and Master secret field descriptions. Added portal screenshots to the guide steps.
</Update>

<Update label="v1.1.0" description="15 Jul 2026">
  `new-actions` `bug-fix`

  Added create\_pipeline action plus missing inputs (list\_templates sort/order, pipeline activation/deactivation and rate constraints); fixed pipeline trigger/constraint schemas, loosened schedule push audience typing, and removed unsupported schedule params (localization\_ids, push\_ids).
</Update>
