Skip to content

@voltagent/supabase@0.1.13

Compare
Choose a tag to compare
@voltagent-bot voltagent-bot released this 16 Jul 02:06
· 212 commits to main since this release
39c4e46

Patch Changes

  • #371 6ddedc2 Thanks @omeraplak! - feat: add workflow history support

    This update introduces persistence for workflow history in Supabase, including execution details, steps, and timeline events.

    Manual Migration Required

    • Database Migration Required: This version introduces new tables (voltagent_memory_workflow_history, voltagent_memory_workflow_steps, and voltagent_memory_workflow_timeline_events) to your Supabase database. After updating, you must run the SQL migration script logged to the console in your Supabase SQL Editor to apply the changes.
  • Updated dependencies [6ddedc2]:

    • @voltagent/core@0.1.60