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

# Autumn Changelog

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

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

<Update label="v0.2.0" description="15 Sept 2026">
  `breaking`

  Removed the multi-update subscription action. Autumn's endpoint accepts every request and applies nothing, so the action could only ever report success without cancelling or uncancelling anything — use the single subscription update action instead, once per subscription.

  <AccordionGroup>
    <Accordion title="Removed · 1 action removed">
      `autumn_multi_update`
    </Accordion>

    <Accordion title="Changed · 5 actions updated">
      `autumn_create_feature`, `autumn_list_plans`, `autumn_preview_multi_update`, `autumn_update_feature`, `autumn_update_subscription`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v0.1.3" description="11 Sept 2026">
  `description-fix`

  Clarified that plan and feature identifiers must be IDs rather than display names and that a feature's label should be resolved with a lookup first, documented that recalculating balances on delete also requires a feature ID, mirrored the refund and proration mutual-exclusion rules onto the multi-update preview, noted that tiered credit schemas must be configured in the Autumn dashboard and that a reset interval is ignored on continuous-use features, and distinguished the single-record and list read actions.

  <AccordionGroup>
    <Accordion title="Changed · 16 actions updated">
      `autumn_attach_plan`, `autumn_create_balance`, `autumn_create_feature`, `autumn_create_schedule`, `autumn_delete_balance`, `autumn_get_customer`, `autumn_get_feature`, `autumn_multi_attach`, `autumn_multi_update`, `autumn_preview_attach`, `autumn_preview_multi_attach`, `autumn_preview_multi_update`, `autumn_preview_update`, `autumn_setup_payment`, `autumn_update_feature`, `autumn_update_subscription`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v0.1.2" description="7 Sept 2026">
  `guide-changes`

  Added the Autumn dashboard URL to the API Key connection guide, corrected the Secret Key field description to point to Developer > API Keys and the environment switcher, and removed the external support link so the Connection guide button opens the StackOne guide.
</Update>

<Update label="v0.1.1" description="4 Sept 2026">
  `description-fix`

  Clarified action descriptions from MCP agent testing. create\_schedule now tells callers to reuse a fresh server timestamp (get\_or\_create\_customer's created\_at) for the first phase instead of guessing the current time; credit\_schema is required for credit\_system and rejected on ai\_credit\_system; track\_token\_usage.model\_id needs the models.dev provider/model form; proration requires both on\_increase and on\_decrease; import\_billing takes a plan id, not a display name; and a price needs exactly one of amount or tiers.

  <AccordionGroup>
    <Accordion title="Changed · 58 actions updated">
      `autumn_aggregate_events`, `autumn_attach_license`, `autumn_attach_plan`, `autumn_batch_track_usage`, `autumn_check_entitlement`, `autumn_create_balance`, `autumn_create_entity`, `autumn_create_feature`, `autumn_create_plan`, `autumn_create_referral_code`, `autumn_create_referral_program`, `autumn_create_reward`, `autumn_create_schedule`, `autumn_delete_balance`, `autumn_delete_customer`, `autumn_delete_entity`, `autumn_delete_feature`, `autumn_delete_plan`, `autumn_delete_referral_program`, `autumn_delete_reward`, `autumn_get_customer`, `autumn_get_entity`, `autumn_get_feature`, `autumn_get_or_create_customer`, `autumn_get_plan`, `autumn_get_referral_program`, `autumn_get_reward`, `autumn_import_billing`, `autumn_insert_invoices`, `autumn_list_entities`, `autumn_list_events`, `autumn_list_invoices`, `autumn_list_license_assignments`, `autumn_list_licenses`, `autumn_list_plans`, `autumn_mint_key`, `autumn_multi_attach`, `autumn_multi_update`, `autumn_open_customer_portal`, `autumn_preview_attach`, `autumn_preview_multi_attach`, `autumn_preview_multi_update`, `autumn_preview_update`, `autumn_redeem_referral_code`, `autumn_redeem_reward_code`, `autumn_release_license`, `autumn_revoke_key`, `autumn_setup_payment`, `autumn_track_token_usage`, `autumn_track_usage`, `autumn_update_balance`, `autumn_update_customer`, `autumn_update_entity`, `autumn_update_feature`, `autumn_update_plan`, `autumn_update_referral_program`, `autumn_update_reward`, `autumn_update_subscription`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v0.1.0" description="1 Sept 2026">
  `new-actions`

  Initial Autumn connector with 64 actions across billing, balances, customers, entities, plans, features, referrals, rewards, licenses, keys, invoices, and events. Live-tested against the Autumn sandbox. Added the API Key connection guide and inbound webhook events (Svix-delivered). Doc-audit fixes — plan\_id/new\_plan\_id/currency constraints and removal of the non-existent create\_plan version param, and added track\_token\_usage timestamp/overage\_behavior/async params; exposed optional start\_cursor on paginated lists; enforced default\_markup min via rules; removed deprecated create\_schedule preserve\_add\_ons param; fixed nested price amount/currency/tier types, batch\_track raw-array spread, create\_reward duration.length, and documented provider cross-field rules.
</Update>
