@voltagent/supabase@0.1.13
·
212 commits
to main
since this release
Patch Changes
-
#371
6ddedc2
Thanks @omeraplak! - feat: add workflow history supportThis 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
, andvoltagent_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.
- Database Migration Required: This version introduces new tables (
-
Updated dependencies [
6ddedc2
]:- @voltagent/core@0.1.60